How to create database in oracle.
Is the tablespace and database same?
Do we need to install client from oracle 9i?
I have the code as follows
Create Tablespace SCT_DATA
Datafile 'sct_data.dat' size 10M
online;
and i come across the error as follows
Create Tablespace SCT_DATA
*
ERROR at line 1:
ORA-01031: insufficient privileges
What should i do?