Home » RDBMS Server » Networking and Gateways » ORA-01034: ORACLE not available & ORA-27101: shared memory realm does not exists
|
|
|
|
|
|
Re: ORA-01034: ORACLE not available & ORA-27101: shared memory realm does not ex [message #67742 is a reply to message #67635] |
Tue, 15 February 2005 05:40  |
rajendra kumar
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
Follow these steps to connect to oracle (linux version)
NOTE: A SPACE IS CUMPULSORY AFTER / SYMBOL IN sqlplus / as sysdba.
To start database..
$ lsnrctl start
$ sqlplus / as sysdba
sql> startup
after this the database is initiated & started.
sql> exit
login into user like (scott or system)as
$sqlplus
username: scott
passwd:*****
sql>
steps to stop database:
exit the dbuser scott or system whatever
sql> exit
$ sqlplus / as sysdba
sql> shutdown
sql> exit
$lsnrctl stop
|
|
|
Goto Forum:
Current Time: Fri May 02 07:05:34 CDT 2025
|