Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Error codeError TextResolution
FATAL-7002:Internal error: Redo block checksum failedThis happens when the mine restarts and the generated plog is different from the one it created previously (or usually started to create). The solution is to restart the both mine and apply processes.
 

Could not connect to APPLY process. Resource temporarily unavailable.

Could not connect to MINE process. Resource temporarily unavailable.

This is a network issue. Please check that the hostname used in the configuration resolves to the correct IP address and that no firewall blocks the connection on the specified ports. Use the command "SHOW INTERFACE" to see the host:port used by Dbvisit Replicate.
ORA-00955ConflictThe ORA-00955 indicates a conflict due to DDL replication. If doing 2-way replication, consider whether you really need to replicate DDL changes as getting this correct not trivial (to prevent the DDL change to be applied to second database and getting replicated back to source).

The proper steps for a conflict resolution is:
1. choose the correct process. Example "choose process apply1" (so console knows we want the second direction)
2. list conflict (to see the actual conflicting statement)
3. resolve conflict
-1: Operation now in progressThis can be with issuing any command such as "RESOLVE CONFLICT"This is a network timeout issues. Please try again.

ORA-01017: invalid username/password


ERR-11: Could not connect as dbvrep to database, error is ORA-01017: invalid username/password; logon
denied (DBD ERROR: OCISessionBegin)
FATAL-9043: Error detected and ON_ERROR set to EXIT.
The Dbvisit Replicate login is not correct. Please ensure the password is correct. To change the password please see "How do we change the Dbvisit Replicate schema user password (default: dbvrep)?" under FAQ and other troubleshooting questions and tips
  • No labels