Wednesday 19 December 2018

How to run oracle procedure from informatica SQ presql

Below syntax u have to put it into your informatica SQ presql:

declare
begin
Procdeure_name\;
end\;;


Note: in the palce of Procdeure_name you can put your procedure.