oracle 更改用户名称
做oracle导入(备份原有用户)
1--查询用户存在
select user#, name from user$ where name ='VIDS';
2--更改用户名称
update user$ set name = 'VIDS123' where user# = 8759;
http://www.htsjk.com/shujukunews/832.html
www.htsjk.Com
true
http://www.htsjk.com/shujukunews/832.html
NewsArticle
oracle 更改用户名称 做oracle导入(备份原有用户) 1--查询用户存在 select user#, name from user$ where name ='VIDS'; 2--更改用户名称 update user$ set name = 'VIDS123' where user# = 8759;...
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。