Use the database wizard to create databases for the HCL Connections applications that you plan to install.
Before you begin
Before you use the wizard for the first time, you must complete the steps that are described
in the Preparing the database wizard for
Oracle topic.When you are creating a database
either with the database wizard or SQL scripts, you must log in to the system where the database is
hosted with the database administrator account. For Oracle, the default value on AIX® and Linux™ is
oracle, and system administrator on Windows™.
Oracle connects to HCL Connections databases with the user accounts that are configured during
database creation. The passwords of those user accounts are defined later in this task.
(Oracle only) Ensure
that the Statement cache size for the data sources on WebSphere Application
Server is no larger than 50. A higher value could lead to Out Of Memory
errors on the application server instance.
About this task
Use the HCL Connections database wizard to create, update, and remove databases. You can
review the scripts that the wizard runs by looking in the
connections.sql
directory in the installation media. On Oracle, the log shows the results of the commands.
Note: On
windows, if you set ORACLE_HOME from the command prompt, do not add quotations to the ORACLE_HOME
path. For example, do not
set:
Set ORACLE_HOME="C:\app\oracu\product\12.1.0\dbhome_1"
Instead,
set:
Set ORACLE_HOME=C:\app\oracu\product\12.1.0\dbhome_1
Attention:
HCL
Connections™ 6.5 install wizard does not
create the database for the Community Highlights / Connections Engagement Center (ICEC) application.
You will need to manually run the SQL scripts that are provided with
HCL
Connections. See
Creating Oracle databases manually to create the ICEC
database.
To create databases with the wizard, complete the following steps:
Procedure
-
From the HCL Connections Wizards directory, open the
following file to start the wizard:
- AIX:
./dbWizard.sh
- Linux: ./dbWizard.sh
- Microsoft™
Windows: dbWizard.bat
-
Click Next to continue.
-
Select the option to Create a database and click
Next.
Note: On the option selection page, you can choose Export SQL
commands list only. This option exports the create command list for you. It does not
validate database connectivity or perform any create tasks.
-
Enter the details of the database you want to create and then click
Next:
-
Select a database type.
-
Select the location of the database.
-
Specify a database instance.
-
Select an application and click Next.
Notes:
- If you are creating databases in this task, only applications that are not already installed to
a database instance are available. If you are updating databases, you can choose applications that
are already installed only.
- The News and Search databases are contained in the Home page database.
-
Enter the password for the databases and then click Next. Choose one of
the following options:
- Use the same password for all applications. Enter the password in the
Password and Confirm password fields.
- Create different passwords for each application. Enter a different
password for each application database, and confirm the password in the confirm field.
-
Review the Pre Configuration Task Summary to ensure that the values you
entered on previous pages in the wizard are correct. If you want to make a change, click
Back to edit the value. Click Create to begin creating
databases.
Note:
The Show detailed database commands is enabled by default. It previews
each SQL command before the wizard runs it. If you choose to save the commands, you must have
write-access to the folder you choose to save them in.
-
Click Next to see all the database scripts that are ready to be
executed.
-
Click Save As to save the commands.
-
To run the commands that are listed, click Execute.
-
Review the Post Configuration Task Summary page and, if necessary, click
View Log to open the log file. Click Finish to exit
the wizard.