dbTalk Databases Forums  

where is svrmgrl in Oracle9i

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss where is svrmgrl in Oracle9i in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Stéphane Holvoet
 
Posts: n/a

Default where is svrmgrl in Oracle9i - 07-22-2003 , 04:55 AM






In oracle 8.1.7 i have svrmgrl in ORACLEHOME/bin but i don't find it in
Oracle9i !

Where is it or how to install it ?



Reply With Quote
  #2  
Old   
Jan Gelbrich
 
Posts: n/a

Default Re: where is svrmgrl in Oracle9i - gone. - 07-22-2003 , 05:32 AM






You made no fault ... it is gone with 9i.


"Stéphane Holvoet" <holvoet (AT) free (DOT) fr> schrieb im Newsbeitrag
news:3f1d0989$0$1359$626a54ce (AT) news (DOT) free.fr...
Quote:
In oracle 8.1.7 i have svrmgrl in ORACLEHOME/bin but i don't find it in
Oracle9i !

Where is it or how to install it ?





Reply With Quote
  #3  
Old   
FC
 
Posts: n/a

Default Re: where is svrmgrl in Oracle9i - gone. - 07-22-2003 , 07:01 AM



svrmgrl is replaced by sqlplus.

Bye,
Flavio



Reply With Quote
  #4  
Old   
TurkBear
 
Posts: n/a

Default Re: where is svrmgrl in Oracle9i - gone. - 07-22-2003 , 08:57 AM



Use SqlPlus /nolog
then
connect sys/password@tnsnamesalias as SYSDBA

( Its the 'as SYSDBA' the mimics the old connect internal - it can be used on an idle instance..)


"Stéphane Holvoet" <holvoet (AT) free (DOT) fr> wrote:

Quote:
Ok, but what tool replace it ?

I must execute sql file :

create database MyDB.....
create tablespace ....
create rollback segment ....
....

with shell command. How to do it ?


"Jan Gelbrich" <j_gelbrich (AT) westfalen-blatt (DOT) de> a écrit dans le message de
news: bfj40d$f8vfa$1 (AT) ID-152732 (DOT) news.uni-berlin.de...
You made no fault ... it is gone with 9i.


"Stéphane Holvoet" <holvoet (AT) free (DOT) fr> schrieb im Newsbeitrag
news:3f1d0989$0$1359$626a54ce (AT) news (DOT) free.fr...
In oracle 8.1.7 i have svrmgrl in ORACLEHOME/bin but i don't find it in
Oracle9i !

Where is it or how to install it ?







Reply With Quote
  #5  
Old   
Hans Forbrich
 
Posts: n/a

Default Re: where is svrmgrl in Oracle9i - 07-22-2003 , 07:23 PM



"Stéphane Holvoet" wrote:

Quote:
In oracle 8.1.7 i have svrmgrl in ORACLEHOME/bin but i don't find it in
Oracle9i !

Where is it or how to install it ?
As others have indicated - svrmgrl is gone. Since Oracle 8.0, Oracle have
been telling us that they will remove svrmgrl and have been telling up that
they will use SQLPlus to perform both functions.

The equivalent is

sqlplus /nolog

and, once inside the sqlplus environment, you log in using

connect / as sysdba

Without intending offense - you need to spend some [more] of your time
reading the manuals. This has been documented and well known for several
years. You can access the online documentation at http://docs.oracle.com

You mention you must create a database with a shell command. If my
suspicion is correct that you plan on creating and destroying databases
regularly, you really should investigate some of the new capabilities.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.