DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 18

Thread: problem in uncompressing

Threaded View

  1. #3
    Join Date
    May 2002
    Location
    USA
    Posts
    462
    Slimdave ,

    Thanks .... but , does this uncompress before doing the import .. ??
    will the performance become slow while importing from compressed
    file.

    How can i test this script without importing to the database ?? I think we can do this using file == in imp par file .

    am i missing anything .

    #!/bin/ksh
    rm -r /tmp/imp_pipe
    mknod /tmp/imp_pipe
    uncompress < FullExport.dmp.Z > /tmp/imp_pipe & sleep 3 $ORACLE_HOME/bin/imp file=/tmp/imp_pipe parfile=import.par
    Last edited by prakashs43; 03-04-2004 at 12:57 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width