![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 2143187.1 : How to Remove Replication Between Servers With Command REVOKE in a Failover Setup
In this Document
Created from <SR 3-12067538271> Applies to:Oracle Communications EAGLE (Software) - Version E5-MS 45.0 to E5-MS 46.2 [Release E5-MS 45.0 to E5-MS 46.0]Tekelec GoalCannot remove replication between the servers with the command REVOKE: Reference to procedure 17 in the Install/Upgrade Guide: R46.2 - E69119 Revision 5 SolutionReferring to document Install/Upgrade Guide - Release 46.2 - E69119 Revision 5 REVOKE REPLICATION SLAVE ON *.* FROM ''@'%';
When the same command is run on the customer server, if no such entry is found where username and hostname matched the query; the error string is displayed. It is not an error, It is just an output that the query did not find anything mysql> REVOKE REPLICATION SLAVE ON *.* FROM 'repl1'@'%'; ERROR 1141 (42000): There is no such grant defined for user 'repl1' on host '%'
In the latest documentation; the command has been changed: R46.2 - E69119 Revision 6 - F.2 In case of Upgrade - Procedure 17 REVOKE REPLICATION SLAVE ON *.* FROM '<primary replication user>'@'<standby server hostname>';
The Bug is: Bug 23266331 The bug will ask to do following at step-15:
References<BUG:23266331> - SR: REVOKE UNUSED REPLICATION PRIVILEGES DURING UPGRADE PROCEDUREAttachments This solution has no attachment |
||||||||||||||||
|