GBase 8a
运维管理
文章
GBase 8a-gcdump工具说明
发表于2024-08-30 16:28:02190次浏览0个评论
====导出testdb库的建表信息、存储过程和自定义函数
gcdump -ugbase -pxxxxx -W vc1 -B -R testdb > /opt/testdb1.sql
====导出testdb库的存储过程和自定义函数,没有建表信息
gcdump -ugbase -pxxxxx -W vc1 -B -t -R testdb > /opt/testdb2.sql
====导出testdb库的建表信息,没有存储过程和自定义函数
gcdump -ugbase -pxxxxx -W vc1 -B testdb > /opt/testdb3.sql
评论
登录后才可以发表评论
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25052
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526