Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sql*plus hiding username and password

385558Jan 15 2003 — edited Jan 16 2003
Hi All,

I was wondering if there is a way that I can avoid
having to specify username and password when I execute
sqlplus and sqlldr on Unix systems.

I know that If I don't specify a username or password
these programs will prompt for one. That is fine
when I am executing thing in a interactive shell but
if I want to execute these programs from a cron job
I need to have the username and password in my crontab
file and when they execute other users can see my
username and password by executing ...

ps -ef

... How can I correct this problem?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2003
Added on Jan 15 2003
6 comments
1,035 views