Oracle Sybase Driver Properties

You can specify the following connectivity properties for your Sybase database:

Basic

Property Description
Host Specifies the hostname or IP address of the Sybase database server.
Port Specifies the TCP port of the Sybase listener running on the Sybase database server. The default is 2048, which is the Sybase default port number when installing the Sybase database software.
User Specifies the case-sensitive default user name used to connect to your Sybase database.
Password Specifies the case-sensitive password used to connect to your Sybase database.
Database The name of the database that contains the tables.
Device The device where tables are created.
Allocation Size The amount of space to allocate to the database extension.
URL The URL to connect to your Sybase database. You cannot edit this field directly, the URL is formed using the host and database you define.

Properties Tab

The Properties tab allows you to define name/value pairs to configure database properties.

Note: All connection property names are case-insensitive.

Runtime Tab

Property Description
Maximum Pool Size Determines the maximum number of connections that can be created within the connection pool.
Maximum Connections Per User Determines the maximum number of connections that can be created per user.
Connection Idle Time (minutes) Specifies the maximum time, in minutes, that a database connection can remain idle before it is closed automatically.
Minimum Pool Size Determines the minimum number of connections that can be created within a connection pool.
Maximum Opened Cursors Determines the maximum number of cursors that can be opened at one time.