linux - 如何恢复或更改 Oracle sysdba 密码

标签 linux oracle authentication passwords sysdba

<分区>

我们正在使用一个 oracle 数据库,其中设置它的人“早已离开”,因此不知道 sysdba 密码,但需要它。我们有 root 权限访问盒子(它在 linux 上)。有什么方法可以恢复或更改 sys 密码吗?

最佳答案

你有没有试过以你安装的 Oracle 用户身份登录 Linux

sqlplus "/ as sysdba"

登录后,您将能够更改密码。

alter user sys identified by <new password>;

祝你好运:)

关于linux - 如何恢复或更改 Oracle sysdba 密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52239/

相关文章:

linux - 使用 'screen' 从 GVIM 分离

linux - 在 Linux 上监控/审计文件删除

mysql - 属性和使用 ALTER 创建的列之间的区别?

xml - ORA-01861 : literal does not match format string when parsing XML date

android - 缺少 JDBC 驱动程序 oracle 10g android 4.x

mongodb - JSR223 (Groovy) 无法在 Jmeter(2.13) 中访问 MongoDB(3.0.3)

ruby-on-rails - rails : Unable to access log file

java - 如何为 java 程序创建 Unix 加载卡

angularjs - Angular ng-submit 没有触发所需的 Controller 方法

c# - HTTP 状态 407 : Proxy authentication required Error when calling web service