Linux에 Oracle 11g Express 설치


0

RHEL 6.5 (산티아고)에 Oracle 11g를 설치하려면 root 사용자 여야합니까?

다른 사용자로 rpm을 설치할 수 있습니다. rpm2cpio oracle-xe-11.2.0-1.0.x86_64.rpm | cpio -idv

하지만 내가 달릴 때

. ./oracle-xe configure (must be root user to run the configure script.)

답변:


-1

그렇습니다.이 경우 RPM 설치 후 메시지를 보내야합니다 (아래 참조).

rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm
Preparing...                ########################################### [100%]  
   1:oracle-xe              ########################################### [100%]  
Executing post-install steps...  
You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database. 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.