$ sqlplus "/as sysdba"

SQL*Plus: Release 9.2.0.1.0 - Production on Wed Dec 7 14:05:51 2005

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to:

Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production

With the Partitioning, OLAP and Oracle Data Mining options

JServer Release 9.2.0.1.0 - Production


SQL>startup <--- 오라클DB 시작명령

SQL>shutdown abort <--- 오라클DB 종료명령

SQL>exit <--- SQLPLUS 빠져나오기

$ lsnrctl

LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 07-DEC-2005 14:10:01

Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL>start <--- 리스너 시작하기

LSNRCTL>stop <--- 리스너 종료하기

LSNRCTL>exit <--- 리스너 빠져나오기

'DataBase' 카테고리의 다른 글

[Oracle] ORA-01691 에러  (1) 2007.04.26
[Oracle] 유저생성  (0) 2007.04.13
[Oracle] PK 수정하기  (0) 2007.01.09
[Oralcle] 초 이하 단위 시간 얻어오기  (0) 2007.01.09
[Oracle] V$SESSION 테이블 활용  (0) 2007.01.09

+ Recent posts