oracle DG 归档设置验证出现的问题
--主库
SQL> col status for a10
SQL> col destination for a20
SQL> col error for a20
SQL> SELECT STATUS,DESTINATION, ERROR FROM V$ARCHIVE_DEST;
STATUS DESTINATION ERROR
---------- -------------------- --------------------
VALID /home/oracle/flash_r
ecovery_area/ORCL/ar
chivelog
ERROR orcl_st ORA-12514:
TNS:listener does
not currently know
of service
requested in
connect descriptor
STATUS DESTINATION ERROR
---------- -------------------- --------------------
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
INACTIVE
10 rows selected.
--备库
SQL> col status for a10
SQL> col destination for a20
SQL> col error for a20
SQL> SELECT STATUS,DESTINATION, ERRO