i am trying to call a stored procedure which is in oracle from db2...
i have created it in oracle and i'm done with the steps of
1.creating wrapper
2.create server
3.create user mapping also
4.create nickname....
i am able to call tables from oracle in db2.....by using this statement
create nickname local schema.nickname for remote database.remote schema.remote object
Now my question is what is the way to call a stored procedure??
i have created it in oracle and i'm done with the steps of
1.creating wrapper
2.create server
3.create user mapping also
4.create nickname....
i am able to call tables from oracle in db2.....by using this statement
create nickname local schema.nickname for remote database.remote schema.remote object
Now my question is what is the way to call a stored procedure??