Running the *all.sh script and received message: WARN-1258
Problem Description
While running the *-all.sh
 script on Oracle 12c you may receive a warning message such as:
WARN-1258: Insufficient privileges to do a redolog switch. Please issue it manually.
Solution
This is expected. In Oracle 12c when you connect to a CDB, you don't have privileges for a system-wide log switch. The warning will not stop replication. Replication may take a bit longer to initialize as the MINE process will have to read through the current log. Alternatively, you could run the command manually.
Chris Lawless June 26, 2014 04:09