Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i / AIX / trying to start DB / ORA-01031
There are a few possibilities, depending on how this was set up and what
config was used.
sqlplus 'sys/<password> as sysdba'
should get you in.
2) From the userid that installed the database and software you might be able to getis, with if configured for it, with
sqlplus '/ as sysdba'
Either way make sure you have quoted the entire string (as SQLPlus expects to see 'user/pass AS SYSDBA' as arg[1]) OR defer the userid stuff like
sqlplus /nolog
rem and after you're in
connect / as sysdba
-- Hans Forbrich Canada-wide Oracle training and consulting mailto: Fuzzy.GreyBeard_at_gmail.com *** I no longer assist with top-posted newsgroup queries ***Received on Mon Oct 24 2005 - 18:46:03 CDT
![]() |
![]() |