ERROR [42000] [Oracle][ODBC]Syntax error or access violation when trying to connect to procedure in oracle database using ODBC connection through Laserfiche Workflow custom query:
execute ('begin laserfiche.fa_insert_petition(
in_campus => ?
, in_term_code => ?
, in_student_id => ?
); end;','1','202020','199404440') at ebantest;
all privileges are granted to the procedure on laserfiche user under oracle database.