पहले मैंने एक उपयोगकर्ता बनाया था:
SQL>create user suhail identified by password
SQL>User created.
SQL>Grant create session,create table to suhail;
SQL>Grant Succeeded.
लेकिन जब मैं लॉगिन करता हूं suhail
और बनाने की कोशिश करता हूं तो मुझे table
एक त्रुटि मिलती है ORA-01950: no privileges on tablespace 'SYSTEM'
। क्या त्रुटि है? क्यों होता है?
SQL> connect suhail
Enter password:
Connected.
SQL> create table suhail_table(name char(10));
create table suhail_table(name char(10))
*
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'
मैं Oracle डेटाबेस 11g एक्सप्रेस संस्करण रिलीज़ 11.2.0.2.0 का उपयोग कर रहा हूं
alter database default tablespace users