mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-22 00:36:41 +02:00
4 lines
134 B
SQL
4 lines
134 B
SQL
alter session set "_ORACLE_SCRIPT"=true;
|
|
CREATE USER test_user IDENTIFIED BY Password123;
|
|
GRANT CONNECT, RESOURCE, DBA TO test_user;
|