11.2.0.4 logical DG - Skip GRANT on table
Hi there
Any comments most welcome ...
On the primary, if I have 2 schemas:
STORM
DISCOV_USER
I grant number of tables in STORM schema SELECT to DISCOV_USER.
This his replicated down to standby.
It trips and generates error message
Status - ORA-12705 Cannot access NLS data file..
Event - Grant Select on STORM.Table1 to DISCOV_USER
I should mention, Logical standby, will have schema DISCOV_USER, as stand-a-lone for reporting purposes. No changes enforced from Primary.
Tried
exec dbms_logstdby.skip & dbms_logstdby.skip_error - combination of rules without success.
Result, the logs are being copied over but not applied.