Static of recording fails for use with DG broker

Don't know what I'm doing wrong, but I'm not able to get the static record for use with DG broker.


Any ideas appreciated. Thank you Michael.


Oracle@arrow:hawklas:/U01/app/Oracle/product/11.2.0/dbhome_1/network/admin

$ cat listener.ora

LISTENER_LAS =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = tcp)(HOST=arrow) (PORT = 1530)(SEND_BUF_SIZE=32767) (RECV_BUF_SIZE = 32767))

)

)

)

SID_LIST_LISTENER_LAS =

(SID_LIST =

(SID_DESC =

(SDU = 32767)

(GLOBAL_NAME = hawklas_DGMGRL.localdomain)

(SID_NAME = hawklas)

(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

(ENVS=/u01/app/oracle/product/11.2.0/dbhome_1)

)

(SID_DESC =

(SDU = 32767)

(GLOBAL_NAME = foo2)

(SID_NAME = foo2)

(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

)

)

##########

LISTENER_SAN =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = tcp)(HOST=arrow) (PORT = 1531)(SEND_BUF_SIZE=32767) (RECV_BUF_SIZE = 32767))

)

)

)

SID_LIST_LISTENER_SAN =

(SID_LIST =

(SID_DESC =

(SDU = 32767)

(GLOBAL_NAME = hawksan_DGMGRL)

(SID_NAME = hawksan)

(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

)

)

INBOUND_CONNECT_TIMEOUT_LISTENER_LAS = 120

SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER_LAS = OFF

DIAG_ADR_ENABLED_LISTENER_LAS = OFF

LOGGING_LISTENER_LAS = WE

TRACE_LEVEL_LISTENER_LAS = OFF

SAVE_CONFIG_ON_STOP_LISTENER_LAS = TRUE

ADMIN_RESTRICTIONS_LISTENER_LAS = WE

INBOUND_CONNECT_TIMEOUT_LISTENER_SAN = 120

SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER_SAN = OFF

DIAG_ADR_ENABLED_LISTENER_SAN = OFF

LOGGING_LISTENER_SAN = WE

TRACE_LEVEL_LISTENER_SAN = OFF

SAVE_CONFIG_ON_STOP_LISTENER_SAN = TRUE

Oracle@arrow:hawklas:/U01/app/Oracle/product/11.2.0/dbhome_1/network/admin

$ lsnrctl start listener_las

LSNRCTL for Linux: Version 11.2.0.4.0 - Production on January 15, 2016 16:29:16

Copyright (c) 1991, 2013, Oracle.  All rights reserved.

From /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: Please wait...

TNSLSNR for Linux: Version 11.2.0.4.0 - Production

System settings file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

Log messages written to /u01/app/oracle/product/11.2.0/dbhome_1/network/log/listener_las.log

Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1530))(HOST=arrow.localdomain)))

Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=arrow) (PORT = 1530)(SEND_BUF_SIZE=32767) (RECV_BUF_SIZE = 32767)))

STATUS of the LISTENER

------------------------

Alias listener_las

Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production

Start date January 15, 2016 16:29:16

Uptime 0 days 0 h 0 min 0 sec

Draw level off

Security ON: OS Local Authentication

SNMP OFF

Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

The listener log file /U01/app/Oracle/product/11.2.0/dbhome_1/network/log/listener_las.log

Summary of endpoints listening...

(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1530))(HOST=arrow.localdomain)))

Summary of services...

Service 'foo2' has 1 instance (s).

Instance 'foo2', status UNKNOWN, has 1 operation for this service...

Service 'hawklas' has 1 instance (s).

Instance of 'hawklas', status UNKNOWN, has 1 operation for this service...

The command completed successfully

Oracle@arrow:hawklas:/U01/app/Oracle/product/11.2.0/dbhome_1/network/admin

$ lsnrctl start listener_san

LSNRCTL for Linux: Version 11.2.0.4.0 - Production on January 15, 2016 16:29:18

Copyright (c) 1991, 2013, Oracle.  All rights reserved.

From /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: Please wait...

TNSLSNR for Linux: Version 11.2.0.4.0 - Production

System settings file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

Log messages written to /u01/app/oracle/product/11.2.0/dbhome_1/network/log/listener_san.log

Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1531))(HOST=arrow.localdomain)))

Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=arrow) (PORT = 1531)(SEND_BUF_SIZE=32767) (RECV_BUF_SIZE = 32767)))

STATUS of the LISTENER

------------------------

Alias listener_san

Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production

Start date January 15, 2016 16:29:18

Uptime 0 days 0 h 0 min 0 sec

Draw level off

Security ON: OS Local Authentication

SNMP OFF

Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

The listener log file /U01/app/Oracle/product/11.2.0/dbhome_1/network/log/listener_san.log

Summary of endpoints listening...

(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 1531))(HOST=arrow.localdomain)))

Summary of services...

Service 'hawksan' has 1 instance (s).

Instance of 'hawksan', status UNKNOWN, has 1 operation for this service...

The command completed successfully

Oracle@arrow:hawklas:/U01/app/Oracle/product/11.2.0/dbhome_1/network/admin

$

SID_LIST_LISTENER_SAN =

(SID_LIST =

(SID_DESC =

(SDU = 32767)

(GLOBAL_NAME = hawksan_DGMGRL)

(SID_NAME = hawksan)

(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

)

)

Please change GLOBAL_NAME to GLOBAL_DBNAME and then reload the listener. It should be like GLOBAL_DBNAME and GLOBAL_NAME not.

GLOBAL_DBNAME identifies the database service. Rename has nothing to do in the listener.ora file.

GLOBAL_DBNAME = hawksan_DGMGRL

-Jonathan Rolland

Tags: Database

Similar Questions

Maybe you are looking for