You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC Architecture Question:

Summary: We recently implemented OIC. Part of that implementation included PL/SQL packages which are called by the OIC integration platform. We believe is typical architecture, and just fine. The PL/SQL and some tables, which are used to drive the OIC integrations, are stored in a custom DBaaS schema. We have other data sets, which are used by the OIC PL/SQL packages, housed within separate schemas in the same DBaaS database instance. This allowed us to reference the "remote" dataset directly from within the PL/SQL using simple schema.table notation. For example:

select <columns> from OIC-schema.table A, non-OIC-schema.table B

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!