We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770fb55 commit d6cf68dCopy full SHA for d6cf68d
.github/scripts/create_new_user.sh
@@ -24,4 +24,4 @@ sqlplus -s / as sysdba << EOF
24
CREATE USER ${DB_USER} IDENTIFIED BY "${DB_PASSWORD}" QUOTA UNLIMITED ON USERS;
25
GRANT ALL PRIVILEGES TO ${DB_USER};
26
exit;
27
-EOF
+EOF
0 commit comments