环境
系统平台:Linux x86-64 Red Hat Enterprise Linux 7,Microsoft Windows (64-bit) 10
版本:6.0,4.5
文档用途
删除一个用户时, 经常遇到无法删除"xxx"因为有其它对象倚赖它, 无法删除。
详细信息
1.使用管理员连接到有依赖的数据库(将隶属于test用户的对象指定给test1用户)
reassign owned by test to test1;drop owned by test;
2.执行完成后执行删除用户语句
drop user test;