Registry / database / simplefan

simplefan

JSON →
library19.3.0.0javamavenunverified

Oracle Simple FAN provides Fast Application Notification support for Oracle JDBC connections.

<dependency> <groupId>com.oracle.ojdbc</groupId> <artifactId>simplefan</artifactId> <version>19.3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SIMPLEFAN
S
simplefan
databasejavav19.3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PoolDataSource
oracle.ucp.jdbc.PoolDataSource

Creates a pooled data source with Oracle Simple FAN support.

import oracle.ucp.jdbc.PoolDataSource; import oracle.ucp.jdbc.PoolDataSourceFactory; public class Main { public static void main(String[] args) throws Exception { PoolDataSource pds = PoolDataSourceFactory.getPoolDataSource(); pds.setConnectionFactoryClassName("oracle.jdbc.pool.OracleDataSource"); pds.setURL("jdbc:oracle:thin:@//host:port/service"); pds.setUser("user"); pds.setPassword("password"); System.out.println("PoolDataSource created"); } }
Debug
Known issues
gotchaOracle JDBC driver version must match the database version for FAN events to work correctly.
fix
Ensure ojdbc version is compatible with your Oracle database version.
affects: >=19.0.0.0
Upgrade
Version history
19.3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
2
Resources
simplefan — mvn dependency:get simplefan · libregistry