vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, I am running (testing) oracle 10g R2 on solaris platform(64 bits). I am running MTS. And I run this command: lsnrctl serv LISTENER_EEETEST2 And I saw this: (I script this for logging purpose). I don't understand where is the "EEETEST2_XPT.ga" come from. I understand my first part: "Service "EEETEST2.ga" has 1 instance(s)." Thanks, (MTS information, inside my initEEETEST2.ora file: max_dispatchers = 7 shared_servers = 20 max_shared_servers = 100 dispatchers = "(address=(protocol=tcp)(host=eeetest2.db.abcdomai n.com))(dispatchers=5)" local_listener=LISTENER_EEETEST2 ) I never specify the EEETEST2_XPT Dominica ---------------- Script started on Mon Dec 12 19:03:39 2005 $ lsnrctl serv LISTENER_EEETEST2 LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 12-DEC-2005 19:03:52 Copyright (c) 1991, 2005, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=eeetest2 .db.abcdomain.com)(POR T=41522))) Services Summary... Service "EEETEST2" has 1 instance(s). Instance "EEETEST2", status UNKNOWN, has 1 handler(s) for this service... Handler(s): "DEDICATED" established:1 refused:0 LOCAL SERVER Service "EEETEST2.ga" has 1 instance(s). Instance "EEETEST2", status READY, has 6 handler(s) for this service... Handler(s): "DEDICATED" established:0 refused:0 state:ready LOCAL SERVER "D004" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29059> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49627)) "D003" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29057> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49626)) "D002" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29055> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49625)) "D001" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29053> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49624)) "D000" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29051> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49622)) Service "EEETEST2_XPT.ga" has 1 instance(s). Instance "EEETEST2", status READY, has 6 handler(s) for this service... Handler(s): "DEDICATED" established:0 refused:0 state:ready LOCAL SERVER "D004" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29059> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49627)) "D003" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29057> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49626)) "D002" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29055> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49625)) "D001" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29053> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49624)) "D000" established:0 refused:0 current:0 max:992 state:ready DISPATCHER <machine: db1, pid: 29051> (ADDRESS=(PROTOCOL=tcp)(HOST=195.170.18.210)(PORT= 49622)) The command completed successfully $ exit script done on Mon Dec 12 19:03:54 2005 |