실습환경
Oracle Linux 7.2 + Oracle 데이터베이스 12c R1 P1
오류
INS-13001 ]
[INS-13001] Environment does not meet minimum requirements.
Cause - Minimum requirements were not met for this environment
Action - Either check the logs for more information or check the supported configurations for this product.
해결방법
1. 해당 경로로 이동
cd /app/oracle/database/stage/cvu/cv/admin
2. 파일백업
cp cvu_config backup_cvu_config
3. 파일 수정
vi cvu_config
기존
CV_ASSUME_DISTID=OEL4
변경
CV_ASSUME_DISTID=OEL6
4. 다시 ./runInstaller
참조 : http://fast-dba.blogspot.jp/2014/05/oracle-12c-installation-fails-with-ins.html