in reply to deep copy of complex database tables

I'm not an Oracle guy, but in PostgreSQL, I can say "CREATE DATABASE foo_test TEMPLATE foo;", and Pg creates a snapshot into my test database. For this to work, nobody can be attached to the source database.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: deep copy of complex database tables