diff --git a/sh/10_oracle_installation.sh b/sh/10_oracle_installation.sh index 22ad415..d80514a 100644 --- a/sh/10_oracle_installation.sh +++ b/sh/10_oracle_installation.sh @@ -16,7 +16,7 @@ echo "

Niveau de patch des ORACLE_HOME (opatch lspatches) :

" cat /etc/oratab | egrep -v "^$|^#" | cut -d: -f2 | sort -u | while read oh do echo "
"
-	echo "ORACLE=HOME="$oh
+	echo "ORACLE_HOME="$oh
 	echo ""
 	export ORACLE_HOME=$oh
 	$oh/OPatch/opatch lspatches