[oracle] oracle 구동
# 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
'리눅스 > MySQL' 카테고리의 다른 글
mysql 두개 동시에 사용하기 (0) | 2015.01.16 |
---|---|
MySQL Replication (리플리케이션) (0) | 2015.01.16 |
mysql 로그인 상태에서 외부 파일 실행 (0) | 2015.01.16 |
DB이전 후, mysql_connet() 오류 발생 조치 (0) | 2015.01.16 |
MySQL4.1 에서 MySQL 4.0 으로 다운그레이드 하기 (0) | 2015.01.16 |