DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: server mgr/ internal to be discontiued

  1. #1
    Join Date
    Nov 2000
    Posts
    65
    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






  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    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?

  3. #3
    Join Date
    Mar 2001
    Posts
    635
    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

  4. #4
    Join Date
    Nov 2000
    Posts
    65

    Question 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

  5. #5
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    internal is a user equivalent to SYS with SYSDBA privileges

  6. #6
    Join Date
    Mar 2001
    Posts
    635
    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
  •  


Click Here to Expand Forum to Full Width