Oracle Server Manager User's Guide
11500-11999: Server Manager Replication Messages
Most messages in this range indicate that you have encountered an internal error. For these messages, call Customer Support with the circumstances and complete set of messages leading to the error.
For other messages in this range, specific actions can be taken. These messages are listed below:
MGR-11500 you must quiesce the replicated schema before performing the operation
Cause: | You attempted to alter a master repschema that has not been quiesced. | |
Action: | First Suspend Master Activity on the replicated schema, then try again. | |
MGR-11502 the current operation is only valid for master definition sites
Cause: | You attempted to use an operation that is only valid for master definition sites. | |
Action: | Perform operation on a master definition site. | |
MGR-11505 the Remote Master field must contain a valid remote database
Cause: | The operation needs a list of one or more remote masters on which to operate. | |
Action: | Specify a list of masters in the Server Manager dialog using multi-select. | |
MGR-11506 the DDL Text field must contain a valid DDL statement
Cause: | The operation needs a DDL statement. | |
Action: | Enter a DDL statement in the Server Manager dialog. | |
MGR-11517 the selected Destination Database has no transactions queued for remote execution
Cause: | You attempted an operation on a Destination Database which has no transactions queued for remote execution. | |
Action: | Retry this operation when there are transactions queued for remote execution. | |
MGR-11519 the Transaction Count field must contain a positive integer
Cause: | The number entered in the indicated field is not valid. | |
Action: | Check to make sure there are no extraneous alphabetic or punctuation characters in the field. Make sure the value entered is within the range of valid values. | |
MGR-11520 the Execution Seconds field must contain a positive integer
Cause: | The number entered in the indicated field is not valid. | |
Action: | Check to make sure there are no extraneous alphabetic or punctuation characters in the field. Make sure the value entered is within the range of valid values. | |
MGR-11521 the selected deferred transaction has no associated calls
Cause: | A deferred transaction was queued for execution, but the transaction does not contain any operations (i.e. a null transaction) | |
Action: | Call Customer Support with the circumstances and complete set of messages leading to the error. | |
MGR-11523 the deferred call arguments could not be extracted
Cause: | An error occurred while trying to extract and store the arguments for a call in a deferred transaction. | |
Action: | Call Customer Support with the circumstances and complete set of messages leading to the error. | |
MGR-11525 the local database is not a master site
Cause: | An operation originating from a remote database or locally assumes that the local database is a master site for replication. | |
Action: | No action can be taken in this case. | |
MGR-11528 all objects in the chosen schema are already replicated
Cause: | All the objects in the chosen schema are replicated. | |
Action: | Choose a different schema or add some more objects to this schema. | |
MGR-11530 you must select at least one Remote Master from the list
Cause: | The operation needs a list of one or more remote masters on which to operate. | |
Action: | Specify a list of masters in the Server Manager dialog using multi-select. | |
MGR-11531 cannot generate replication support for name. Table has no PRIMARY KEY.
Cause: | Replication will not work for tables without a PRIMARY KEY. | |
Action: | Recreate table with a PRIMARY KEY or call procedure DBMS_REPCAT.SET_COLUMNS after CREATE_MASTER_REPOBJECT but before GENERATE_REPLICATION_SUPPORT. | |
MGR-11532 you must select at least one Master Database from the list
Cause: | The operation needs a list of one or more remote masters on which to operate. | |
Action: | Specify a list of masters in the Server Manager dialog using multi-select. | |
MGR-11533 cannot execute package SYS.DBMS_DEFER_PRINT. Maybe CATREPAD.SQL not run or no EXECUTE privilege
Cause: | Server manager cannot execute DBMS_DEFER_PRINT. | |
Action: | Make sure CATREPAD.SQL has been run and the current user has execute privileges on DBMS_DEFER_PRINT. | |
MGR-11534 cannot display call arguments for a remote procedure from a snapshot site
Cause: | Cannot get the call arguments for remote procedure. | |
Action: | No action is available from a snapshot site. | |