in reply to database connection

You need to add the line ...
close SQLPLUS;
Sorry I didn't point that out before. Just a rule of thumb if your code opens something your code should probably close it.

Plankton: 1% Evil, 99% Hot Gas.

Replies are listed 'Best First'.
Re: Re: database connection
by Jaki1980 (Novice) on Jan 16, 2004 at 22:59 UTC
    thank you ;)