hi everyone
I am creating a tablespace and assigning to a user. and after that import data into this user but when i try to see tablespace consumption through OEM its showing me blank. suggest me ...
Statements are :::::
CREATE TABLESPACE TBS_HEADO
DATAFILE 'D:\oracle\oradata\pharmax\TBS_HEADO.DMP' SIZE 1024M
CREATE USER HEADO IDENTIFIED BY RM
DEFAULT TABLESPACE TBS_HEADO
QUOTA UNLIMITED ON TBS_HEADO
TEMPORARY TABLESPACE TEMP
QUOTA UNLIMITED ON TEMP;
GRANT CONNECT,CREATE SESSION,RESOURCE TO HEADO;
Thanks & Regard
Irfan Ahmad
Oracle LazyDBA home page