recyclebin vs tablespaces
I mentioned few points.Please let me know are they correct.Also answer to my question below which i mentioned.
When we drop the tables in 10g/11g database then we need to purge recyclebin.
-->database will not have one recyclebin,it should be equal to the number of tablespaces in the database.
-->if i drop a table of 10gb then the tablespace who have this table will release the space only after purging the recyclebin.
-->let say i have two tablespaces and i have 2 tables.From one schema i.e scott i can create only one table.I cannot create 2 tables of same name in two different tablespaces.