Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: connect as internal

Re: connect as internal

From: Yechiel Adar <adar76_at_inter.net.il>
Date: Fri, 12 Jul 2002 03:28:17 -0800
Message-ID: <F001.00496295.20020712032817@fatcity.com>


Hello Kavi

Connect system/manager as sysdba,
do: select user from dual.
reply: SYS

Your system user become sys when connect as sysdba. The default schema is also sys so be careful when creating objects while connected as sysdba.

Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Thursday, July 11, 2002 11:14 PM

> Hi Mitchell,
>
> what is different between those 3 login
>
> 1. sqlplus system login, connect as internal
> Answer:
> when you are doing this you are user 'sys'
> because you have changed from system to being
> 'internal'
> connect internal - technically is user 'sys', and is the way
> of authenticating to the database
>
> 2. sqlplus system/manager login
> Answer:
> when you are doing this you are user 'system'
>
>
> 3. sqlplus system login , connect system as sysdba
> Answer:
> when you are doing this you are user 'system'
> you have given 'system' sysdba privilege ( which
> 'system' can perform everything which is allowed for
> sysdba privilege + on-top of the privileges that it already has)
> importantly by logging this way 'system' can never be
> equal to 'connect internal'
>
> Thanks,
> Kavi
>
>
> mitchell wrote:
>
> > Hi
> >
> > I just view readme about installing Oracle Patch on Oralce 8.1.6
> >
> > One thing mentioned as Invoke sqlplus, connect as internal and
> > run
> > catalog
> > catproc
> > etc ..
> >
> > I wonder why Connect as internal.
> >
> > what is different between those 3 login
> >
> > 1. sqlplus system login, connect as internal
> > 2. sqlplus system/manager login
> > 3. sqlplus system login , connect system as sysdba
> >
> > Thanks in advance
> >
> > Mitchell
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: mitchell
> > INET: mitchell_at_comnet.ca
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yechiel Adar
  INET: adar76_at_inter.net.il

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jul 12 2002 - 06:28:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US