![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On one of our key ASA 9.0.2 databse ,we want to perform DBUnload and reload operation. The steps we outlined are as follows - 1) Make sure there are no connections / open transactions on the server 2) Unload the database 3) Create a new database using DBINIT 4) Defragment the drive 5) Load the database I request your help in following - 1) In order to preserve current options set for the server and database and apply to the newly created database, is there any easy way to extract all settings of current server/database ? 2) Which format of DBUnload you suggest, and, what are the benefits. (ie. internal-internal or internal-external or external-internal or external-external) 3) Are there any known issues or cautions that we should look for. Thanks for your help and appreciate your response. |
#3
| |||
| |||
|
|
On one of our key ASA 9.0.2 databse ,we want to perform DBUnload and reload operation. The steps we outlined are as follows - 1) Make sure there are no connections / open transactions on the server 2) Unload the database 3) Create a new database using DBINIT 4) Defragment the drive 5) Load the database I request your help in following - 1) In order to preserve current options set for the server and database and apply to the newly created database, is there any easy way to extract all settings of current server/database ? 2) Which format of DBUnload you suggest, and, what are the benefits. (ie. internal-internal or internal-external or external-internal or external-external) 3) Are there any known issues or cautions that we should look for. Thanks for your help and appreciate your response. |
#4
| |||
| |||
|
|
1) dbunload automatically preserves all options you have set in the database. The only thing you need to manage are the dbinit parameters. dbunload -an manages those for you as well. |
#5
| |||
| |||
|
|
On Wed, 31 Oct 2007 12:45:49 +0100, Stephen Rice "srice[at]sybase[dot]com"> wrote: 1) dbunload automatically preserves all options you have set in the database. The only thing you need to manage are the dbinit parameters. dbunload -an manages those for you as well. Hi, We found that, depending on environment, but especially for a local db engine, using unload/load to a file was up to three times faster than piping the data from db to db without intermediate files. This may or may not be an issue for you, however. Frank |
![]() |
| Thread Tools | |
| Display Modes | |
| |