Home » Infrastructure » Other Operating Systems » Oracle 8.0.6 TNS start task JCL
Oracle 8.0.6 TNS start task JCL [message #113730] Mon, 10 September 2001 12:18 Go to next message
Dean Saunders
Messages: 11
Registered: April 2001
Junior Member
We are in the process of converting our TCP/IP protocol
from INTERLINK TCP/IP to IBM TCP/IP. I need to obtain
a sample JCL from some one on how to set up the NET8 TNS started task for Oracle release 8.0.6. I know that
the TNS JCL for INTERLINK is quite different from the
TNS JCL for IBM. Would somebody please cut and paste
a sample JCL of how you set up TNS start task JCL at
your site for IBM TCP/IP? I would deeply appreciated.

Thank you

Dean Saunders
Re: Oracle 8.0.6 TNS start task JCL [message #113735 is a reply to message #113730] Tue, 25 September 2001 11:26 Go to previous message
Tony Lattanzio
Messages: 5
Registered: August 2001
Junior Member
:
: We are in the process of converting our TCP/IP protocol
: from INTERLINK TCP/IP to IBM TCP/IP. I need to obtain
: a sample JCL from some one on how to set up the NET8 TNS started task for Oracle release 8.0.6. I know that
: the TNS JCL for INTERLINK is quite different from the
: TNS JCL for IBM. Would somebody please cut and paste
: a sample JCL of how you set up TNS start task JCL at
: your site for IBM TCP/IP? I would deeply appreciated.

: Thank you

: Dean Saunders

We are at 8.1.7.2, I hope this helps:

//ORANET8 PROC
//ORANET8 EXEC PGM=ORANET8,REGION=0M
//STEPLIB DD DSN=ORADEV.ORA8172.AUTHLOAD,DISP=SHR
// DD DSN=ORADEV.ORA817.AUTHLOAD,DISP=SHR
// DD DSN=SYS1.SCEERUN,DISP=SHR
//SYSTCPD DD DSN=SYS1.TCPPARMS(TCPDATA),DISP=SHR
//TNSNAMES DD DSN=ORADEV.ORA817.TNSNAMES(TNSNAMES),DISP=SHR
//NET8LOG DD SYSOUT=X
//SQLNET DD DSN=ORADEV.ORA817.TNSNAMES(SQLNET),DISP=SHR
//SQLTRACE DD SYSOUT=X
//SQLSRVRT DD SYSOUT=X
Previous Topic: Oracle and PLI
Next Topic: Recycle of NET8 starter task crashes connected CICS regions
Goto Forum:
  


Current Time: Thu Mar 28 13:11:04 CDT 2024