dataguard while log switch error ora-01031:insufficient privileges
539327Oct 13 2006 — edited Oct 13 2006I have configured a simple data guard system. The physical standby database open in read only mode. when I issue the following command in the primary database it shows the following error
SQL> alter system switch logfile;
System altered.
SQL> select status,error from v$archive_dest;
STATUS ERROR
--------- -----------------------------------------------------------------
VALID
ERROR ORA-01031: insufficient privileges
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
what may be the reasons?