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 > aix db2 prep and bind in production

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-15-04, 08:01
bobnorma bobnorma is offline
Registered User
 
Join Date: Oct 2003
Location: Florida
Posts: 15
Question aix db2 prep and bind in production

Hi All,

this is what we are working with:
running db2 8, in aix, embedded sql in c++ applications

current process:
Currently when building out apps. for production we schedule a down time, copy all the source to the production server and then run our build, db2 prep, bind then compile the c++ source.

what I would like to try:
what I'm thinking is that if we catalog the production database so we can get to it from our development server then I could seect the production db, run the build process from development, the packages would be created in production and then for our install we only need copy the executables.

the BIG concern is that running a build without a down time could cause production problems when the prep and bind are running, does prep and bind lock any resources ? is this something to be concerned about ? each developer runs the build process in development and there does not appear to be any problems.

we are using auto versioning so the current application would not be effected
(timestamp problems).

thanks!!!!!
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