hi
i am trying to create a table but i am getting this message how to solve this proble in oracle 9i
SQL> create table t1(sno number(10));
create table t1(sno number(10))
*
ERROR at line 1:
ORA-01031: insufficient privileges
i am trying to create a table but i am getting this message how to solve this proble in oracle 9i
SQL> create table t1(sno number(10));
create table t1(sno number(10))
*
ERROR at line 1:
ORA-01031: insufficient privileges
Comment