Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent: Help with MTS

RE: Urgent: Help with MTS

From: Anderson, Brian <andersob_at_mail.dartnet.peachnet.edu>
Date: Thu, 25 Jan 2001 10:35:08 -0500
Message-Id: <10752.127492@fatcity.com>


I don't have any SERVER=SHARED for my MTS, and it works. I just keep an option for DEDICATED.

DPROD =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS = 

(COMMUNITY = xxxx.xxxx)
(PROTOCOL = TCP)
(Host = xxxx.domain.edu)
(Port = 1521)
)

    )
    (CONNECT_DATA =
       (SID = PROD)
       (GLOBAL_NAME = PROD.xxxx)
       (SERVER = DEDICATED)

    )
  )
PROD =
  (DESCRIPTION =
    (ADDRESS_LIST =
        (ADDRESS = 

(COMMUNITY = xxxx.xxxx)
(PROTOCOL = TCP)
(Host = xxxx.domain.edu)
(Port = 1521)
)

    )
    (CONNECT_DATA =
       (SID = PROD)
       (GLOBAL_NAME = PROD.xxxx)

    )
  )

 Brian L. Anderson
 Flunky/SA/DBA
 Darton College
 andersob_at_mail.dartnet.peachnet.edu
> -----Original Message-----
> From: Jordi Sanmarti [mailto:JSanmarti_at_tss.com.pe]
> Sent: Thursday, January 25, 2001 10:16 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Urgent: Help with MTS
> 
> 
> 
> Hi to all,
> 
> Does anybody know how to setup the database to work using 
> shared processes
> (MTS)?
> 
> I set up every "MTS_" parameter in the init.ora plus adding 
> the keyword
> (SERVER=SHARED) into my tnsnames.ora
> 
> Howerver, when I try to log on into database I got an error 
> saying that
> LISTENER cannot resolve server type requested by user.
> 
> What am I missing ?
> 
> Thanks in advance,
> Jordi
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Jordi Sanmarti
>   INET: JSanmarti_at_tss.com.pe
> 
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
Received on Thu Jan 25 2001 - 09:35:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US