Assistance to the issue below
I'm having an issue with newly created external tables being unable to call .bat files which list directory paths which have spaces in them in the ALL_DIRECTORIES table.
The .bat file has the text immediately below and it does not like the space between external and data as evidenced by the KUP error message
KUP-04095: preprocessor command e:\external data\sbs_books\continuation_books\list_files.bat encountered error "'e:\external' is not recognized as an internal or external command.
@echo off
dir e:\external data\sbs_books\continuation_books
There are also ORA-29913: error in executing ODCIEXTTABLEFETCH callout & ORA-29400: data cartridge error. Apologies there was not enough space in the Error codes field below to include the entire text.
The .bat file has the text immediately below and it does not like the space between external and data as evidenced by the KUP error message
KUP-04095: preprocessor command e:\external data\sbs_books\continuation_books\list_files.bat encountered error "'e:\external' is not recognized as an internal or external command.
@echo off
dir e:\external data\sbs_books\continuation_books
There are also ORA-29913: error in executing ODCIEXTTABLEFETCH callout & ORA-29400: data cartridge error. Apologies there was not enough space in the Error codes field below to include the entire text.
0