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 …

Tuesday, November 16th, 2004 Technical Notes No Comments

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.

Tuesday, November 16th, 2004 Technical Notes No Comments

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.

Friday, November 12th, 2004 General No Comments