Midtown Computer Systems Enterprise

Convenient web based access to our favorite computer related Usenet groups.
MCSE.MS is not affiliated with Microsoft corporation, Cisco corporation, Oracle, CompTIA or any other vendor.
Check our Computer Hardware forum | Cell Phones reviews

Go Back  MCSE > Oracle database reviews > Oracle Database
This is Interesting: Free Computer Magazines Now Free shipping to

Oracle Database General discussion of Oracle servers.

 
 
Thread Tools Display Modes
  #1  
Old 04-09-04, 12:20 PM
fonyema fonyema is offline
Junior Member
Join Date: Apr 2004
MTS connection issue
I am having an mts connection problem. I inherited this server that has MTS configured with problems. It takes forever to make an sqlplus connection using an mts alias. Any help? below are relevant configuration information.

mts_circuits 555
mts_dispatchers (ADDRESS=(PROTOCOL=tcp)(HOST=ip address))(DISPATCHERS=2)
mts_listener_address (ADDRESS=(PROTOCOL=tcp)(HOST=ip address)(PORT=1523))
mts_max_dispatchers 20
mts_max_servers 5
mts_multiple_listeners FALSE
mts_servers 1
mts_service creremt
mts_sessions 550

Here are also sections of the configurations files that i think are relevant:

init.ora:
db_name = creremt
instance_name = cre
#global_names = true
service_names = cre

mts_dispatchers="(ADDRESS=(PROTOCOL=tcp)(HOST=serv er))(DISPATCHERS=2)"
mts_listener_address="(ADDRESS=(PROTOCOL=tcp)(HOST =ip address)(PORT=1523))"
mts_max_servers = 5
mts_servers = 1
mts_max_dispatchers = 20

Listener.ora
LISTENER_MTS =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL=tcp)(HOST=ip address )(PORT=1523))
)
(ADDRESS=(PROTOCOL=IPC)(KEY=cre))
)
)
)

SID_LIST_LISTENER_MTS =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/8.1.7)
(PROGRAM = extproc)
)


TNSNAMES.ora

cremts =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL=tcp)(HOST=ip address)(PORT=1523))
)
(CONNECT_DATA =
(service_name=cre)
(server=shared)
)
)

here is the output from my lsnrctl:

services listener_mts
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ip address)(PORT=1523)))
Services Summary...
PLSExtProc has 1 service handler(s)
DEDICATED SERVER established:0 refused:0
LOCAL SERVER
creremt has 2 service handler(s)
DISPATCHER established:0 refused:0 current:0 max:1022 state:ready
D001 <machine: servername, pid: 11801>
(ADDRESS=(PROTOCOL=tcp)(HOST=ip address)(PORT=36385))
DISPATCHER established:0 refused:0 current:0 max:1022 state:ready
D000 <machine: servername, pid: 11799>
(ADDRESS=(PROTOCOL=tcp)(HOST=ip address)(PORT=36383))
The command completed successfully

The shared pool and the large pool are set to the same size.

By setting trace support level off, i have been able to achieve a faster response time when using tnsping. Now it is in the range of 0-10 msecs. However connecting by sqlplus using mts still takes for ever.

I discovered that on this server, host name resolution is not achieved. When i asked i was told that an external domain server is used since the application runs on the internet. As such configuring a local domain server on the box will mess things up. What impact does this have on MTS?

This is a problem i met on ground. It is confusing why the sqlplus connection using mts taakes for ever to succeed. Any assistance here will be highly welcomed.

Thanks.
 


Popular forums
A+ (A Plus) Windows 2000 Active directory Exchange 2000 information store
Network+ Windows XP Security Exchange 2000 server administration
MCSE .NET Web services SQL Server
Cisco certification ASP .NET SQL 2000 Programming
Windows 2000 Registry .NET XML Viruses


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 12:06 PM.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright MCSE braindumps 2003-2006