From a8f9e90f8deabb209f36e721dbd403d05b32a55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Paues?= Date: Fri, 4 Sep 2020 19:00:05 +0200 Subject: [PATCH] Issue 295: setPassword.sh fails for PDBADMIN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Göran Paues --- OracleDatabase/18.4.0-XE/scripts/setPassword.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OracleDatabase/18.4.0-XE/scripts/setPassword.sh b/OracleDatabase/18.4.0-XE/scripts/setPassword.sh index cd140cd3..ec8aa097 100644 --- a/OracleDatabase/18.4.0-XE/scripts/setPassword.sh +++ b/OracleDatabase/18.4.0-XE/scripts/setPassword.sh @@ -12,7 +12,7 @@ ORACLE_PWD=$1 ORACLE_SID="`grep $ORACLE_HOME /etc/oratab | cut -d: -f1`" -ORACLE_PDB="`ls -dl $ORACLE_BASE/oradata/$ORACLE_SID/*/ | grep -v pdbseed | awk '{print $9}' | cut -d/ -f6`" +ORACLE_PDB="XEPDB1" ORAENV_ASK=NO source oraenv