I am using Oracle 10g Express Edition..
i drop the objects from the database but it does not stored in the recycle bin. how can i resolve this problem.
How to enable recycle bin and PURGE options?
I had followd PaulM reply (
1619135
sql>select DEFAULT_TABLESPACE from dba_users where username = 'test';
It shows no data found.
How to assign a Default TableSpace to a user?
While creating a user it takes some default tablespace know?
Why it shows 'No data Found'?
Thanks