Ora-1010 invalid OCI operation & Ora-12152 in Dataguard environment
Hi,
As I have suggested to check the progress of the dataguard use the following query
SQL> select status,error from v$archived_dest where dest_id = (dest-id of log_archive_dest_integer );
STATUS ERROR
———————————————————————————
VALID
And to put the physical standby in recovery mode use the following query.
SQL> alter database recover managed […]