dbTalk Databases Forums  

Openning/Shutting down Oracle database from the Client's SQL*Plus

comp.databases.oracle comp.databases.oracle


Discuss Openning/Shutting down Oracle database from the Client's SQL*Plus in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Miori
 
Posts: n/a

Default Openning/Shutting down Oracle database from the Client's SQL*Plus - 09-08-2004 , 03:11 AM






Dear all,
Server machine running Oracle Database Server on Linux
and a Client machine running Oracle Client on WIndows XP.

HOw it is possible to shut down/start up the Oracle database
on the server from SQL*Plus of the client. I know it can be done from
SQL*Plus of the server but the point is that I want to do it from
SQL*Plus of the Client.
Many many thnx for any tips,
Miori

Reply With Quote
  #2  
Old   
Christine
 
Posts: n/a

Default Re: Openning/Shutting down Oracle database from the Client's SQL*Plus - 09-08-2004 , 11:01 PM






Miori <cattorayye (AT) yahoo (DOT) com> wrote

Quote:
Dear all,
Server machine running Oracle Database Server on Linux
and a Client machine running Oracle Client on WIndows XP.

HOw it is possible to shut down/start up the Oracle database
on the server from SQL*Plus of the client. I know it can be done from
SQL*Plus of the server but the point is that I want to do it from
SQL*Plus of the Client.
Many many thnx for any tips,
Miori
Of course. it is possible.

Log on to DB using SQL*Plus as sysdba
and Shutdown.

C:\> sqlplus /nolog
SQL> connect sys/****@DB_SID as sysdba
SQL> shutdown

also you need set DB_SID in tnsnames.ora file on Client side.


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.