![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This chapter describes how to set up and start using a database management system (DBMS) with WebLogic Portal.
The sample data provided with WebLogic Portal uses the PointBase DBMS. PointBase is a demonstration database ships with WebLogic Server to allow you to use sample user accounts and data. For more information about PointBase, see Using PointBase.
Note: | PointBase is supported only for the design, development, and verification of applications; it is not supported for enterprise-quality deployment. The evaluation license of PointBase has a database size limit of 30 MB. |
To maximize the performance of your database configuration, see Performance Considerations.
This chapter contains the following sections:
There are several steps to configuring a database for use with WebLogic Portal. You can perform these tasks manually using provided sample scripts, or you can use the WebLogic Configuration Wizard for certain steps.
To configure databases for use with WebLogic Portal, follow these steps:
For more information about these initialization scripts and how to use them, see the chapter in this guide that pertains to your database vendor.
To perform this step using the Configuration Wizard, see Creating WebLogic Configurations Using the Configuration Wizard.
To perform this step manually, see Manually Creating Database Objects and JDBC Settings, next.
To perform this step using the Configuration Wizard, see Creating WebLogic Configurations Using the Configuration Wizard.
To perform this step manually, see Manually Creating Database Objects and JDBC Settings.
In some cases, you might want to manually create database objects and JDBC settings rather than using the WebLogic Configuration Wizard.
The following are reasons you might want to perform database configuration manually:
WARNING: | BEA's database creation scripts first drop all database objects and then they recreate them, which means that all data added since your original installation will be lost. After running the database configuration scripts, only the base configuration data that is needed for the product will exist. |
For instructions on manually configuring your database, see the chapter in this guide pertaining to your database vendor.
For every database other than PointBase (where it is created by default), you need to create a GroupSpace database or database user if you want to use GroupSpace. The instructions for doing this are in the chapter in this guide that pertains to your particular database vendor.
You need to manually create any additional content repositories. Instructions for doing this are in the Content Management Guide.
![]() ![]() ![]() |