If I need to use MTS for Oracle817, seem I need to do the following, pls comment and correct me.
1) add the following parameter into initSID.ora
INSTACNE_NAME=db_instance_name
SERVICE_NAMES=db_service_name
.......
MTS_DISPATCHERS="(ADDRESS=(PRCOTCOL=TCP)(HOST=XX.XX.XX.XX))(DISPATCHERS=2)"
LOCAL_LISTENER=listener_name, e.g. LISTENER
Beside, add other MTS related parameter if required.
2) Config LISTENER.ORA
Remove sid_list_listener=......... from listener.ora, such that no SID information for LISTENER.
Make LISTENER to use DB self-registry mode.
3) Config TNSNAMES.ora
Add a Net8 Config. alias "listener_name", which MUST match your LISTENER.
4) Start your listener FIRST, then start your instance and open DB, make DB self-registry.
Pls correct me. Thanks.
1) add the following parameter into initSID.ora
INSTACNE_NAME=db_instance_name
SERVICE_NAMES=db_service_name
.......
MTS_DISPATCHERS="(ADDRESS=(PRCOTCOL=TCP)(HOST=XX.XX.XX.XX))(DISPATCHERS=2)"
LOCAL_LISTENER=listener_name, e.g. LISTENER
Beside, add other MTS related parameter if required.
2) Config LISTENER.ORA
Remove sid_list_listener=......... from listener.ora, such that no SID information for LISTENER.
Make LISTENER to use DB self-registry mode.
3) Config TNSNAMES.ora
Add a Net8 Config. alias "listener_name", which MUST match your LISTENER.
4) Start your listener FIRST, then start your instance and open DB, make DB self-registry.
Pls correct me. Thanks.