Is it possible to delete a table by identifying the tablespace, owner, and table name?
We have several accounts set up. Most of them have tables with the same name. Can I drop a table by identifying which tablespace it is in before identifying which account owns the table?
Maybe I am way off the mark here. Is it even possible for a person to create more than one table under AccountA with the same name, if the tables are located in different tablespaces?
These questions all rise from our efforts to clean up our Oracle accounts and tablespaces. We currently have more than one project in some tablespaces. If I move a set of tables to its correct tablespace by doing an EXPORT followed by an IMPORT using the approach suggested in thread186-1182717, do I have one or two copies when I am done?
Thanks
We have several accounts set up. Most of them have tables with the same name. Can I drop a table by identifying which tablespace it is in before identifying which account owns the table?
Maybe I am way off the mark here. Is it even possible for a person to create more than one table under AccountA with the same name, if the tables are located in different tablespaces?
These questions all rise from our efforts to clean up our Oracle accounts and tablespaces. We currently have more than one project in some tablespaces. If I move a set of tables to its correct tablespace by doing an EXPORT followed by an IMPORT using the approach suggested in thread186-1182717, do I have one or two copies when I am done?
Thanks