프린트 하기

OS환경 : Oracle Linux 8.4 (64bit)

 

DB 환경 : Oracle Database 19.3.0.0

 

에러 : 오라클 19c runInstaller gui 빈화면 문제

linux 8 버전에서 오라클 19c 설치를 위해 runInstaller 을 실행할 때 gui 창은 나오지만

gui 창안은 빈화면으로 나오는 경우가 있음

이 경우 대처방안을 설명함

 

 

$ORACLE_HOME에서 runInstaller 실행

1
2
$ cd $ORACLE_HOME
$ ./runInstaller

 

 

gui 창은 실행되지만 빈 화면임

 

 

해결 방법 : CV_ASSUME_DISTID 파라미터 설정

CV_ASSUME_DISTID 파라미터 설정

1
$ export CV_ASSUME_DISTID=8.2

 

 

또는 12c 인경우 이 해결 방법도 있다고 함

1
$ export _JAVA_OPTIONS='-Dsun.java2d.xrender=false'

 

 

이후 runInstaller 재실행

정상적으로 gui가 나옴

 

 

원인 : CV_ASSUME_DISTID 설정문제

CV_ASSUME_DISTID 설정문제

 

 

참조 : 2294098.1, 2688804.1

https://forums.oracle.com/ords/apexds/post/19c-runinstaller-shows-blank-screen-for-15-minutes-9680

https://vishnublogs.com/oracle/database/runinstaller-shows-blank-screen-on-linux-8-2-while-installing-oracle-19c/

https://positivemh.tistory.com/486

 

[INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck'

OS환경 : Oracle Linux 8.1 (64bit) DB 환경 : Oracle Database 19.3.0.0 에러 : [INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck'Oracle 19c 설치 시 ./runInstaller 을 실행 하고 oui 첫화면에서 나온 에러

positivemh.tistory.com