Viewing 2 posts - 1 through 2 (of 2 total)
  • Migrated from old forum
    Participant
    Post count: 327
    #6119 |

    Hi, i wan to test the integration server
    all ready copy the JDBC ojdbc5.jar to Visual Dial Plan and Integration Server
    in the integration Server i start database server

    but i get error on ORACLE
    note this Query WOrk Fine on PLQ/SQL and Toa

    on SQL Builder
    i have the next
    Query

    DECLARE NACCOUNT number(10);
    BEGIN
    Select T_UTILITIS.TCAP_MOUNT(Vis_Numcue,Vis_CURRENCY, To_Date(‘2013/07/28′,’yyyy/mm/dd’)) MOUNT
    From TCap_Vista Where Vis_Numcue = :NACCOUNT And Vis_Status Not In (‘0′,’1′,’6′,’9’);
    END;
    /

    Errors:

    Executing query 1 of 3:
    DECLARE NACCOUNT number(10);
    An error occurred:
    Failed to execute query: ORA-06550: line 1, column 27:
    PLS-00103: Encountered the symbol “end-of-file” when expecting one of the following:

    := ; not null default character

    Executing query 2 of 3:
    BEGIN Select T_UTILITIS.TCAP_MOUNT(Vis_Numcue,Vis_CURRENCY, To_Date(‘2013/07/28′,’yyyy/mm/dd’)) MOUNT From TCap_Vista Where Vis_Numcue = :NACCOUNT And Vis_Status Not In (‘0′,’1′,’6′,’9’);
    An error occurred:
    Failed to execute query: ORA-06550: line 1, column 186:
    PLS-00103: Encountered the symbol “end-of-file” when expecting one of the following:

    ;

    Executing query 3 of 3:
    END;
    An error occurred:
    Failed to execute query: ORA-00900: invalid SQL statement

    Migrated from old forum
    Participant
    Post count: 327
    #6120 |

    Hello,

    Apstel Integration Server does not support store procedures, at this moment.
    We do plan to support it in the future releases.
    Currently we support standard SQL queries only.

    Best regards,
    Daniel Minitch

    Apstel support team
    http://www.Apstel.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.