Add alter session to ASGBD notes

This commit is contained in:
Nicolás A. Ortega Froysa 2022-11-14 18:06:42 +01:00
parent 968672c091
commit 7b40187ec3

View File

@ -1,3 +1,5 @@
ALTER SESSION SET "_ORACLE_SCRIPT" = true;
CREATE USER username CREATE USER username
IDENTIFIED BY password IDENTIFIED BY password
[DEFAULT TABLESPACE tablespace] [DEFAULT TABLESPACE tablespace]