Does Oracle CM SDK have a PL/SQL interface?
Oracle CM SDK does not have a PL/SQL interface. You can, however, use read-only SQL views to access Oracle CM SDK information. Additionally, developers can access the same database transaction that Oracle CM SDK uses when committing changes to the relational data store. This feature is critical if you want to do any relational database work at the same time that a file system operation occurs. For example, if you want to perform a PL/SQL call in OracleAS Portal when you insert new files in Oracle CM SDK, you can use the Oracle CM SDK transaction context for this combined operation.