You've probably already got an SSH server running on one of the boxes, so look into using scp (Secure CoPy) to send files across. It is safer than FTP, but you'll still need to open up a hole in the firewall to let the transfer through.
I've been studying up for the first of the DBA exams, and I did a little research on the DBO to see if it would be worth getting before starting on the 5 DBA exams.
The feeling I get from those who've commented on it is that you are mostly correct, there isn't much of a market for it, other...
If you have perl installed, you can use a really handy one-liner:
perl -pi -e 's/oldword/newword/gi' *.html
The switches at the command line (p,i,e) just say loop (p), edit the file in-place (i), and execute (e) the command (in single quotes, the gi = global, case-insensitive) on the filename...
From what I understand, the first exam (Intro to PL/SQL) is the same for both 8 and 8i. Two great prep manuals that you should investigate (for the whole DBA series, not just the one exam):
The Couchman et al book, recommended by others here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.