Search notes:

$ORACLE_HOME/rdbms/install/rootadd_rdbms.sh

$ORACLE_HOME/rdbms/install/rootadd_rdbms.sh is called by $ORACLE_HOME/root.sh (or should be run as root)
The script sets the owner and file permssion of the following files:
$ORACLE_HOME/bin/oradism -rwsr-x--- root
$ORACLE_HOME/bin/extjob -rwsr-x--- root
$ORACLE_HOME/rdbms/admin/externaljob.ora -rw-r----- root
$ORACLE_HOME/bin/jssu -rwsr-x--- root
$ORACLE_HOME/bin/extproc g+s
$ORACLE_HOME/scheduler/wallet/ -rwx------
In addition, it copies $ORACLE_HOME/bin/extjobo to $ORACLE_HOME/bin/extjob if the latter does not exist.

See also

$ORACLE_HOME/root.sh

Index