Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Silent Mode Installation in 10g oracle -software

$ mkdir /soft
copy the 10g software to location /soft
$ unzip 10201_database_linux32.zip
$ cd /soft/database
cd Response

$ cp enterprise.rsp /soft/1.rsp
$ vi /soft/1.rsp
UNIX_GROUP_NAME="oinstall"
ORACLE_HOME="/u01/app/oracle/product/10.2.0/db_1"
ORACLE_HOME_NAME="Tilak"
s_nameForDBAGrp="dba"
n_configurationOption=3

save and quit (:wq)

./runInstaller -silent -ResponseFile -/soft/1.rsp

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction