DBA Data[Home] [Help]

SYS.DBMS_PREUP dependencies on DBMS_SYSTEM

Line 3799: DBMS_SYSTEM.GET_ENV('ORACLE_BASE', baseDir);

3795: -- if $ORACLE_BASE is not defined then use
3796: -- $ORACLE_HOME/cfgtoollogs//preupgrade
3797: -- if $ORACLE_HOME is not defined then error
3798:
3799: DBMS_SYSTEM.GET_ENV('ORACLE_BASE', baseDir);
3800: DBMS_SYSTEM.GET_ENV('ORACLE_HOME', homeDir);
3801:
3802: IF homeDir IS NULL THEN
3803: pOutputLocation := NULL;

Line 3800: DBMS_SYSTEM.GET_ENV('ORACLE_HOME', homeDir);

3796: -- $ORACLE_HOME/cfgtoollogs//preupgrade
3797: -- if $ORACLE_HOME is not defined then error
3798:
3799: DBMS_SYSTEM.GET_ENV('ORACLE_BASE', baseDir);
3800: DBMS_SYSTEM.GET_ENV('ORACLE_HOME', homeDir);
3801:
3802: IF homeDir IS NULL THEN
3803: pOutputLocation := NULL;
3804: pOutputVerified := FALSE;