Commands to run

To retrieve data, run this command:

 select TESTDBSOURCE.GET_ORDERS from dual

To insert data, run this command:

CALL TESTDBTARGET.PUT_ORDERS('[Data]')
Note: To insert data, you must use a stored procedure because you cannot run a DML statement from within a SELECT statement.