Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
./infacmd.sh createConnection -dn Domain_irl63ppd06 -un Administrator -pd SAM123 -cn PostgreSQL -cid PostgreSQL -ct JDBC_V2 -cun adaptersX1 -cpd adaptersX1 -o "connectionstring=' jdbc:postgresql://aurorapostgres-appsdk.c5wj9sntucrg.ap-south-1.rds.amazonaws.com:5432/ JDBCV2' jdbcdriverclassname='org.postgresql.Driver' schemaname='public' subtype='PostgreSQL' supportmixedcaseidentifier='true' quoteChar='(quotes)'"
Option
| Description
|
---|---|
username
| The database user name.
User name with permissions to either access the Azure SQL Database, PostgreSQL, or relational database.
|
password
| The password for the database user name.
|
schemaname
| The schema name to connect in the database.
|
jdbcdriverclassname
| Name of the JDBC driver class.
The following list provides the driver class name that you can enter for the applicable database type:
For more information about which driver class to use with specific databases, see the vendor documentation.
|
connectionstring
| Connection string to connect to the database.
Use the following connection string:
Enclose the connection string in double quotes.
The following list provides sample connection strings that you can enter for the applicable database type:
For more information about the connection string to use with specific drivers, see the vendor documentation.
|
subtype
| The database type to which you want to connect.
You can select from the following database types to connect:
|
supportmixedcaseidentifier
| Enable if the database uses case-sensitive identifiers. When enabled, the Data Integration Service encloses all identifiers within the character selected for the
SQL Identifier Character property.
For example, PostgreSQL database supports mixed-cased characters. You must enable this property to connect to the PostgreSQL database.
When the
SQL Identifier Character property is set to none, the
Support Mixed-case Identifiers property is disabled.
|
quoteChar
| Type of character that the database uses to enclose delimited identifiers in SQL queries. The available characters depend on the database type.
Select (None) if the database uses regular identifiers. When the Data Integration Service generates SQL queries, the service does not place delimited characters around any identifiers.
Select a character if the database uses delimited identifiers. When the Data Integration Service generates SQL queries, the service encloses delimited identifiers within this character.
|