From 1932d9eab671687ba48f820b706884e16241f8c4 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Thu, 30 Nov 2023 01:49:50 +0100 Subject: [PATCH] Update 10_oracle_installation.sh --- sh/10_oracle_installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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