I've been attempting to utilize an Oracle Stored Procedure in a DataWindow to retrieve data, however upon retrieval I receive the following error.
ORA-06550 - Identifier '{indentifier}' must be declared.
The issue can be created in the DW painter.
I'm using Oracle ODBC drivers (doesn't require the client) and I'm not sure if that is the cause at this point.
I have no issues with MSSQL stored procedures. Just the ORA ones are not playing nice.
I've provided the DW (dtb_sp_simple_select_char) and PL/SQL (TEST_SP_ex_simple_select.txt) for the procedure.
Any guidance would be appreciated.
- Mike