오라클 10g SID 확인 방법
- Operating System
- 2011. 11. 22.
오라클 10g SID 확인 방법
[oracle@ora10 ~]# su - oracle
[oracle@ora10 ~]$ sqlplus '/as sysdba'
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Nov 22 16:32:51 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> select name from v$database;
NAME
---------
ORA10
SQL>
간단하게 설명드리면 리눅스에서 오라클 계정으로 바꾼 다음에 디비로 접속 후에..
관련 명령어 날려서 확인하시면 되는 것입니다.