Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Creating duplicate Tables
Others may have better ideas but you could export table A. Rename table A to table B. Import table A. Now you have a table and a complete copy in your schema.
Then export table A and table B. Import them into the second schema using FROMUSER and TOUSER. Then you will have four copies of A - two in schema 1 and two in schema 2.
Van
![]() |
![]() |