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 14 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

libnnz11.so:

Cannot restore segment prot after reloc: Permission denied

Currently Dbvisit Replicate does not work with Security-Enhanced Linux.

To check if SELinux is enabled, run command "/usr/sbin/getenforce". If the output is "Enforcing" then SELinux is enabled. 

To disable SELinux, please see http://www.crypt.gen.nz/selinux/disable_selinux.html

ORA-01110data file x: filename.dbf (DBD ERROR: error possibly near indicator at char 337 in ' select ID, SCHEMA_NAME,This is not an actual conflict, but failing SQL that tries to read the conflict information - the base error is ORA-01187: cannot read from file because it failed verification tests. The file is most likely a tempfile.
Please check whether the mentioned tempfile exists. Check the steps to create the target database. In 11g, rman restore/duplicate usually creates necessary tempfiles automatically.
FATAL-5203base error: FATAL-5203: Out of memory signalled from OS, request for x bytes

This can result if the parameter _MINE_FIX_INVALID_DATE_NEW_VALUE is changed. This is because this shifts the offset of data in the plog file because 8 bytes are added (7 bytes, rounded up) every time a replacement is done. When mine is restarted it will send the new plog to apply, which was still waiting on the old plog to finish. So it now has mix of old and new plog file, reading data at invalid place, and causing a memory error. An restart of apply will fix the issue. 

WARN-4504Error trying to return data for command : Invalid argument. Bytes to send: 42, bytes sent: 0 (server).This error can occur if network connection is closed. You can ignore this error and retry if it is not occurring several times
WARN-9056Directory xxx set by variable TNS_ADMIN does not exist on this system.

The TNS_ADMIN directory set in the .ddc file does not exist on this server. Please update the .ddc file and point to the correct location and start the process again.

Example:

memory_set TNS_ADMIN /u03/app/oracle/product/11.2.0.03/dbhome_5/network/admin

  • No labels