Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, i need a execute a oracle job in my Qlik Cloud, in my app i try this:
SQL
BEGIN
DBMS_SCHEDULER.RUN_JOB('SOLUS_NINF.J_CARGAS_GUIAS');
but receive this error:
Ocorreram os seguintes erros:
Internal error. (Connector error: Status(StatusCode="InvalidArgument", Detail="ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-06550: line 2, column 55: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: := . ( % ; "))
Are you sure the Oracle syntax is correct?
FMa
Yes, when I run it in SQL Developer the process happens