Update 10_oracle_installation.sh

This commit is contained in:
Yacine31
2023-11-30 01:49:50 +01:00
parent 481d358600
commit 1932d9eab6

View File

@@ -16,7 +16,7 @@ echo "<h2>Niveau de patch des ORACLE_HOME (opatch lspatches) :</h2>"
cat /etc/oratab | egrep -v "^$|^#" | cut -d: -f2 | sort -u | while read oh
do
echo "<pre>"
echo "ORACLE=HOME="$oh
echo "ORACLE_HOME="$oh
echo ""
export ORACLE_HOME=$oh
$oh/OPatch/opatch lspatches