Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Difference between connect internal and connect / as sysdba in sqlplus
I use Oracle 8.1.7. I tried install patchset 8.1.7.3 and there is written:
" ...
Invoke SQL*Plus (sqlplus), connect as internal and run the following SQL
scripts with event 10520 set. NOTE: This event is not intended for regular
database operation and MUST be turned off as indicated below:
ALTER SESSION SET EVENTS '10520 TRACE NAME CONTEXT FOREVER, LEVEL 10';
?/rdbms/admin/catalog.sql ?/rdbms/admin/catproc.sql ?/rdbms/admin/catrep.sql
CONNECT / AS SYSDBA;
update obj$ set status=5 where type#=29 and owner#!=0;
commit;
..."
Excuse me for long quotation.
Why first "connect internal" and second "connect / as sysdba"? For a
multiplicity only ?
If it's not, what's difference between thease?
> 'connect internal' is no longer supported in 9i+
>
> 'connect / as sysdba' is the replacement.
>
> --- Mikhail Ivanov <mivanov_at_tdera.ru> wrote:
> > What is difference between "connect internal" and "connect / as
> > sysdba" in
> > sqlplus ?
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
-- Best regards Mikhail Ivanov y筅~'"jS kڝاzN nu楊w{Zx I_at_NDReceived on Mon Oct 07 2002 - 04:13:23 CDT
![]() |
![]() |