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

Home -> Community -> Usenet -> c.d.o.server -> Re: deprecated connect internal

Re: deprecated connect internal

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Thu, 22 Jul 1999 09:23:01 -0700
Message-ID: <37974565.C8373BB9@us.oracle.com>


Anurag

You need to do two things:

  1. As SYS or INTERNAL, grant SYSDBA to the user you want e.g.

SVRMGR> connect internal
Connected.
SVRMGR> grant SYSDBA to SYSTEM;
Statement processed.

2. Then when you connect use the as sysdba syntax

SVRMGR> connect system as sysdba;

HTH. Pete

Anurag Minocha wrote:

> Hi,
> The Oracle8.0.5 documentation sayss that connect as internal has been
> deprecated and is being supported just for backward compatibality. I am
> using connect internal. Can somebody please help me out as to how to
> switch over to the new method. The documentation is quite confusing.
> Any help will be appreciated.
>
> Thanks
> anurag
>
> reply at
> anurag_at_synergy-infotech.com

--
Regards

Pete


Received on Thu Jul 22 1999 - 11:23:01 CDT

Original text of this message

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