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

    SQL*Loader

    Hi, i'm using SQL*Loader to load oracle tables.. can i please know whether I can use shell scripting inside a .ctl file 'coz the infile name will be always changing every 15 minutes. So i need to dynamically create the infile name which I can do it in shell scripting. Given below is what i'm...
  2. nithin97

    Adding a zero.....

    hi,, what i'm trying to do is if the number is less than 10 , I want to add a zero before it.. like, if it is 9 output should be 09.. and i'm using c-shell.. can you pls help me out ?
  3. nithin97

    Am trying from y'day.. but this fol

    Am trying from y'day.. but this following switch case is not at all working.. problem is if i give this multiple choice for "case" its not working.. it just works when i give just one value for "case"... your help appreciated... Switch Case problem.... switch ($month)...
  4. nithin97

    SQL Loader...

    hi, i need to load a table using sqlloader every 15 minutes.. and the thing is the infile's name will be changing every 15 minutes but with a definite format like xyz_20020709_1015.txt,xyz_20020709_1030.txt etc.. can you suggest me a way for loading the table ? is it possible to invoke sqlloader...
  5. nithin97

    PID of a particular process...

    Hi, I've a C Shell script inside which I do a ftp to a site. Is there any way of taking the PID of that ftp process alone 'coz when I tried to take the PID, I could just get the PID of this script alone. I used $$ to take the PID. Thanks in advance.
  6. nithin97

    Previous Date....

    Hi, Can I know how to get the previous date ? Now I'm using like, currdate=`date +%Y%m%d` ydate=`expr $currdate - 1` this was working fine till y'day(10-31-2002) but today e'thing gone wrong 'coz currdate returned 20021101 and ydate returned 20021100 but...
  7. nithin97

    Hi, How to run a cron every 2 minu

    Hi, How to run a cron every 2 minutes ? and how that cron file has to be saved under what extension ? Thanx....
  8. nithin97

    Hi TDATGOD.. Regarding Your script

    Hi TDATGOD, Thanks for your awesome reply... Actually I'm new to Unix Shell Scripting.. Can you please clarify me some doubts in ur script.... Sorry if I am disturbing you again.. Doubt 1 : the following line gives syntax error saying Error message : if: Expression syntax...
  9. nithin97

    Hi, I've a C Shell Script runni

    Hi, I've a C Shell Script running every 15 minutes which opens a ftp session and downloads files from remote site. But sometimes the ftp session hangs up due to network delay or anyother reason and the session remains open. But after 15 minutes another ftp session opens according to my...

Part and Inventory Search

Back
Top