This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
middleware:oracle [2017/10/25 13:27] ap [Misc samples] |
middleware:oracle [2017/10/26 07:12] (current) ap Connect to an alternate instance |
||
---|---|---|---|
Line 109: | Line 109: | ||
</code> | </code> | ||
+ | ==== Connect to an alternate instance ==== | ||
+ | |||
+ | Define the ''ORACLE_SID'' environment variable. Example: | ||
+ | <code> | ||
+ | ORACLE_SID=MYOTHERINSTANCE sqlplus / as SYSDBA | ||
+ | </code> | ||
===== DBA ===== | ===== DBA ===== | ||