Introduction to Oracle Database JPublisher

Oracle Database JPublisher is maintained by Oracle, and the packaging and usage are subject to change. If any of the following information is no longer valid, check with Oracle Support or contact TIBCO Support for more information.

When supplied with the correct parameters, JPublisher generates two types of outputs:
  • It generates a PL/SQL script that exposes the custom data types, stored procedures and functions contained in a package by creating SQL types, and a wrapper package which makes the internals of the original package more accessible and callable.
  • It generates Java classes which utilize the generated wrapper PL/SQL scripts. These wrapper Java classes model the database objects and can be used programmatically to execute the contents of the selected package.