Does SqlPLUS support Application Continuity?
Deal All,
This is from Japan FM Team.
My cusotmer want to use Application Continuity by SQL*Plus.
Environment:
DB: 12.2 EnterpriseEdition RAC
OS: Oracle Enterprise Linux 6.9
Other: EXADATA
It seems that Application Continuity can be configured by SQL*Plus according to the following manual.
------cut-------
Configure SQL*PLUS
Use the –ac switch for SQL*Plus applications. The –ac flag uses the standard dynamic mode for session state, and
disables at commit. Static mode is available only for static applications.
sqlplus –ac user/password@ACservice
------cut-------
But according to the following document, can this issue be answered with point of view of SQL*Plus?