Hi guys need your help. I am doing DB upgrade from V9 to 102B on linux 64bit, my problem is table numbers are chanced while creating a new DB. Below are steps I am doing
1. First upgrade the DB to V10 through conv910 ( to avail the multithread dump)
2. Created a new empty/template DB with same df in above converted DB and add more storages area for Type-II (empty/template DB contains old DB area as well new area for type II storage)
3. Moved the table to new area (Type-II) through tablemove in empty/template DB
4. Dumped the .df files from empty/template DB
5. Create a new Type-II DB and load the .df from empty/template DB
6. I found the new DB created in step 6, the table numbers are changed – means I have to compile the code
The idea is to do dump and Load for type-II, another thing while doing binary all the records are not dumped, means a table have 250000 records, but only 21000 + records are dump and no error/alert in dump log file.
Any idea/ways how to keep the same table number.
Thanks
1. First upgrade the DB to V10 through conv910 ( to avail the multithread dump)
2. Created a new empty/template DB with same df in above converted DB and add more storages area for Type-II (empty/template DB contains old DB area as well new area for type II storage)
3. Moved the table to new area (Type-II) through tablemove in empty/template DB
4. Dumped the .df files from empty/template DB
5. Create a new Type-II DB and load the .df from empty/template DB
6. I found the new DB created in step 6, the table numbers are changed – means I have to compile the code
The idea is to do dump and Load for type-II, another thing while doing binary all the records are not dumped, means a table have 250000 records, but only 21000 + records are dump and no error/alert in dump log file.
Any idea/ways how to keep the same table number.
Thanks