If you want to take a copy of one table and make a copy of it in another schema (under another username), you can use the SQL*Plus COPY command, or a simple <code>"create table foo as select * from ...
How do I copy tables in SQL Server 2005 to a new instance while maintaining the foreign keys and identity columns in the source instance?<BR><BR>The import/export function in Management Studio creates ...