This shows you the differences between two versions of the page.
|
kurs:installation_oracle_linux [2021/10/03 21:43] admin created |
kurs:installation_oracle_linux [2021/10/04 14:13] (current) admin |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | ||
| + | |||
| yum -y install rlwrap | yum -y install rlwrap | ||
| Line 41: | Line 42: | ||
| 62 firewall-cmd --reload | 62 firewall-cmd --reload | ||
| + | |||
| + | switch to flash based | ||
| + | |||
| + | <code> | ||
| + | [oracle@oracle dbhome_1]$ rlwrap sqlplus /nolog | ||
| + | |||
| + | SQL*Plus: Release 19.0.0.0.0 - Production on Mon Oct 4 14:03:30 2021 | ||
| + | Version 19.3.0.0.0 | ||
| + | |||
| + | Copyright (c) 1982, 2019, Oracle. All rights reserved. | ||
| + | |||
| + | SQL> connect / as sysdba | ||
| + | Connected. | ||
| + | SQL> @?/rdbms/admin/execemx emx | ||
| + | |||
| + | Session altered. | ||
| + | |||
| + | |||
| + | no rows selected | ||
| + | |||
| + | old 1: select nvl( '&1','omx') p1 from dual | ||
| + | new 1: select nvl( 'emx','omx') p1 from dual | ||
| + | |||
| + | P1 | ||
| + | --- | ||
| + | emx | ||
| + | |||
| + | |||
| + | PL/SQL procedure successfully completed. | ||
| + | Session altered. | ||
| + | </code> | ||