Database connection cache options

When you define a database element, you can either enter a JNDI resource name, or a JDBC connection URL for the data source.

NoteUsing a connection pool is more efficient than using the JDBC URL option, which creates a new connection to the database every time the application executes.