09 2021 档案

摘要:原文地址:https://segmentfault.com/a/1190000021599461 阅读全文
posted @ 2021-09-27 16:11 dirgo 阅读(60) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/sinu88/article/details/85077008 这几天 使用了 PowerDesigner 来 整理表结构,分享下。 下面,我们 通过 VBScript脚本 实现了 excel导入表字段、批量修改表前缀、批量添加表字段、批量添加表 阅读全文
posted @ 2021-09-08 10:25 dirgo 阅读(862) 评论(0) 推荐(0)
摘要:原文地址:https://www.cnblogs.com/joy99/p/10842218.html 阅读全文
posted @ 2021-09-06 10:42 dirgo 阅读(29) 评论(0) 推荐(0)
摘要:结论:imp 命令不可实现, 先drop 用户,再新建用户 ,再导入数据 命令:drop user ytsjcw cascade;--最后这个级联cascade特别有用(删除用户以及所有关联的数据库对象) 附,imp和exp对应,都具有三种模式 1、完全: IMP SYSTEM/MANAGER BU 阅读全文
posted @ 2021-09-02 11:04 dirgo 阅读(1254) 评论(0) 推荐(0)