wd and cc
-- Good good study, day day up!
Home
Posts
Search
Tags
subscribe
如果用户是在服务器端使用数据库,那么可以用Oracle提供的SQLPlus进行数据库操作,假设要更改用户口令,可以这样做:
sqlplus user/password
sql>alter user sys identified by new_password;
sql>exit
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus