Перейти к содержимому

Экспресс-установка Oracle 11g в Linux

0

Должен ли я быть пользователем root для установки Oracle 11g на RHEL 6.5 (Сантьяго)?

Я могу установить 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.) 
832 просмотра
user518066 спросил 11 лет назад
U 101

1 ответ

-1

Yes you do in this case - it should give you a message after installing the RPM that this must be done (see below)

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. 
Jay ответил 11 лет назад
J 650