KUP-04063 SQLNET + NFS [message #511420] |
Mon, 13 June 2011 00:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/09f31395009692e6068534114da569ff?s=64&d=mm&r=g) |
unixman954
Messages: 2 Registered: June 2011
|
Junior Member |
|
|
Hi. I will trying to work with HP on this but I wanted to see if anyone out there may know the fix for the issue below:
SQL> select * from ext_harness;
select * from ext_harness
*
ERROR at line 1:
ORA-29913: error in executing ODCIEXTTABLEOPEN callout
ORA-29400: data cartridge error
KUP-04063: unable to open log file EXT_HARNESS_27442.log
OS error Permission denied
ORA-06512: at "SYS.ORACLE_LOADER", line 19
The directory it is trying to create the log file in is an NFS mount with 777 permissions and mounted with the following options:
nfs rw,bg,nosuid,intr,wsize=32768,rsize=32768 0 2
The error only occurs when accessing via SQLNET and the directory is an NFS mount. It works the other possible connection ways:
SQL*NET + NFS => FAILURE
IPC + NFS => SUCCESS
SQL*NET + Local FS => SUCCESS
IPC + Local FS => SUCCESS
I am not a DBA so my apologies in advance it I did not include any needed information. Please let me know anyone out there has any suggestions for resolution. Thanks - Steve.
|
|
|
|
|
|