DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Migrating data to24X7 website w/o interrupt

  1. #1
    Join Date
    Oct 2000
    Posts
    2

    Exclamation

    Help! We need any suggestions for migrating data into a 24X7 web production database without any interrupt to the users. Currently, we migrate only 3-4 tables at 3am, our migrate
    method is simply a truncate and copy statement which is automated. Our problems lies in the fact that users on the website at the time of migration get a blank page! Is there anything we can do with triggers, packages, procedures or just downright trickiness, that will make our migrations transparent to the users? Thank you!

  2. #2
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Smile


    How about haveing a Parallel server?

  3. #3
    Join Date
    Jun 2000
    Posts
    417
    Hrm, do you know why the users get a blank page? Is it a blank page or a "document contains no data" error? Is it because the page is trying to use new data and it's not there yet? Is the I/O from the copy statement just causing the page to slow down? Does the page not finish loading for some reason, leaving some </table> tags missing?

    Maybe whatever you're doing is locking some tables so the pages can't access it and the queries hang while waiting for the process to be done. Are your pages pl/sql or some other? (perl, jsp, php, etc).

    What do you mean by truncate and copy? :)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width