ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Store data into a remote Oracle database

Post new topic  Reply to topic Goto page Previous  1, 2
 Store data into a remote Oracle database « View previous topic :: View next topic » 
Author Message
Tibor
PostPosted: Wed Apr 27, 2005 1:12 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

wendy,

We store big messages in Oracle BLOB fields in bitstream format - without any problem. Just look this result of a sample query:

Code:
select length(messagebody) from log_msgheaders
 where length(messagebody) > 32000
 order by 1
LENGTH(MESSAGEBODY)
-------------------
              32005
...
             359258
             375373
             375373
             375373
             414429
             416812
             620822
             622890
             697743
             697743
             700217
             700217
7175 rows selected


wmqi version:
S210-CSD07_P (Packaged on Wed 16 Jun 07:39:18 2004)

merant driver:
Code:
[HUBLOG]
Driver=/usr/opt/wmqi/merant/lib/UKor818.so
WorkArounds=536870912
WorkArounds2=2
Description=Oracle8
ServerName=HUBLOG
EnableDescribeParam=1
OptimizePrepare=1


Tibor
Back to top
View user's profile Send private message
fschofer
PostPosted: Wed Apr 27, 2005 8:18 am    Post subject: Reply with quote

Knight

Joined: 02 Jul 2001
Posts: 524
Location: Mainz, Germany

Hi,

try setting the following environment variable
MQSI_LOB_BUFFER_INCREMENT_SIZE=1

This helped me in a similar problem.

Greetings
Frank
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Store data into a remote Oracle database
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.