[root@localhost ~]# su - db2inst1
[db2inst1@localhost ~]$ cd /opt/ibm/db2/V9.7/bin
[db2inst1@localhost bin]$ ./db2sampl
Creating database "SAMPLE"...
Connecting to database "SAMPLE"...
Creating tables and data in schema "DB2INST1"...
Creating tables with XML columns and XML data in schema "DB2INST1"...
'db2sampl' processing complete.
[db2inst1@localhost bin]$
db2创建sample数据库
最新推荐文章于 2026-04-15 20:18:06 发布
本文介绍如何使用db2sampl命令创建并初始化一个名为'SAMPLE'的DB2数据库。该过程包括连接到新创建的数据库,并在指定模式下创建表格及填充示例数据。
1263

被折叠的 条评论
为什么被折叠?



