How can I mount database?
479035Jan 15 2006 — edited Jan 15 2006Hi all,
I use SQL /PLSQL command line and I need to start the database without mounting it!so I write:
SQLPLUS /nolog
user:sys
passwd:********
startup pfile="/Orahome/....../file.ora/" nomount
it work , the database starts but not mount , if I type" mout" to mount it , a message is promted: " Command not found..."
It's the same pb with "satrtup ...no open"
So what's the Pb?
Is there other option in Oracle 10g ?
Are theses options "mount , open ..." deleted from last releases?
Thank's in advance!