Oracle 10g silent Installation (no graphics)

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.