OEM Launch [message #68429] |
Fri, 22 August 2003 12:54 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Joe
Messages: 138 Registered: November 1999
|
Senior Member |
|
|
I am new to Oracle on Linux, initially learning and using Oracle on a Windows platform, so I do not know Linux all that well yet. My problem is figuring out how to launch OEM and the SQLPLUS prompt. Could anyone help me? I am running SuSE 8.2.
|
|
|
|
Re: OEM Launch [message #68849 is a reply to message #68429] |
Wed, 24 November 2004 10:56 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Anish
Messages: 9 Registered: December 1999
|
Junior Member |
|
|
Hai;
I am also new to Linux.So I don't know about to launch OEM.But for Sqlplus take a Console(Command Prompt)
Login to Linux as Root(Admin)
=>su - oracle
=>sqlplus /nolog
=>conn / as sysdba
=>startup (Start Oracle)
=>disc (Disconnect DBA)
=>conn scott/tiger
=>Here u can use SQL Commands
=>disc (Disconnect Scott User after use)
=>conn / as sysdba
=>shutdown immediate (Shutdown Oracle)
Note: Shutdown Oracle before u shutdown the System
Regards
Anish George.
|
|
|