First setup oracle Database Enviornment
then do the activities as startup/shutdown process:
-----------------------------------------------------------------------------------
[oracle@r12ebs ~]$ . 1122.env
[oracle@r12ebs ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Sun Feb 28 11:54:12 2016
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting up database:
SQL> startup
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size 2233336 bytes
Variable Size 675286024 bytes
Database Buffers 377487360 bytes
Redo Buffers 13930496 bytes
Database mounted.
Database opened.
Stopping Database:
SQL> shutdown
Database closed.
Database dismounted.
ORACLE instance shut down.
then do the activities as startup/shutdown process:
-----------------------------------------------------------------------------------
[oracle@r12ebs ~]$ . 1122.env
[oracle@r12ebs ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Sun Feb 28 11:54:12 2016
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting up database:
SQL> startup
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size 2233336 bytes
Variable Size 675286024 bytes
Database Buffers 377487360 bytes
Redo Buffers 13930496 bytes
Database mounted.
Database opened.
Stopping Database:
SQL> shutdown
Database closed.
Database dismounted.
ORACLE instance shut down.