摘要: 1、找到以”FKXXX“为外键的表A的子表,直接运行select a.constraint_name, a.table_name, b.constraint_name from user_constraints a, user_constraints bwhere a.constraint_type 阅读全文
posted @ 2018-03-23 16:23 一年变大牛 阅读(449) 评论(0) 推荐(0)
摘要: 任务栏:开始——运行,CMD 超级管理员进入系统:conn sys/oracle@prod as sysdba; 修改的代码:alter user username identified by userpassword; prod为生机机器 具体的操作方法如下图所示 对scott账户锁定、解锁及修改 阅读全文
posted @ 2018-03-23 15:07 一年变大牛 阅读(7372) 评论(0) 推荐(0)