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 bkrike 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: yerra
  • Content: Threads
  • Order by date
  1. yerra

    Load Multiple Files in a single session

    I have a folder in Unix /SQL which contains some SQL files that are to be loaded into the database. Some of these files contains procedures,functions, others are simple update, inserts statements. In Unix I read a file, load into oracle, exit and then read another file, load into oracle and...
  2. yerra

    Set display column in Unix

    I am using Dec Alpha v5.1 and I have a program that sets a variable value of which goes above 80 characters. So after 80 char, it puts a space/newline and hence I am not able to capture the entire value of the variable. Any Idea on how to go bout this ?
  3. yerra

    Grep Question

    I have a variable named ARCLOG with value ARCHIVELOG,/oradata/archives,46455433. Now I want to evaluate a condition where a) If value in 1st column is ARCHIVELOG, check the 2nd column for its location (/oradata/archives or any loc). if there is no value in 2nd column , then display a message...
  4. yerra

    Code review

    I am writing a script to check the no of logs a directory can hold and % of disk space available. If directory can hold only 50 logs more or disk % available is only 80% then Alert the admin. Though the below code works, I was looking at a better script which might elimnate calling df -k...
  5. yerra

    Maximum Size of a File

    Supposing I have a directory with 100 files and I need to find out the Top 5 Files sorted by Size. Can Someone help me in this ..?

Part and Inventory Search

Back
Top