Oracle Adv. Queueing question? 2004-09-28 - By Manish Malhotra
Back Thanks a lot Martin, But Im not able to understand the 2nd solution and how can I implement this?
Manish
-- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)]On Behalf Of Laconia Data Systems Sent: Friday, September 24, 2004 5:51 PM To: J2EE-INTEREST@(protected) Subject: Re: Oracle Adv. Queueing question?
Thin Jdbc Oracle Driver accepts UNICODE only The non thin-jdbc drivers (for your webserver) accept different charset (NLS_LANG parameter specification) 2 solutions: A)switch drivers to non-'thin jdbc' driver so you may implement NLS_LANG for your charset B)force all code which talks to your driver to be unicode, Martin- -- -- Original Message -- -- From: "Manish Malhotra" <manish.mmalhotra@(protected)> To: <J2EE-INTEREST@(protected)> Sent: Thursday, September 23, 2004 4:18 AM Subject: Oracle Adv. Queueing question?
> Hi, > Im getting this exception while publishing the message. Any body has idea > then please let me know asap. > Its preaty urgent. > > AQJmsPublisher.AQJmsPublisher(): Non supported character set: > oracle-character-set-178 (See http://set-178.ora-code.com) > oracle.jms.AQjmsException: Non supported character set: > oracle-character-set-178 (See http://set-178.ora-code.com) > at oracle.jms.AQjmsProducer.enqueue(AQjmsProducer.java:1151) > at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1361) > at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1424) > > Manish Malhotra > > =========================================================================== > To unsubscribe, send email to listserv@(protected) and include in the body > of the message "signoff J2EE-INTEREST". For general help, send email to > listserv@(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|