Importing specific tables in oracle database using unix [message #243471] |
Thu, 07 June 2007 07:03 |
sghoshal
Messages: 5 Registered: April 2007 Location: Kolkata
|
Junior Member |
|
|
I want ti import tables in database usimg unix.
I am using the following script as i don't have enough space in unix to unzip the file
mknod /tmp/imp_pipe p
gunzip -c 060607_0355.dmp.Z >/tmp/imp_pipe &
imp rpd/rpd123 file=060607_0355.dmp.Z fromuser=rpd touser=rpd tables=PARAMETER
rm -f /tmp/imp_pipe
However I am getting the following error.
sh: mknod: not found.
Can anybody please help.
|
|
|
|