I got an error when applying the binding concept in the ATP select statement
When i try to apply this concept i got this error "Error: Unable to create the request and response data definition for this SQL Query. Please fix the SQL Statement or try to switch to Perform table operation option on the Welcome page. Refer Oracle documentation for further information."
here is the select statement
SELECT LAST_UPDATE_DATE
FROM TEST_TABLE1
WHERE LAST_UPDATE_DATE = #LAST_UPDATE_DATE
PS: When i remove the bind variable it works normally
Tagged:
0