| Property | Description | Type | 
|---|---|---|
| user | The Oracle login ID. This property is required unless the auth-part of the URL was used. Example: user=root | String | 
| password | The password for user. This property is required unless the auth-part of the URL was used. Example: password=swordfish | String | 
| fetch-size | The number of rows that should be fetched from the database when more rows are needed for ResultSet objects. Default is 100 rows. Rows
                are retrieved in-memory. A larger value will make libzdb use more memory. Example: fetch-size=10 | Number [1..int.max] | 
| sysdba | Set to true if connection should be done as sysdba with system privileges. The
                user specified, typically sys, must belong to the SYSDBA role.
                Default is false Example: sysdba=true | Boolean (true/false) |