sqlplus error on select from external table: ORA-29913: error in executing ODCIEXTTABLEOPEN callout

前端 未结 5 1179
梦毁少年i
梦毁少年i 2021-01-05 05:34

I have setup a simple Oracle external table test that I (alongside a DBA and Unix admin) can\'t get to work.

The following is based on Oracle\'s External Tables Conc

5条回答
  •  [愿得一人]
    2021-01-05 06:38

    We faced the same problem:

    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error error opening file /fs01/app/rms01/external/logs/SH_EXT_TAB_VGAG_DELIV_SCHED.log
    

    In our case we had a RAC with 2 nodes. After giving write permission on the log directory, on both sides, everything worked fine.

提交回复
热议问题