Title: | The Replication Option for Rdb |
Notice: | Product renamed to Replication Option for Rdb |
Moderator: | BROKE::PROTEAU |
Created: | Wed Mar 02 1994 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 287 |
Total number of notes: | 1231 |
Hi, I have a customer who has a database with 100 transfers defined. This database is the source database. They have to move this database to another device . They are worried about the transfers. Does this copy work fine or the transfers will have problem because the database moved to another physical location ? DDD 6.0 Thanks .. Marcia
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
228.1 | It depends | BROKE::PROTEAU | Jean-Claude Proteau | Mon Jul 15 1996 17:41 | 19 |
Marcia, Have your customer display the transfer definitions as stored in the transfer database. The thing to look at is the file specifications for the source databases, the target databases, the log files, the prologue files and the epilogue files. If the file specifications contain explicit information about the old device name, then the transfer definitions will have to be changed. Assuming they do have such changes, some (but not all) of them can be done using SQL's ALTER TRANSFER statement. They need DDAL 6.0 and Rdb 6.0 in order to do that. The one file spec that ALTER TRANSFER does not change is that of the source database. If they have to change those, they'll have to do so using something like interactive SQL directly on the transfer database tables. If I were them I'd keep the old device and old transfer database around long enough to make sure the changes work. Claude | |||||
228.2 | Physical names in source database | ORAREP::VAXRIO::ABREU | Tue Jul 16 1996 08:59 | 6 | |
Hi Claude, Unfortunately , that's the case . The source database is being referenced with physical names. So how do I change it ? Thks . Marcia | |||||
228.3 | WHat to change | BROKE::PROTEAU | Jean-Claude Proteau | Tue Jul 16 1996 09:08 | 13 |
Marcia, "So how do I change it?" I explained how in general terms in my previous reply. Each one of the file specifications appears in a CHAR or VARCHAR column in one of the tables of the transfer database. The transfer database location is defined by the logical name DDAL$TRANSFER_DATABASE when DDAL is running. The transfer database tables are listed in appendix A of the Data Distributor handbook. From that you should be able to determine which columns to change. Let me know if you need more information. Claude | |||||
228.4 | I'll try to do it | ORAREP::VAXRIO::ABREU | Tue Jul 16 1996 10:26 | 11 | |
Hi Claude, Thanks .. I missed that info in your first reply. I'll try t identify the columns to change right now. If I need more info or when I have the results of this operation , I update this note. Thanks a lot , Marcia |