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
CREATEUSERjds IDENTIFIED BY jds DEFAULT TABLESPACE jds_tabspace TEMPORARY TABLESPACE jds_tabspace_temp
Assign necessary rights
GRANT CREATE SESSION TO jds;
GRANT CREATE TABLE TO jds;
GRANT CREATE VIEW TO jds;
GRANT CREATE PROCEDURE TO jds;
GRANT CREATE TRIGGER TO jds;
GRANT UNLIMITED TABLESPACE TO jds;