Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Scheduled batch process fail to connect to Oracle
On 21 Dec 2004 12:28:15 -0800, uzlanerv_at_yahoo.com (Vladimir Uzlaner)
wrote:
>Suppose user login is user/password. Then MKS connect to Oracle using
>OPS$USER/password login. I think problem is in '$' sign, because for
>Korn shell it is special character. And if we put:
check out the os_authent_prefix init.ora parameter. It's current
default is an empty string.
Also if you did set up OS authentication properly the connect string
is simply
sqlplus /@<service>
NOT
sqlplus ops$user/password_at_service
-- Sybrand Bakker, Senior Oracle DBAReceived on Tue Dec 21 2004 - 15:52:52 CST
![]() |
![]() |