See how much a single Oracle SQL statement can do...
Plus some Unix/Linux Work Log
Monday, July 10, 2006
dump & zip the dmp file on the fly
# create a named pipe mknod exp.pipe p # read the pipe - output to zip file in the background gzip < exp.pipe > scott.exp.gz & # feed the pipe exp userid=scott/tiger file=exp.pipe ...
No comments:
Post a Comment