user creation

Published February 22, 2026 By Sai Sree Ram Gundepudi
CREATE USER aasc_cloud IDENTIFIED BY aasc_cloud;
GRANT CONNECT TO aasc_cloud;
GRANT CONNECT, RESOURCE, DBA TO aasc_cloud;
GRANT CREATE SESSION TO aasc_cloud;
grant all privileges to aasc_cloud identified by aasc_cloud;
GRANT UNLIMITED TABLESPACE TO aasc_cloud;

Was this solution helpful?

Your feedback helps improve our technical knowledge repository.

Share this article