Home » RDBMS Server » Server Administration » exp, mknod
exp, mknod [message #63691] Thu, 28 October 2004 05:34
sidd
Messages: 130
Registered: May 2003
Senior Member
# Make a pipe 
mknod expdat.dmp p            # or mkfifo pipe 
# Start compress sucking on the pipe in background 
compress < expdat.dmp > expdat.dmp.Z & 
# Wait a second or two before kicking off the export 
sleep 5 
# Start the export 
exp scott/tiger file=expdat.dmp

Will this code work on HP 11I unix as is? what is the risk involved in using mknod?
and how mknod works? Do i need to make sure anything before using this mknod command?
can anyone explain me please
thanks
Previous Topic: OCI-21560: argument 7 is null, invalid, or out of range
Next Topic: Opatch on a 9.2.0.5.0 database on Windows 2003
Goto Forum:
  


Current Time: Fri Jan 24 19:05:49 CST 2025