R
Rob Fitzpatrick
Guest
I feel your pain. But unfortunately for you, the PDSOE license includes the Personal RDBMS product. Only the Enterprise RDBMS product allows for large files (extents >2 GB). So your only option is to set up the structure file of your target with as many extents per area as are needed to contain your data. And yes, binary dump is per-table, but you can fairly easily write a program to output a shell script that binary dumps every table. Don't forget to dump out other data you may need, e.g. _User contents, current sequence values, SQL permissions.
Continue reading...
Continue reading...