ajout de rep shell
This commit is contained in:
@@ -39,9 +39,4 @@ prompt <pre>
|
||||
host ulimit -a | sort
|
||||
prompt </pre>
|
||||
|
||||
prompt <h2>ulimit -a </h2>
|
||||
prompt <pre>
|
||||
host /bin/sh sql/10b_oracle_installation.sh
|
||||
prompt </pre>
|
||||
|
||||
exit
|
||||
@@ -1,11 +0,0 @@
|
||||
# inventory.xml
|
||||
ORA_INVENTORY=$(cat /etc/oraInst.loc | grep inventory_loc | cut -d= -f2)
|
||||
cat $ORA_INVENTORY/ContentsXML/inventory.xml
|
||||
|
||||
# opatch
|
||||
ORA_HOME=$(cat /etc/oratab | egrep -v "^$|^#" | cut -d: -f2 | sort -u)
|
||||
for OH in ${ORA_HOME}
|
||||
do
|
||||
export ORACLE_HOME=${ORA_HOME}; ${ORA_HOME}/OPatch/opatch lspatches
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user