I have opended a text file and have an array to pass to SQLExecutor or SQLcreator.
They only appear to work on tables not an input string. Keep getting error reading table - It is a list not a table!!
I need to loop through the array and run a procedure against each value.
I tried to open PLSQL+ using a .bat file, this throws an error
SystemCaller_2: Executing `cd c:\\windows\\system32 && run "cmd.exe"'
The syntax of the command is incorrect.
SystemCaller_2: Failed to Execute `cd c:\\windows\\system32 && run "cmd.exe"'
I aimed to open SQLPlus to read the array in order to run a procedure.
The problems:
- I cannot get SQLExecutor or SQLcreator to read a string/list (???).
Is it possible to pass the array to loop through and run the procedure??
Any help appreciated.
regards,
Clive