Oracle Installation text tutorial in linux environment in VMware (2) upgrade patch installation in ORACLE 10.2.05, vmware10.2.05
First, decompress the package.
$ unzip p8202632_10205_LINUX.zip
After decompression, we will find an extra folder, Which is Disk1 and enters Disk1. Then execute the installation:
$ ./runInstaller
Execute scripts
# /u01/app/oracle/10.2.0/db_1/root.sh
Running Oracle 10g root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/10.2.0/db_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]:
The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]:
The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
[n]:
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.
After the script is executed, create a database.
$ dbca
An error was reported earlier, indicating that the Enterprise Manager fails to be installed. Enterprise Manager is an essential tool for DBAs in daily life, so we must install it.
[Oracle @ oracle Disk1] $ sqlplus/as sysdba;
SQL * Plus: Release 10.2.0.5.0-Production on Fri Aug 15 22:23:05 2014
Copyright (c) 1982,201 0, Oracle. All Rights Reserved.
Connected:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0-Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select status from v $ instance;
STATUS
------------
OPEN
Show that the database is opened normally
Instructions on how to install oracle 10g in a linux operating system of a Virtual Machine
Step 1 install the operating system, LINUX under the virtual machine. Network configuration. Note that the installation version is ORACLE10G compatible. If not compatible, you must modify the version redhat-release file.
Step 2: view or modify the system parameter file and check the installation environment.
Step 3: configure the installation environment, users, groups, permissions, etc.
Step 4: unzip and install ORACLE and execute the final command. Create a database again.
If you have any questions, check them online.
Install oracle in a linux environment
Wangqiyong.blog.51cto.com/500227/163652
Linux reference