To change the oracle user tablespace
first connect with the system on the database where you have created this user.
alter user AHSAN_TFR default tablespace TFR_REP quota unlimited on TFR_REP;
must assign quota otherwise you cannot run any SQL statement.
Sphere: Related Content
0 comments:
Post a Comment