Abort=Forcex
Abort=Delprc
Noabort
Indicates whether pending after-image journal information
is rolled forward on the standby database before database
replication operations are shut down. The following list
describes the qualifiers:
o Abort=Delprc
The Abort=Delprc qualifier closes the database, and recovery
unit journals (RUJ) are not recovered. The processes and any
subprocesses of all Oracle Rdb database users are deleted.
o Abort=Forcex
The Abort=Forcex option closes the database, and recovery unit
journals (RUJ) are recovered and removed.
o Abort
When the Abort qualifier is specified without a keyword,
database replication shuts down as quickly as possible.
Any after-image journal information waiting to be rolled
forward on the standby database is discarded, and all active
transactions on the standby database are rolled back.
o Noabort (default)
Database replication shuts down after all after-image journal
information waiting to be rolled forward on the standby
database is completed. Note that this type of shutdown could
still result in active transactions being rolled back on the
standby database.