-
hi,
I understand that server mgr and internal user would be discontinued by oracle, soon. I know that one would be expected to use sqlplus and sysdba user, instead. Right?
How would this work? say to startup an instance or to log-on to an idle instance? Can you explain in greater detail ?
thank you,
nk
-
Yes, it is no longer supported (meaning svrmgrl it is no longer available/alloved) starting with first release of 9i. Anything you could do with svrmgrl can allready be done using SQL*Plus from 8i onward.
Instead of using "meta account" INTERNAL you should use (allready now with 8i) nomal account that have been granted SYSOPER/SYSDBA privilege. Check the documentation for details.
Jurij Modic
ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
-
Hi,
True it is allready a feature available with Oracle 8i and server manager wont be available with 9i.To invoke or start an Instance from sqlplus you have to use the following commands
sqlplus /nolog
connect internal
startup
Hope this helped
Regards
Santosh
-
internal
thank you,
but I guess even internal (user) would not be available.
so, if I was one of the dba gp users and the database had been set up for OS authentication; then to have internal privileges I would log-in as
SQL> connect / as sysdba
Agree or disagree.
I am confused>> is "internal" a user or a privilege?
I queried dba_users & I don't find user - internal. Can you explain *%? Why do we internal in the first place ?
nk
-
internal is a user equivalent to SYS with SYSDBA privileges
-
Hi
True If you connect as Internal it is infact sys user.If you connect as internal and if there is no database it will surely connect you to an Idle Instance.
Regards
Santosh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|