| General Information |
| Note: The following advice is given not to teach scripting in PERL but rather to establish,
in writing, some best practices for developers and DBAs using PERL to work with an Oracle database. |
| Connect Timeout set through SQL*Net property CONNECT_TIMEOUT |
See SQL*Net Link Below |
| Read Timeout set through READ_TIMEOUT. Do not use as a query-timeout |
See SQL*Net Link Below |
| Query Timeout |
User statement.cancel or Statement.setQueryTimeout |
| SDU passed through the connect string |
jdbc:oracle:thin:@(DESCRIPTION ... (SDU=<value>)...) |
| jdbc:oracle:thin:@(DESCRIPTION ...(SDU=32767)...) |