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

Thread: svrmgrl

  1. #1
    Join Date
    Jan 2003
    Location
    NY
    Posts
    4

    svrmgrl

    Hi
    i have installed 9i in my computer. how do i get into server manager.
    before in 8i i used "svrmgrl" but same command i used in 9i it gives me error message. Thanks in advance for your help.

  2. #2
    Join Date
    Jan 2003
    Location
    Arlington, VA
    Posts
    1

    svrmgrl

    svrmgrl has been depricated -- you can find this information on metalink.

    $ svrmgrl
    svrmgrl> connect internal

    should be replaced with:

    $ sqlplus "/ as sysdba"

  3. #3
    Join Date
    Feb 2003
    Posts
    17
    Foo is right. SVRMGRL is deprecated and further not used in 9i

    cheers
    jayanth

  4. #4
    Join Date
    Apr 2002
    Location
    Bangalore
    Posts
    47

    Smile

    Ya that's true.

    Svrmgrl is one of the depreciated features of 9i.you can usee all those commands from sqlplus or sql worksheet in 9i
    Cheers
    Murali

  5. #5
    Join Date
    Aug 2000
    Posts
    29
    Not all of SVRMGRL commands are available, i.e "set fetchrows"
    --scotta
    J.Scott Adams

  6. #6
    Join Date
    Apr 2004
    Location
    Riyadh
    Posts
    12
    Dear,

    Yeah, "svrmgrl" utility is depricated in 9i. U need to use "sqlplus" for connecting to database.

    Best regards,
    Shiraz Mustafa

  7. #7
    Join Date
    Jun 2007
    Posts
    29

    database shutdown

    i logeed in as '/ as sysdba'
    i executed a shutdown immediate command on my database but i got this error in my alert file

    Wed Jun 13 23:16:49 2007
    Errors in file c:\oracle\product\10.1.0\admin\orcl_1\bdump\orcl1_m001_3872.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06553: PLS-213: package STANDARD not accessible

    Wed Jun 13 23:19:43 2007
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.

    pl can you help

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