Global Resource Properties

Connection Settings

The connection settings of global resource can be configured from the property settings of each adapter or "Global Resource Settings" of the control panel.

Settings common to the adapters

Basic settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name of the connection settings.  
Type Required Not available Select a destination database type.
  • You can only select the database of the editing operation.
Required settings
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 1521.
  • Disabled when [Enter URL directly] is checked.
SID Required Only environment variables are available Enter the database SID.
  • Disabled when [Enter URL directly] is checked.
Enter URL directly Optional Not available Select whether or not to enter the URL of destination Oracle database directly.
  • [Checked]:
    Enter the URL directly.
  • [Not checked]: (default)
    Generate URL based on the settings of [Host name], [Port number], and [SID].
 
URL Required Only environment variables are available Enter the URL.
Standard URL format of Oracle is "jdbc:oracle:thin:@<Host name>:<Port number>:<SID>".
The adapter supports URL which is supported by the JDBC driver.
  • Enabled when [Enter URL directly] is checked.
  • lightbulbIf you use a Service name for connecting to databases, such as when you connect to Pluggable DB, enter the URL in "jdbc:oracle:thin:@<Host name>:<Port number>/<Service name>" format.
User name Required Only environment variables are available Enter the user name.  
Password Optional Only environment variables are available Enter the password.  
Property actions
Item name Description Remarks
Connection test Check the database connection.  
List settings
Item name Required/Optional Use of variables Description Remarks
Limit the number of tables in list Optional Not available Select whether or not to limit the number of tables to display.
  • [Checked]: (default)
    Limit the number of tables to display in the list.
  • [Not checked]:
    Do not limit the number of tables displayed in the list and get all of the table names.
 
Number of tables in list Optional Available Enter the number of tables to display in the list.
  • Enabled when [Limit the number of tables in list] is checked.
  • Default value is 500. When omitted, or when an invalid value is entered, 500 will be applied.
Limit the number of procedures Optional Not available Select whether or not to limit the number of procedures to display.
  • [Checked]: (default)
    Limit the number of procedures to display.
  • [Not checked]:
    Get all procedure names without limiting the number of them.
 
Number of procedures Optional Available Enter the number of procedures to display.
  • Enabled when [Limit the number of procedures] is checked.
  • Default value is 500. When omitted, or when an invalid value is entered, 500 will be applied.

Component Pool Settings

The component pool settings can be configured in "Global Resource Settings" of the control panel.

Security

The security settings can be configured in "Global Resource Settings" of the control panel.