Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
oracle_rac_application_continuity [2020/10/22 12:09] – andonovj | oracle_rac_application_continuity [2020/10/22 12:13] (current) – andonovj | ||
---|---|---|---|
Line 277: | Line 277: | ||
> # Use new 12.1 replay datasource | > # Use new 12.1 replay datasource | ||
> datasource=oracle.jdbc.replay.OracleDataSourceImpl | > datasource=oracle.jdbc.replay.OracleDataSourceImpl | ||
+ | </ | ||
+ | |||
+ | That way, the application will be able to reconnect after interrupted connection: | ||
+ | |||
+ | < | ||
+ | [oracle@enode01 labs]$ ./ | ||
+ | ###################################################### | ||
+ | Connecting to | ||
+ | jdbc: | ||
+ | ter01- | ||
+ | scan)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=actest. | ||
+ | example.com))) | ||
+ | # of Threads : 6 | ||
+ | UCP pool size : 2 | ||
+ | Thread think time : 20 ms | ||
+ | ###################################################### | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | ... (Interupted connection) | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | 2 active connections, | ||
+ | [oracle@enode01 labs]$ | ||
+ | |||
</ | </ |