Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlplus and script writing.
On 22 Sep 1999 14:43:32 GMT, "Tom" <tray_at_voicenet.com>
wrote:
> I have a question about sqlplus scripts. I see many scripts written that
>start sqlplus and use a "/" for userid and password. How is this possible?
>Is this a security problem?
This could actually be a good thing in terms of security. I have several cron jobs that do that. It works because I created an OPS$ account for the Unix user. The end result is that I do not need to embed oracle usernames and passwords in my administrative scripts.
Jonathan
![]() |
![]() |