Quote:
Originally posted by sathyaram_s
For creating SQL Stored Procedure you require a C/C++ compiler installed on the server.
Cheers
Sathyaram
|
Do we need a C compiler on AIX to run a SQL stored procedure ?
My SQL stored procedure for db2 works on the AIX development server but
does not on the AIX production server.
I get an error SQLCODE = -1103 and msgtoken=db2udp.
I plan to ask the unix administrator to check for this file db2udp on the
production server. Somebody mentioned to me that i need to have a C
compiler on the production server. Why is this ?
I thought an SQL stored procedure was compiled by a db2 program db2udp.
Where does the C Compiler come into the picture ? ( this would only make
sense if the stored procedure was converted to a c pgm which was then
compiled by the c compiler. But this seems to be a bad approach by IBM)