Lets look at a couple of simple examples to illustrate how db2 determines the database directory location 关于db2如何确定数据库目录的位置,让我们看两个简单的示例:
The information stored within sqldbdir is known as the volume database directory or the local database directory 存储在sqldbdir中的信息通称为卷标数据库目录或者本地数据库目录。
The db2relocatedb tool will assume that any containers located within the database directory are being moved as well Db2relocatedb工具会假定所有容器都位于正在移动的数据库目录中。
By default , the transaction log is stored under the database directory , the transaction log location can be changed by specifying the 默认情况下,事务日志存放在数据库目录下,可以通过在连接url中指定
If the transaction log directory is different from the database directory , make sure that the transaction log directory is also copied 如果事务日志目录与数据库目录有不同之处,那么应确保同时复制了事务日志目录。