in reply to Could u please explain

Hi

Its not related to perl but realy something that all the *nix user would know. Its just setting up the environment variables and executes a sql file named /print/production/bin/purge.sql

And then sleeps for 30 seconds and mails the details to a group .
sqlplus @/print/production/bin/purge.sql
This would execute the sql script in the sql prompt.

Thanks
SasiKumar

Replies are listed 'Best First'.
Re^2: Could u please explain
by Anonymous Monk on Apr 15, 2005 at 07:10 UTC
    Thank you sasikumar.
    Could you please tell me the discussion board for shell programming
    thanks
      Oops , I am not that smart ;)
      I am not an expert but i learned all thru trail and error. The best that i can tell u is to use the man pages. for any command
      man <command name>
      This is best
      All the shell programs are now with perl better to implement all in perl rather than using the shells and fighting for solution.
      Thanks
      SasiKumar