The installation of ORACLE10G in red hat 5.4 is finally successful. ORACLE in WINDOWS is a little different from ORACLE in LINUX. It can be seen from a simple installation. When installing ORACLE in LINUX, you must first install the auxiliary software, then create a specific user, and then change the system parameters and system variables. However, there is a certain process (see the attachment "ORACLE Installation" below). Next we will take a look at the basic precautions for installation and use.
1: install the software first. ORACLE will prompt you to "run two jobs with the root user" During the software installation process *. sh File ". click "OK" after running ". note: Do not click OK directly.
2: Run netca or lsnrctl, start the listener, and establish the listener service.
3: Run dbca to create a database. Note: It is recommended that you do not modify the installation directory. If you modify the directory, use the notes to facilitate future maintenance. However, you can increase the number of files, such as control files and log files.
4: using the system user to create an operation user is not granted certain permissions.
5: after use, you must use shutdown immediate to shut down the database before shutting down the system.
6: when starting the database, you must first run lsnrctl to start the listener, and then use the sys user to run the startup command to start the database, and then switch to the Operating User to operate the database.
This article is from the "love" blog