[oracle] oracle 구동

리눅스/MySQL|2015. 1. 16. 10:59
반응형

# su - oracle
[oracle@localhost ~]$ sqlplus /nolog

SQL*Plus: Release 10.1.0.3.0 - Production on Tue Sep 22 12:08:12 2009

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

SQL> connect /as sysdba
Connected.
SQL> shutdown abort
ORACLE instance shut down.
SQL> startup
ORACLE instance started.

Total System Global Area  188743680 bytes
Fixed Size                   778312 bytes
Variable Size             161750968 bytes
Database Buffers           25165824 bytes
Redo Buffers                1048576 bytes
Database mounted.
Database opened.
SQL> exit

Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options

[oracle@localhost ~]$ cd product/10.1.0/db_1/bin
[oracle@localhost ~]$ ./lsnrctl stop


LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 22-SEP-2009 12:08:52

Copyright (c) 1991, 2004, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))

The command completed successfully

[oracle@localhost ~]$ ./lsnrctl start

반응형

댓글()