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 > DB2 error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-10, 03:19
donraja_ht donraja_ht is offline
Registered User
 
Join Date: Sep 2007
Posts: 56
DB2 error

DB2 SQL error: SQLCODE: -440, SQLSTATE: 42884, SQLERRMC: FORMAT_NAME;FUNCTION

I am getting this db2 error while running a sql query via java what i came to know is that format_name function is not present in db2 but when running this select query
select format_name('name1','name2','name3')marked_by from SYSIBM.SYSDUMMY1
i got a correct result.
not sure why this is showing up need some help in understanding this

thanks
Donraja_ht
Reply With Quote
  #2 (permalink)  
Old 11-23-10, 05:03
harshrpce harshrpce is offline
Registered User
 
Join Date: Nov 2010
Posts: 12
the error means that:

No routine was found with the specified name and compatible arguments.

Please check whether you are providing the names of routines are correct along with arguments.

--Harsh
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