Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: latka
  • Order by date
  1. latka

    secure ftp via firewalls

    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.
  2. latka

    DBO exam

    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...
  3. latka

    Search and Replace.

    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...
  4. latka

    OCP Exam, Intro to Sql and Plqsl , Some Info. pl..

    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...

Part and Inventory Search

Back
Top