|
Re: RUNNING BATCH JCL IN THE MAINFRAME ACCESSING ORACLE IN UNIX WITH STORE PROCEDURES [message #113956 is a reply to message #113954] |
Thu, 04 September 2003 01:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
stephen heasley
Messages: 4 Registered: November 2001
|
Junior Member |
|
|
As long as you have tcp access from the mainframe to the unix box, then sqlplus should be able to run on the mainframe accessing the remote database, as long as the tnsnames file allocated by the tnsnames dd statement contains the remote db address.
The easiest way to test, is just to use batch sqlplus to connect to the remote database and select * from v$database, to prove you have attached to the correct database. after that its just a case of building in the exec statements for the stored procs.
|
|
|