Archive for November, 2004
Exporting to a compressed file
This is a little old school, but still pretty cool.
1) Create a named pipe:
/usr/bin/mkfifo ${FILENAME}.pipe
2) Start compressing the named pipe in the background:
/usr/bin/compress < ${FILENAME}.pipe > ${FILENAME}.dmp.Z &
3) Run your export using the pipe as the file name:
exp usr/pwd file=${FILENAME}.pipe full=y compress=y …
New Category Added
I added this category today as a way to keep a living journal of cool technical things I learn on a daily basis. This way, I will always have one repository of information to refer to.
I’m back online!!!
Well, it’s been a long time. I’m going to give this WordPress thing a shot and see how it works out. Hopefully I can get around to creating a custom look and feal to go with it.
Favorite Authors
Interests
Note worthy
Archives
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- September 2007
- May 2007
- February 2007
- September 2006
- April 2006
- February 2006
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- November 2004