Trying to switch over to datapump
Ok, so I'm trying to convert my scripts over to datapump from old export/import after experiencing characterset errors. Almost all done with one problem.
I use a pipe to generate the export and then move it to a file for I/O efficiency and has always worked great in any unix platform under old export/import. With datapump this pipe is considered an improper file name and I'm guessing because there is a directory path tied to it. The most efficient place for the pipe file is in /tmp. I created another dba directory and naming it to TEMP because my current data_pump_dir is used to store the final location of the exports and logs. However, datapump being as smart as it is looks at the
I use a pipe to generate the export and then move it to a file for I/O efficiency and has always worked great in any unix platform under old export/import. With datapump this pipe is considered an improper file name and I'm guessing because there is a directory path tied to it. The most efficient place for the pipe file is in /tmp. I created another dba directory and naming it to TEMP because my current data_pump_dir is used to store the final location of the exports and logs. However, datapump being as smart as it is looks at the
0