Silent Install
Items that need to be added to /home/oracle/.bash_profile
|
1 2 3 4 5 |
ORACLE_BASE=/Oracle; export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1; export ORACLE_HOME ORACLE_SID=orcl11g; export ORACLE_SID PATH=/usr/sbin:$PATH; export PATH PATH=$ORACLE_HOME/bin:$PATH; export PATH |
|
1 2 |
#mkdir /Oracle #chown oracle:oinstall / |
Contents of /etc/oraInst.loc
|
1 2 |
inventory_loc=/Oracle/oraInventory inst_group=oinstall |
11gR2.rsp, dbca_deneme.rsp and netca_deneme.rsp can all be downloaded from here. These files can be opened and edited with any text editor.
|
1 2 |
#chown oracle:oinstall oraInst.loc #chmod 664 oraInst.loc |
Installation
Installing the software.
|
1 |
/stage/db11g/db/Disk1/runInstaller -silent -responseFile /tmp/11gR2.rsp |
Note: To write the settings made using the graphical interface to a response file:
|
1 |
./runInstaller - record -destinationFile /user_created_file/11gR1.rsp |
Don’t forget to run the /Oracle/product/11.1.0/db_1/root.sh script as the root user.
Creating the database
|
1 |
dbca -silent -responseFile /tmp/dbca_deneme.rsp |
Listener and tnsname settings
|
1 |
netca /silent /responsefile /tmp/netca_deneme.rsp |
A video showing the setup procedure can be downloaded from here.
Kategori seçin...
