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 SkipVought 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: *

  1. sunbiker

    Setting Up Oracle 9i Instance on Sun Solaris 9

    Are you talking about 4 Database Instances, or 4 complete different databases. In either case i suggest keept your database files on seperate LUN's or disks for performance reasons. Technically it will work on one LUN/DISK but this makes no sense because your I-O to that specific LUN will be...
  2. sunbiker

    syslog.conf logging to remote host

    Best thing is use syslog-ng. But you will be able to split your messages separated by the hostname in files like messages.hostname if you run the following script in the background. tail -f /var/adm/messages | while read a do x=$a host=`echo $x |awk ' {...

Part and Inventory Search

Back
Top