Oracle 10g no graphical interface installation
This document is installed when the Oracle environment variable has been configured and is not missing a dependent package;
Unzip the Oracle installation package,
First VI DATABASE/RESPONSE/ENTERPRISE.RSP
Modify Oracle_home and Oracle_home_name in a file two parameters for the actual parameters
Oracle_home= the actual path
Oracle_home_name just a name, modify it.
Then execute the command:
./runinstaller-silent-responsefile DATABASE/RESPONSE/ENTERPRISE.RSP
After the installation is complete, execute root two scripts
#/oracle/orainventory/orainstroot.sh
#/oracle/product/10.2/root.sh
Modify the Database/response/dbca.rsp file;
Gdbname=orcl
Sid=orcl
Templatename=general_purpose.dbc
Modify CHARACTERSET = "ZHS16GBK"
Change the gdbname,sidto the specified name, templatename modify to General_purpose.dbc.
Perform:
Dbca-silent-createdatabase-responsefile/home/oracle/database/response/dbca.rsp
When the execution is complete, the Oracle installation is complete.
Silent Upgrade:
Modified./DISK1/RESPONSE/PATCHSET.RSP
Also only need to modify the configuration file unix_group_name=;oracle_home=;oracle_home_name=
Modify the situation with the actual installation should be consistent, shape such as:
Unix_group_name= "DBA" indicates that the user group installing Oralce is a DBA;
Oracle_home= "/oracle/product/10.2" Oracle's home Directory is/oracle/product/10.2, which is the same as the Oracle_home directory selected at the time of installation;
Oracle_home_name= "oradb_home1" and installation time selected Oracle_home_name inconsistent, you can.
OraDbHome1
The operation is as follows:
./disk1/runinstaller-silent-responsefile./DISK1/RESPONSE/PATCHSET.RSP
Before executing, you need to shut down all database listening and database, sqlplus;
After successful execution, as with the normal execution of the upgrade, the following:
Sqlplus "/as sysdba"
Sql>startup upgrade;
Sql>spool Patch.log
Sql>@?/rdbms/admin/utlu102i.sql
Sql>shutdown Immediate
Sql>startup upgrade;
Sql>@?/rdbms/admin/catupgrd.sql
Sql>spool off
Sql>shutdown Immediate
Sql>startup
Sql>@?/rdbms/admin/utlrp.sql