Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: deep copy of complex database tables

by Thilosophy (Curate)
on Jun 21, 2005 at 11:04 UTC ( [id://468626]=note: print w/replies, xml ) Need Help??


in reply to deep copy of complex database tables

You may want to look at Oracle-supplied utitilies, in particular exp, which dumps consistent snapshots of parts (or the whole) of the database. You can then later import these with the imp utility.

If you are only concerned with a few tables, you can just do something like the following (which would also work across database links if you set those up):

create table testschema.blah as select * from realschema.blah;

What do you mean by "complex" tables that need a "deep copy"?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://468626]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found