File split and compress in Unix - how to import to W2K [message #73867] |
Tue, 27 July 2004 05:55 |
KenS
Messages: 2 Registered: July 2004
|
Junior Member |
|
|
The DBA's use the following command to export the production database. How do we import the resulting files into a Windows database?
nohup split -b2047m /tmp/${ORACLE_SID}_split_pipe ${export_dir}/${file_prefix}
&
nohup /usr/bin/compress </tmp/${ORACLE_SID}_compress_pipe >/tmp/${ORACLE_SID}_
split_pipe &
exp parfile=${etcpath}/exp_${ORACLE_SID}.par
|
|
|
|
Re: File split and compress in Unix - how to import to W2K [message #73878 is a reply to message #73867] |
Wed, 28 July 2004 04:53 |
KenS
Messages: 2 Registered: July 2004
|
Junior Member |
|
|
Thanks for your response. I went the route of importing from a Unix environment. I couldn't do this originally because I only had access to Windows environments. Convinced Mgt to give Unix access and got it done. I will still look into the Exe's you mentioned. Thanks again!
|
|
|