Databases Reference
In-Depth Information
The following data is required to be entered:
Print Server : Select External (Apache FOP) from the dropdown list
Print Server Protocol : Choose either HTTP or HTTPS (depends on
your coniguration)
Print Server Host Address : The hostname for the machine where you
installed fop.war
Print Server Port : The port given at the end of the Apache FOP
Print Server Script : /fop/apex_fop.jsp
The following screenshot shows the data that needs to be entered for the Apache
FOP coniguration:
In RDBMS version 11, the next step is enabling network services. By default, the
ability to interact with network services is disabled in Oracle Database 11 g releases
1 and 2. Therefore, if you are running Oracle Application Express with Oracle
Database 11 g release 1 or 2, you must use the new DBMS_NETWORK_ACL_ADMIN
package to grant connect privileges to any host for APEX_version (depending on
the Application Express version).
DBMS_NETWORK_ACL_ADMIN -
BEGIN
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(
acl => 'print_service.xml',
description => 'PRINTER ACL',
principal => 'APEX_040100',
is_grant => true,
privilege => 'connect');
 
Search WWH ::




Custom Search