做oracle导入(备份原有用户)
1--查询用户存在
2--更改用户名称
update user$ set name = ‘VIDS123‘ where user# = 8759;
oracle 更改用户名称,布布扣,bubuko.com
oracle 更改用户名称
原文:http://blog.csdn.net/without0815/article/details/22279253