[root@localhost ~]# passwd oracle
Changing password for user oracle.
New password:
Retype new password:passwd:all authentication tokens updated successfully.
如果在Terminal启动runInstaller时遇到“Checking operating system version: must be redhat-2.1, redhat-3, SuSE-9, SuSE-8 or UnitedLinux-1.0 Failed ”这种问题,表明oracle不能识别你的系统内核,这个问题可以通过修改内核配置文件解决,如下:
cat > /etc/redhat-release << EOF
Red Hat Enterprise Linux AS release 3 (Taroon)
EOF
7.Oracle 10g安装配置 修改Oralce Home Localtion,填写database password后,按“Next”。如图:
8.数据库配置 修改Inventory directory,Specify Operating System group name选:oracleinstall,然后“Next”,如图:
[root@www oradata]# ./orainstRoot.sh
Changing permissions of /oracledata/oradata to 770.
Changing groupname of /oracledata/oradata to oracleinstall.
The execution of the script is complete
[root@www oracle]# ./root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /oracledata/oracle
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
然后按界面中的“OK”。
至此Oracle 10g安装完成。按“Exit”退出安装。 三、一些常见的错误 1.[INS-06101] IP address of localhost could not be determined
图如下: