Oracle on all supported platforms
Use this procedure if all of the operations applied by a patch or upgrade are supported by SharePlex and can be replicated to the target. This includes DML changes and DDL that is supported by SharePlex. If you are not sure whether the patch or upgrade performs operations that are not supported by SharePlex, use the procedure Apply patch/upgrade to source then copy it to target.
Note: For a list of operations that SharePlex supports, see the SharePlex Release Notes.
On the source system, flush the data to the target system. This command stops Post and places a marker in the data stream that establishes a synchronization point between source and target data.
sp_ctrl> flush datasource
where: datasource is the datasource of the source instance, for example o.oraA.
This topic contains procedures for making backups of source and target data while replication is active.
To perform a partial back up of a source system (for example, to extract data or populate a data warehouse) while data is being replicated, you can perform the partial backup on the target system instead and copy the same data as you would on the source system.
This procedure does not interrupt user access to the source data and does not deactivate or reactivate the configuration file.
Oracle
All targets
On the source system, flush the data to the target system. This command stops the Post process and places a marker in the data stream that establishes a synchronization point between source and target data.
sp_ctrl> flush datasource
where: datasource is the datasource specification of the source database in the configuration file, for example o.ora1.
On the target system, start the Post process.
sp_ctrl> start post
To back up the entire source system, including SharePlex, you must shut down SharePlex replication while the backup is performed.
This procedure stops user access to the source data but does not deactivate or reactivate the configuration file. Replication resumes when started after the backup.
Oracle
All targets
Flush the data to the target system. This command stops the Post process and places a marker in the data stream that establishes a synchronization point between source and target data.
sp_ctrl> flush datasource
where: datasource is the datasource specification of the source database in the configuration file, for example o.ora1.
Shut down SharePlex. This command shuts down SharePlex.
sp_ctrl> shutdown
Perform the backup.
Verify that the SharePlex Capture, Read, and Export processes started.
sp_ctrl> status
Start Post.
sp_ctrl> start post
Verify that Post started.
sp_ctrl> status
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center