I'm trying to export an 8.0.6 database on the HP-UX 10.20 platform. The size of the export size is about to grow more than the max file size on the OS, and then fail. What i have to do? I would consider exporting tablespace by tablespace. What is the exact commands to do that?
You Can break up the export file into smaller files use export to a PIPE and have compress and split read the pipe. The result is a couple of 500meg compressed files that consistute the export. At 500meg, any utility can deal with this files and I can move them around easier.
Bookmarks