Ask a Question related to IBM DB2, Design and Development.
-
soumil #1
Deploying a Db2 PL stored procedure on the production server
We are setting up a DB2 (UDB 8.1) environment.
I need some guidance to set up the development and deployment process.
Lets say I have a development server A and a production server B.
We do all the DB2 PL stored procedures development on the server A
which is running windows 2000.
Hence we have installed the Visual C++ complier to complie the stored
procedures.
Can I deploy/move those stored procedures from SERVER A to SERVER B
with out recompiling it on server B.
Our operations team is very much against installing a C/C++ complier
on production SERVER B.
How do we go about doing this whereby we would be able to develop the
stored procedures on server A
and then deploy it on SERVER B.
We do not have the option of using JAVA stored procedures.
Any help in this matter is very well appreciated.
Thanks
-Soumil
[email]soumil@hotmail.com[/email]
soumil Guest
-
SQL Server Stored Procedure Authentication
Hello, I am tyring to add a level of security to my application with using a username and password to authenticate to the database with when... -
RecordCount with Stored Procedure in SQL Server
Hi everyone, I have noticed that if I used a stored procedure to populate an ADO RecordSet it only returns a .RecordCount property if that stored... -
Legacy ASP, SQL Server, Paging Stored Procedure - resend
I'm not sure if this made it so I'm resending it (with correction): This is the best I could come up with. The only other solutions I could think... -
deploying from Windows 2003 staging server to remote production server
What do you guys use to deploy from your staging servers to your remote production servers in team environments? Normally I FTP the files myself,... -
Stored procedure help, makes server jump to 100%
Hello, we have a users table with the following fields: client_id varchar 20 counter1 int counter2 int .. .. .. counter50 int -
Larry #2
Re: Deploying a Db2 PL stored procedure on the production server
You can use the GETROUTINE/PUTROUTINE commands to deploy only the
executables ... HOWEVER ... both source and target machines must be at the
same os level and db2level.
Larry Edelstein
soumil wrote:
> We are setting up a DB2 (UDB 8.1) environment.
> I need some guidance to set up the development and deployment process.
>
> Lets say I have a development server A and a production server B.
>
> We do all the DB2 PL stored procedures development on the server A
> which is running windows 2000.
> Hence we have installed the Visual C++ complier to complie the stored
> procedures.
>
> Can I deploy/move those stored procedures from SERVER A to SERVER B
> with out recompiling it on server B.
>
> Our operations team is very much against installing a C/C++ complier
> on production SERVER B.
>
> How do we go about doing this whereby we would be able to develop the
> stored procedures on server A
> and then deploy it on SERVER B.
>
> We do not have the option of using JAVA stored procedures.
>
> Any help in this matter is very well appreciated.
>
> Thanks
> -Soumil
> [email]soumil@hotmail.com[/email]Larry Guest
-
Scott Sobotka #3
Re: Deploying a Db2 PL stored procedure on the production server
Larry,
Were the OS level and DB2 level requirements you mentioned added as of
v8? With v7 on Win2k, I can use GET/PUT ROUTINE freely across DB2
instances running at Fixpak 5 or greater.
-- Scott Sobotka
Larry wrote:
>You can use the GETROUTINE/PUTROUTINE commands to deploy only the
>executables ... HOWEVER ... both source and target machines must be at the
>same os level and db2level.
>
>Larry Edelstein
>
>soumil wrote:
>
>
>>>>We are setting up a DB2 (UDB 8.1) environment.
>>I need some guidance to set up the development and deployment process.
>>
>>Lets say I have a development server A and a production server B.
>>
>>We do all the DB2 PL stored procedures development on the server A
>>which is running windows 2000.
>>Hence we have installed the Visual C++ complier to complie the stored
>>procedures.
>>
>>Can I deploy/move those stored procedures from SERVER A to SERVER B
>>with out recompiling it on server B.
>>
>>Our operations team is very much against installing a C/C++ complier
>>on production SERVER B.
>>
>>How do we go about doing this whereby we would be able to develop the
>>stored procedures on server A
>>and then deploy it on SERVER B.
>>
>>We do not have the option of using JAVA stored procedures.
>>
>>Any help in this matter is very well appreciated.
>>
>>Thanks
>>-Soumil
>>soumil@hotmail.com
>>
>>
>
>Scott Sobotka Guest
-
Serge Rielau #4
Re: Deploying a Db2 PL stored procedure on the production server
FWIW I'm not aware of such strict limitations.
Given that DB2 zips up an executable it the OS better be byte-compatible.
You definitely can ship across different FP levels and it could imagine it works from V7 to V8 as well.
Cheers
Serge
PS: Isn't it nice of IE to warn me I'm sending HTML but not give me a choice to switch back to text????
Serge Rielau Guest



Reply With Quote

