为了正常的体验网站,请在浏览器设置里面开启Javascript功能!

Oracle修改User密码

2011-01-21 1页 pdf 74KB 27阅读

用户头像

is_983196

暂无简介

举报
Oracle修改User密码 Home > Oracle/PLSQL Oracle/PLSQL: Change a user's password in Oracle Question: How do I change the password for a user in Oracle? Answer: To change a user's password in Oracle, you need to execute the alter user command. The syntax for changing...
Oracle修改User密码
Home > Oracle/PLSQL Oracle/PLSQL: Change a user's password in Oracle Question: How do I change the password for a user in Oracle? Answer: To change a user's password in Oracle, you need to execute the alter user command. The syntax for changing a password is: alter user user_name identified by new_password; user_name is the user whose password you wish to change. new_password is the new password to assign. For example: If you wanted to reset the password for a user named smithj, and you wanted to set the new password to autumn, you would run the following command: alter user smithj identified by autumn;
/
本文档为【Oracle修改User密码】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索