Creating An Oracle Database - Adobe LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING Manual

Security products for jboss
Hide thumbs Also See for LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING:
Table of Contents

Advertisement

Adobe LiveCycle
Installing and Configuring LiveCycle Security Products for JBoss
MySQL user account
The MySQL user account that you create requires these privileges to access the tables in the LiveCycle
database:
SELECT
INSERT
UPDATE
DELETE
CREATE
DROP
REFERENCES
INDEX
ALTER
CREATE_TMP_TABLE
LOCK_TABLES
MySQL database server configuration
To prevent issues from occurring when uploading large files to MySQL, you need to set the maximum
allowed communication packet size to 25 MB. You can set this property in the MySQL my.ini file (Windows)
or my.cnf file (Linux). For more information about the maximum allowed communication packet size in
MySQL, go to
If your MySQL installation does not include a my.ini or my.cnf file, you must create one. For information
about the location of my.ini or my.cnf file, or how to create the file, see the MySQL documentation.
To customize the MySQL configuration:
1. Open the my.ini file in a text editor.
2. Add the following line to the end of the my.ini file:
max_allowed_packet=25M
3. Save and close the my.ini file.

Creating an Oracle database

If you prefer not to use the default database that was created when you installed Oracle 9i or 10g, create a
new database using the Database Configuration Assistant tool.
If any of the LDAP directories that the new database will synchronize with for authenticating LiveCycle
users includes records with UTF-8 characters, you must create a database that uses the UTF-8 character set.
You must also create a new user on the database and assign it the CONNECT and RESOURCE roles, as well
as the ACCESS_ANY_WORKSPACE, UNLIMITED TABLESPACE, and CREATE VIEW system privileges. For
deployments on Linux, the user name must not exceed 8 characters and, on Windows, it must not exceed
12 characters.
http://dev.mysql.com/doc/mysql/en/packet-too-large.html.
Preparing your Environment
Creating an Oracle database
37

Advertisement

Table of Contents
loading

This manual is also suitable for:

Livecycle 7.2

Table of Contents