如何在plsql开发工具中更改数据库的密码? [英] how to change the password of database in plsql developer tool?

查看:2477
本文介绍了如何在plsql开发工具中更改数据库的密码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在plsql开发工具中更改数据库的密码?

解决方案

一个简单的谷歌查询可以立即获得大量的结果。

我的第一个链接是这一个: Clickey [ ^ ]


更改用户test_pwd标识为new_pass替换old_pass;


但是如果密码已经过期且没有sys帐户,则无法使用。

请改用SQL Developer,Toad或SQLPlus。

https://sqlandplsql.com/2013/05/08/change-password-oracle/

how to change the password of database in plsql developer tool?

解决方案

A simple google query would have gotten you tons of results right away.
The first link for me was this one: Clickey[^]


alter user test_pwd identified by new_pass replace old_pass;


But no way if the password has expired and you do not have sys account.
Use SQL Developer, Toad or SQLPlus instead.
https://sqlandplsql.com/2013/05/08/change-password-oracle/


这篇关于如何在plsql开发工具中更改数据库的密码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆