I'm trying to execute the following sql statement (against Accord) in a SQL general component:
{call ops\$rs3.hts_result.ProcessBatch(?, '|')}
I get the following error message:
ORA-20000: {RS3}RS3-HTS-15131 Invalid experiment date{RS3}
Since I am able to execute the identical protocol on a system where the owner of the stored procedure does not have a \$ in it's name, I can only assume that the \$ character is being interpreted instead of passed literally. How do I escape it so that it executes correctly?
Lee