Corporation Video Gaming Accessories User Manual

Updating an Existing Oracle Connect Installation with IMS/DB
Installing and Configuring the OracleAS Adapter for IMS/DB 2-11
Setting Up Oracle Connect to Update IMS/DB Data
Perform the following to set up Oracle Connect so that you can update IMS/DB data.
IMS/DB Running Under CICS To set up Oracle Connect so that you can update IMS/DB
data from a CICS transaction, copy the ATYDBCTL load module from INSTROOT.LOAD
to a CICS DFHRPL library (such as CICS.USER.LOAD) and then define the ATYDBCTL
program under CICS using any available group such as ORA group:
CEDA DEF PROG(ATYDBCTL) G(ORA) LANG(C) DA(ANY) DE(ORACLE IMSDB UPDATE PROG)
Where INSTROOT is the high-level qualifier where Oracle Connect is installed.
After defining the ATYDBCTL program to a group, install it as follows:
CEDA IN G(ORA)
IMS/DB Not Running Under CICS To enable Oracle Connect to create and delete IMS/DB
data, run the following JCL:
// IDCSYSIN DD DSN=&&IMSDB,DISP=(NEW,DELETE,DELETE),
// SPACE=(TRK,(1)),UNIT=SYSDA,
// DCB=(BLKSIZE=3200,LRECL=80,RECFM=FB)
Updating an Existing Oracle Connect Installation with IMS/DB
Verify that you have all the information detailed in the following installation
worksheets, so you can refer to it during the configuration process.
In the nnn.BUILDKIT.SRC library, execute the IMSDB member:
ex IMSDB
Note: If you intend on using impersonation, so that you can run
in a security context that is different than the context of the process
that owns the server, then do the following:
Place the INSTROOT.LOAD(ATYSVCW) member in an
APF-authorized library outside the LPA.
Change the ATTSRVR member (located in the active proclib), by
adding the following to the STEPLIB list:
// DD DSN=apf_library,DISP=SHR
Where apf_library is the APF-authorized library outside the
LPA where the ATYSCVW member was moved.
Table 2–9 Preinstallation Information
Topic Required Information Default Comment
CICS CICS EXCI load library name CICS.CICS.SDFHEXCI -
Table 2–10 Required Permissions
Permission
Permission to read the CICS EXCI library