You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alter system set vector_memory_size=512M scope=spfile;
alter session set container=FREEPDB1;
CREATE USER "WALKTHROUGH" IDENTIFIED BY OrA_41_M_SANDBOX
DEFAULT TABLESPACE "USERS"
TEMPORARY TABLESPACE "TEMP";
GRANT "DB_DEVELOPER_ROLE" TO "WALKTHROUGH";
ALTER USER "WALKTHROUGH" DEFAULT ROLE ALL;
ALTER USER "WALKTHROUGH" QUOTA UNLIMITED ON USERS;
EXIT;
While logging :
Enter the Database Username: WALKTHROUGH
Enter the Database Password for WALKTHROUGH: ORA_41_M_SANDBOX
Enter the Database Connection String: //localhost:1521/FREEPDB1
Save
While Creation :
alter system set vector_memory_size=512M scope=spfile;
alter session set container=FREEPDB1;
CREATE USER "WALKTHROUGH" IDENTIFIED BY OrA_41_M_SANDBOX
DEFAULT TABLESPACE "USERS"
TEMPORARY TABLESPACE "TEMP";
GRANT "DB_DEVELOPER_ROLE" TO "WALKTHROUGH";
ALTER USER "WALKTHROUGH" DEFAULT ROLE ALL;
ALTER USER "WALKTHROUGH" QUOTA UNLIMITED ON USERS;
EXIT;
While logging :
Enter the Database Username: WALKTHROUGH
Enter the Database Password for WALKTHROUGH: ORA_41_M_SANDBOX
Enter the Database Connection String: //localhost:1521/FREEPDB1
Save
podman exec -it oaim-db sqlplus 'WALKTHROUGH/ORA_41_M_SANDBOX@FREEPDB1'
Please make sure passwords are consistent throughout
The text was updated successfully, but these errors were encountered: