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 ...
I'm currently beating my head against the following problem, and I could use a point in the right direction.<BR><BR>For my current task, I'm required to generate an implementation for clone(), equals( ...