i made two connections to the database using accountDEMO.world.com service .
SQL> conn scott/tiger@local_desk
Connected.
SQL> conn scott/tiger@local_desk
Connected.
Note:I use accountDEMO.world.com service in tnsnames.ora file.
Now i checked total connections to the database.
Service "accountDEMO.world.com" has 1 instance(s).
Instance "DEMO", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:2 refused:0 state:ready
LOCAL SERVER
Service "salesDEMO.world.com" has 1 instance(s).
Instance "DEMO", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:2 refused:0 state:ready
LOCAL SERVER
The command completed successfully
My question is why salesDEMO.world.com also shows two connections ??