You are here: Home1 / Architecture
Oracle data integrator for Microsoft Word documents
The SQLWord architecture is quite simple. The basic principles of the Oracle data integrator are:
- Developers create Microsoft Word documents and place several PL/SQL statements straight into the Word documents (templates)
- By using the SQLWord Developer tool the Word template is compiled to an Oracle stored procedure
- End users can generate a Word document by calling this stored procedure from any Oracle application
- SQLWord will retrieve the data from the database and integrate it into the Word document
- The document generating can be done cliënt-server or web-enabled from any APEX application