From 7b40187ec3e4d4364e8afac905daf83fd8ced1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega=20Froysa?= Date: Mon, 14 Nov 2022 18:06:42 +0100 Subject: [PATCH] Add alter session to ASGBD notes --- 2/ASGBD/notes/commands.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2/ASGBD/notes/commands.txt b/2/ASGBD/notes/commands.txt index 0b622a5..6658270 100644 --- a/2/ASGBD/notes/commands.txt +++ b/2/ASGBD/notes/commands.txt @@ -1,3 +1,5 @@ +ALTER SESSION SET "_ORACLE_SCRIPT" = true; + CREATE USER username IDENTIFIED BY password [DEFAULT TABLESPACE tablespace]