shouldnt be a problem
i am running MTS in one of my production BOX it was 734 before, in the
version catchup game i took it to 805
########### make the below entries in init.ora file #####################
###########MTS Parameters
MTS_DISPATCHERS = "TCP,3"
MTS_MAX_DISPATCHERS = 20
MTS_SERVERS = 20
MTS_MAX_SERVERS = 50
MTS_SERVICE = sgdb_mts
MTS_LISTENER_ADDRESS="(ADDRESS=(PROTOCOL=TCP)(HOST=hostname.domain.com)(port=1521))"
########################
try and let me know
Regards
Chandra
Gary Colbran (GJ) wrote:
>Hi,
>
> Trawled the docs for 815 and 803, and am unable to set up the
>MTS on 805 using either examples documented in the oracle docs.
>Current definition of
>
>MTS_DISPATCHERS = "TCPIP, 3"
>mts_max_dispatchers=8
>mts_servers=1
>mts_max_servers=3
>mts_service=MON
>
>LOCAL_LISTENER="(ADDRESS_LIST= \
> (ADDRESS= \
> (PROTOCOL=TCPIP \
> (HOST=obelix) \
> (PORT=1526) \
>
> )
> )"
>
>gives
>
>SVRMGR> connect internal
>Connected.
>SVRMGR> startup mount
>ORA-00101: invalid specification for system parameter MTS_DISPATCHERS
>ORA-00102: network protocol (ADDRESS=(PARTIAL=YES)(PROTOCOL=TCPIP))
>cannot be used by dispatchers
>SVRMGR>
>
> Attempted with defining PROTOCOL in the MTS_DISPATCHERS
>string, did have tcp rather than tcpip, find large_pool is not
>suppored in 805, so have calculated the SGA increase. Any idea why I
>get this error, or does anyone have an example to help me out ?
>
> Thanks
>
>Gary
>
>==================================================================
>This e-mail and its contents are subject to the Telkom SA Limited
>e-mail legal notice available at
>http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
>
>
>--------
>website: http://www.LazyDBA.com
>Please don't reply to RTFM questions
>Oracle documentation is here: http://tahiti.oracle.com
>To unsubscribe: see http://www.lazydba.com/unsubscribe.html
>To subscribe: see http://www.lazydba.com
>By using this list you agree to these terms:http://www.lazydba.com/legal.html
>
>
>
>
Oracle LazyDBA home page