当前位置:Gxlcms > 数据库问题 > oracle修改用户名

oracle修改用户名

时间:2021-07-01 10:21:17 帮助过:7人阅读

一、需求
将test用户名修改为test1
二、步骤
select user#,name from user$ where name=‘TEST‘;
update user$ set name =‘TEST1‘ where user#=159;
commit;
alter system checkpoint;
alter system flush shared_pool;
alter user test1 identified by test1;

oracle修改用户名

标签:flush   用户   poi   set   com   HERE   update   pool   lte   

人气教程排行