오라클

Database 인스턴스 버전 vs ASM 인스턴스 버전

pat98 2016. 4. 27. 09:52

확인사항..

 

12c 에서도 Database 인스턴스 버전과 ASM 인스턴스 버전이 다름.

Database 는 SE, ASM 은 EE 를 사용

 

- Database 인스턴스 버전

[oracle:/home/oracle]#ss

SQL*Plus: Release 12.1.0.2.0 Production on Wed Apr 27 09:46:07 2016

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


Connected to:
Oracle Database 12c Standard Edition Release 12.1.0.2.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options

 

 

- ASM 인스턴스 버전

[oracle:/home/oracle]#. oraenv
ORACLE_SID = [ORA01] ? +ASM1
The Oracle base has been changed from /oracle to /oragrid/gridbase
[oracle:/home/oracle]#sqlplus "/as sysasm"

SQL*Plus: Release 12.1.0.2.0 Production on Wed Apr 27 09:43:47 2016

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


Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options