摘要: 实验目的 Create a backup image of a database including all of the table spaces. Configure a database to change from circular logging to enable archive log 阅读全文
posted @ 2024-05-25 11:34 HuangShawn 阅读(38) 评论(0) 推荐(0)
摘要: 实验目的 • Use the DB2 IMPORT command to load data into a DB2 table. • Run the INGEST command to efficiently load data into a DB2 table. • Invoke the LOAD 阅读全文
posted @ 2024-05-19 14:46 HuangShawn 阅读(27) 评论(0) 推荐(0)
摘要: Creating database objects • Create a set of tables using the Data Server Manager to build the CREATE TABLE statement or using saved DDL in a file. • C 阅读全文
posted @ 2024-05-19 13:59 HuangShawn 阅读(43) 评论(0) 推荐(0)
摘要: 实验目的 创建一个新的DB2数据库。创建一个新的存储组。使用DB2命令和SQL来访问数据库空间。 Creating databases and data placement Create a new DB2 database. Change some of the default database 阅读全文
posted @ 2024-05-18 16:28 HuangShawn 阅读(43) 评论(0) 推荐(0)
摘要: 实验目标 Create a new DB2 instance Run the db2icrt command to create a new DB2 database manager instance. Issue db2set and db2 update commands to configur 阅读全文
posted @ 2024-05-18 15:09 HuangShawn 阅读(24) 评论(0) 推荐(0)
摘要: WSL安装 参考https://learn.microsoft.com/zh-cn/windows/wsl/install 十分方便,一条命令直接安装。 wsl --install DB2安装 TODO: 列举安装步骤 TODO:列于遇到的库的问题,和安装方法 阅读全文
posted @ 2024-05-18 14:27 HuangShawn 阅读(13) 评论(0) 推荐(0)