내맘대로긍정이 알려주는
Oracle 23ai 신기능
무료 세미나 발표자료
다운로드
trending_flat
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://positivemh.tistory.com/486
'ORACLE > Trouble Shooting' 카테고리의 다른 글
ORA-00997: illegal use of LONG datatype (0) | 2023.12.13 |
---|---|
Warning: VKTM detected a backward time drift. (0) | 2023.12.08 |
nothing provides compat-libcap1 needed by oracle-database-preinstall-19c-1.0-1.el7.x86_64 (0) | 2023.12.04 |
DBeaver Network unavailable due to certificate issue. (4) | 2023.11.21 |
ORA-08104: this index object is being online built or rebuilt (0) | 2023.09.01 |