Would the xml import/export of R3 be of use? It looks like a possible
option for other migrations?
Good luck! Keep everyone posted!!
> Is there a procedure to create safe, transportable online backups? I
> don't need cross-platform transportability (we're windows-only), but I
[quoted text clipped - 12 lines]
> would altering the copy.out script to first take read locks on all
> tables be a safe way to go? Any other way that I'm missing?
Emiliano - 22 Jun 2005 14:53 GMT
> Would the xml import/export of R3 be of use? It looks like a possible
> option for other migrations?
It's an interesting option, but the manual doesn't state anything
whatsoever about locking, and the exported metadata is incomplete --
no rules, no SPs, no constraints... I'm hoping that a modified
copy.out will do the job. I've taken out the autocommit and the
readlock = nolock, did an 'select * from <table>' for all tables, then
the usual copy statements, then an explicit commit. I've sent it to CA
for evaluation, I'll let you know.

Signature
Emiliano