A while ago, the database engineers with the company installed the system and database for the new machines p560q and p55a, with AIX 5304 and oracle9207. The creation of databases in Oracle always failed at JVM, A bunch of errors were reported, which are related to the/etc/security/limits restrictions. The following is the explanation of this file: Time (seconds) Unlimited
The CPU processing time that a user's process can occupy: file (blocks) Unlimited
This user's process can generate and expand the maximum file size data (Kbytes) 131072
The maximum data segment size that can be allocated by the user's process (data segments can have multiple) stack (Kbytes) 32768
Maximum size of the stack segment that can be used by this user's process: memory (Kbytes) 32768
Maximum number of physical memory that a user process can use (the system does not force a limit) coredump (blocks) 2097151
Maximum coredump file size nofiles (descriptors) 2000
The number of file descriptors that a user process can open at the same time (basically equivalent to the number of files that can be opened)
Change these values to-1. The installation is successful!