external table on network share drive from Windows
Hi,
I am using 12c Personal on Windows 7. I am able to create and select from external tables. However, I can only do it on local disk, it doesn't work at all on network share drives. Here is an example error:
[Oracle][ODBC][Ora]ORA-29913: error in executing ODCIEXTTABLEOPEN callout
ORA-29400: data cartridge error
error opening file \\devbox\myshare\oracle_tester\MY_EXTERNAL_SOURCE_15352_2080.log
(SQL-HY000) at ./oracle_connection_tester.pl line 62.
I think this is because my Oracle Home User (12c) is a Local User, not a Domain User, thus it doesn't have any access to domain resources such as share drives.