First, I installed Oracle10g in OracleEnterpriseLinux5. When setting system parameters before installing oracle10, When configuring the etcpam. dlogin File
First, I installed Oracle 10 Gb in Oracle Enterprise Linux 5. When setting system parameters before installing oracle 10
First, I installed Oracle 10 Gb in Oracle Enterprise Linux 5.
1. When setting system parameters before installing oracle 10, add
Session required/lib/security/pam_limits.so
Session required pam_limits.so
I wrote pam_limits.so in the second line as pam limits. so, and thus the configuration is incorrect. As a result, after the system is restarted, the logon user and password are correct but the logon endless loop occurs.
2. Modify the RedHat version.
Because I use oracle linux 5 and the corresponding Red Hat version is also 5, the following error occurs when I run./runInstaller:
Checking operating system version: must be redhat-3, SUSE-9, redhat-4,
UnitedLinux-1.0, asianux-1 or asianux-2
Failed <
Solution: Modify the release tag of Linux
Set the file '/etc/redhat-release'
Red Hat Enterprise Linux Server release 5 (Tikanga)
Change
Red Hat Enterprise Linux Server release 4 (Tikanga)
3. install two additional packages
Although I have selected all the packages except the Language Pack during system installation, the following error message is displayed during oracle installation:
Oracle Universal Installer/tmp/OraInstall2007-12-29_02-57-39AM.
Please wait... [oracle @ nj15 database] $ Exception in thread "main"
Java. lang. UnsatisfiedLinkError:/tmp/OraInstall2007-12-29_02-57-
39AM/jre/1.4.2/lib/i386/libawt. so: libXp. so.6: cannot open shared
Object file: No such file or directory
At java. lang. ClassLoader $ NativeLibrary. load (Native Method)
At java. lang. ClassLoader. loadLibrary0 (Unknown Source)
At java. lang. ClassLoader. loadLibrary (Unknown Source)
At java. lang. Runtime. loadLibrary0 (Unknown Source)
At java. lang. System. loadLibrary (Unknown Source)
At sun. security. action. LoadLibraryAction. run (Unknown Source)
At java. security. AccessController. doPrivileged (Native Method)
At sun. awt. NativeLibLoader. loadLibraries (Unknown Source)
At sun. awt. DebugHelper. (Unknown Source)
At java. awt. Component. (Unknown Source)
The solution is to mount the system iso image, enter the Server directory under it, and find the following two rpm packages:
LibXp-1.0.0-8.1.el5.i386.rpm
Openmotif-2.3.1-6.el5.i386.rpm
Run the rpm-ivh XXX. rpm command to install the libXp-1.0.0-8.1.el5.i386.rpm first and then
Openmotif-2.3.1-6.el5.i386.rpm.
Then you can solve the problem.
4. in addition, it is worth noting that when installing the OEL5 system, if you install the software package by default, many packages required by oracle are not installed, for example, the rpm package related to gcc may cause the installation of oracle to fail. If you use rpm in the later stage, it is very troublesome. Because there are many dependencies between packages, it is best to add all the packages except the Language Pack when installing the system.