How to create a Data base
Hi All,
I have installed oracle light OracleXE.exe.
Now i want to create a database where only specific user is allowed to that.
I have tried the below and it throws ORA-01501: CREATE DATABASE failed ,ORA-01100: database already mounted
CREATE DATABASE DEVFLX
USER NGPR2ST IDENTIFIED BY flx13
UNDO TABLESPACE undotbs
DEFAULT TEMPORARY TABLESPACE devflx;
Steps I followed
Step 1 - logged in to http://127.0.0.1:8080/apex/f?p=4500:1003:2716577582274117::NO::: with sys and password
Step 2 - Created a user NGPR2ST
Step 3 - create database where it fails.
Please help me.