conn

startup

shutdown

host

exit




Microsoft Windows [Version 6.1.7600]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\[user name]>sqlplus /nolog


SQL*Plus: Release 11.2.0.1.0 Production on Mon Apr 7 10:21:05 2014


Copyright (c) 1982, 2010, Oracle.  All rights reserved.


SQL> conn sys/sysoracle as sysdba

Connected to an idle instance.

SQL> startup

ORACLE instance started.


Total System Global Area 5144301568 bytes

Fixed Size                  2184672 bytes

Variable Size            3858762272 bytes

Database Buffers         1275068416 bytes

Redo Buffers                8286208 bytes

Database mounted.

Database opened.

SQL> shutdown immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> host

Microsoft Windows [Version 6.1.7600]

Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


SQL> exit

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64

bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options


C:\Users\[user name]>

+ Recent posts