Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to Get a Dedicated Server When Running MTS
Ask for it in connect_data
tnsnames.ora
yourinst.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = yourhost)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = yourhost)
(Port = 1526)
)
(SID = yourinst) (server=dedicated)
Kind regards,
Gerard
Dave McLaughlin <davemc_at_umich.edu> schreef in artikel <3419bbd6.259397093_at_news.itd.umich.edu>...
> I have a 7.1.4 server running MTS. There is a batch process running on > another machine which makes a lot of calls to this server. I have heard > that it is possible to specify something extra in the connect string to > request a dedicated server process, but I can't find it now... I didfind
> K. Burleson, Designing Effective Distributed Systems Using SQL*Net. At > the bottom of page 6, he seems to imply that prefixing the the SID in the > connect string with "d_" will tell the listener to spawn a dedicated > server process. I tried this, but it didn't work -- got a message > indicating a failure in TNS name resolution. > > So, is there anyway that I can do this without changing the SQLNET.ORA > file or something else in the environment? > > TIA for any ideas on this...Received on Mon Sep 15 1997 - 00:00:00 CDT
![]() |
![]() |