Oracle database 19c 설치 과정 중

DB뉴비   
   조회 6749   추천 0    

유저 생성

# groupadd dba 

# useradd -g dba oracle 

# passwd oracle 

설치 디렉터리 생성

# mkdir -p /app/oracle 

# chown -R oracle:dba /app

OS커널 파라미터 값

# vi /etc/sysctl.conf 

# Controls the maximum shared segment size, in bytes 

kernel.shmmax = 68719476736

# Controls the maximum number of shared memory segments, in pages 

kernel.shmall = 10523004 

kernel.shmmni = 4096 

kernel.sem = 250 32000 100 128 

fs.aio-max-nr = 1048576 

fs.file-max = 6815744 

net.ipv4.ip_local_port_range = 9000 65500 

net.core.rmem_default = 262144 

net.core.rmem_max = 4194304 

net.core.wmem_default = 262144 

net.core.wmem_max = 1048586  


# vi /etc/security/limits.conf ... 

oracle soft nproc 2048 

oracle hard nproc 65536 

oracle soft nofile 1024 

oracle hard nofile 65536 

# yum -y install compat-libstdc++-33.x86_64 binutils elfutils-libelf elfutils-libelf-devel 

# yum -y install glibc glibc-common glibc-devel glibc-headers gcc gcc-c++ libaio libaio-devel 

# yum -y install libgcc libstdc++ libstdc++-devel make sysstat unixODBC unixODBC-devel # yum -y install unzip wget


# wget ftp://ftp.pbone.net/mirror/archive.download.redhat.com/pub/redhat/linux/7.0/en/os/i386/RedHat/RPMS/pdksh-5.2.14-8.i386.rpm 

# rpm -Uvh --nodeps pdksh-5.2.14-8.i386.rpm --force  


# vi /home/oracle/.bash_profile 

export ORACLE_BASE=/app/oracle 

export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1 

export ORACLE_SID=orcl 

export NLS_LANG=AMERICAN_AMERICA.AL32UTF8 

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib 

export PATH=$PATH:$ORACLE_HOME/bin


이렇게 설정한 후  MobaXterm을 사용하고 Xming을 사용하여 설치하려 하는데

/home/oracle/app 경로에 runInstaller 파일이 있어 해당 경로로 들어가 ./runInstaller 명령어를 실행하면 

ERROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable.


No X11 DISPLAY variable was set, but this program performed an operation which requires it.

이렇게 오류가 계속 뜨는데 구글링해서 찾아본 방법으로 해도 해결이 되지 않습니다 ㅠㅠ

짧은글 일수록 신중하게.
DB뉴비 2022-01
export DISPLAY=IP:0.0  << Can't connect to X11 window server using ':1' as the value of the DISPLAY variable.
라고 오류가 뜹니다
DB뉴비 2022-01
LINUX.X64_19300_db_home.zip 파일을 사용하였고, 경로는 /home/oracle 경로에 압축해제 했습니다
Dreaday 2022-01
오라클 설치시 XWINDOWS의 디스플레이가 1로 활성화되서 UI 가 보여야하는 걸로 알고있어요 ..
     
DB뉴비 2022-01
맞네요 ㅠㅠ 제가 그걸 설정을 안 했었던 것 같습니다 감사합니다


QnA
제목Page 4054/5705
2014-05   5126917   정은준1
2015-12   1661870   백메가
2005-03   6653   김우택
2006-03   6653   김민성
2008-07   6653   이선규
2005-03   6653   정은준
2012-09   6653   아마도
2011-01   6653   가빠로구나
2005-03   6653   인치동
2012-06   6653   가빠로구나
2005-06   6653   조근상
2011-11   6653   GoodWolf
2004-12   6654   오원택
2020-06   6654   죠슈아
2011-07   6654   박수홍84포항
2011-10   6655   황혼을향해
2013-11   6655   이지포토
2005-03   6655   민병훈
2016-04   6655   미수맨
2018-09   6655   통통9
2015-02   6655   병맛폰
2004-12   6655   나강문