5.1.1. Database Server¶
Topics
5.1.1.1. PostgreSQL Build Example¶
PostgreSQL is used in this document.
5.1.1.1.1. PostgreSQL Installation¶
PostgreSQL can be downloaded from the URL below.After you download the one appropriate to the environment, please proceed on the installation.In case of PostgreSQL 9.3 (32bit), click <Win x86-32>.In case of PostgreSQL 9.3 (64bit), click <Win x86-64>.
5.1.1.1.2. Database and Log-in Role Creation¶
Start up pgAdmin tool.
Log-in rule creation
Right click [Log-in Role] from [Object Browser] and click [New Log-in Role].
Sub-window is displayed.
Enter following items and click [OK].
Property Tab [Role Name] (optional) Definition Tab [Password] (optional)Note
Following contents are specified as an example in this document.
Role name [imart]
Password [imart]
Database Creation
Right click [Database] from [Object Browser] and click [New Database].
Sub-window is displayed.
Enter following items, select them, and click [OK].
Property Tab [Name](optional) [Owner](log-in role which was created in [2. Log-in Rule Creation] described above)Note
Following contents are specified as an example in this document.
Name [iap_db]
Owner [imart]
Go to [ JDBC Driver ].