Use the following scripts as a reference while creating database schema for both Platform Metadata Schema & Application Schema Platform Metadata Schema: CREATE USER xxcloudio IDENTIFIED BY "xxcloudio" DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP" PROFILE DEFAULT QUOTA UNLIMITED ON "USERS"; GRANT CREATE JOB TO xxcloudio; GRANT CREATE MATERIALIZED VIEW TO xxcloudio; GRANT CREATE PROCEDURE TO xxcloudio; GRANT CREATE SEQUENCE T... [Read More]
Server Side Administration Installation |