Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Host name |
Required |
Only environment variables are available |
Enter the database host name. |
- Disabled when [Enter URL directly] is checked.
|
Port number |
Required |
Only environment variables are available |
Enter the database port number.
Default number is 5432. |
- Disabled when [Enter URL directly] is checked.
|
Database name |
Required |
Only environment variables are available |
Enter the database name. |
- Disabled when [Enter URL directly] is checked.
|
Enter URL directly |
Optional |
Not available |
Select whether or not to enter the URL of destination PostgreSQL database directly.
- [Checked]:
Enter the URL directly.
- [Not checked]: (default)
Generate URL based on the settings of [Host name], [Port number], [Database name], and [SSL connection].
|
|
URL |
Required |
Only environment variables are available |
Enter the URL.
Standard URL format of PostgreSQL is “jdbc:postgresql://<Host name>:<Port number>/<Database name>”.
The adapter supports URL which is supported by the JDBC driver. |
- Enabled when [Enter URL directly] is checked.
|
User name |
Required |
Only environment variables are available |
Enter the user name. |
|
Password |
Optional |
Only environment variables are available |
Enter the password. |
|
SSL connection |
Optional |
Not available |
Select whether or not to perform SSL connection.
- [Checked]:
SSL connection will be performed.
- [Not checked]: (default)
SSL connection will not be performed.
|
- Displayed when connecting to PostgreSQL 8.2 or later.
- For executing SSL communication between PostgreSQL and this adapter, you need to place the secret key and the certificate created by CA to PostgreSQL, and import the certificate to the keystore referred by DataSpiderServer.
For details on how to import a certificate to key store, refer to “Import Certificate”.
You can also use self-signed certificate and secret key created with a tool such as OpenSSL.
- Disabled when [Enter URL directly] is checked.
|