If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Replace function for clob column

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-11, 04:33
sayinirakesh sayinirakesh is offline
Registered User
 
Join Date: Nov 2011
Posts: 2
Replace function for clob column

Dear All,

Replace function on Clob column in working on test environment instance and not working on production instances.Will there be any configuration settings to be modified at instance level.

select replace(clobcolumn,'.orc','') from tablename -->is replacing string and throwing results in Test Environment
select replace(clobcolumn,'.orc','') from tablename -->is returning all null values in Prod Environment

Version :db2 9.7


With Regards...

Last edited by sayinirakesh; 11-28-11 at 04:49.
Reply With Quote
  #2 (permalink)  
Old 11-28-11, 04:37
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
could you please indicate some details
cmd executed - error messages - .......
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 11-28-11, 04:44
sayinirakesh sayinirakesh is offline
Registered User
 
Join Date: Nov 2011
Posts: 2
select replace(clobcolumn,'.orc','') from tablename is executing fine and throwing results after replaing '.orc' string,but the same query in production environment is returning all null values.

Version in both database :9.7
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On