Unless you started the sqlplus session from $ORACLE_HOME/rdbms/admin (or the Windows equivalent), then you need to specify the complete path to the file.
To save some typing, within sqlplus ? is equivalent to ORACLE_HOME, so you can do:
echo each variable, they are on the new release directories.
cd $ORACLE_HOME/rdbms/admin
sqlplus /nolog
SQL> connect /as sydba
SQL> startup migrate
run u0801070.sql and got error message ''SP-0310:upable to open file ...'
Whenever I tried to shutdown and startup database and goet the error messages since then.
ora-24324: service handle not initialized
ora-01041: internal error. hostdef extension doesn't exist
Bookmarks