首页 > 代码库 > Oracle10g忘记system和sys密码的解决办法
Oracle10g忘记system和sys密码的解决办法
C:\Users\Administrator>sqlplus /nologSQL*Plus: Release 10.2.0.1.0 - Production on 星期五 1月 9 09:59:23 2015Copyright (c) 1982, 2005, Oracle. All rights reserved.SQL> conn /as sysdba已连接。SQL> alter user system identified by "manager";用户已更改。SQL> alter user sys identified by "manager";用户已更改。SQL> alter user system identified by "manager";用户已更改。SQL> exit从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options 断开C:\Users\Administrator>sqlplusSQL*Plus: Release 10.2.0.1.0 - Production on 星期五 1月 9 10:05:42 2015Copyright (c) 1982, 2005, Oracle. All rights reserved.请输入用户名: system输入口令:连接到:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining optionsSQL> select instance_name from v$instance;INSTANCE_NAME--------------------------------imsbaseSQL> exit从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options 断开C:\Users\Administrator>exit
Oracle10g忘记system和sys密码的解决办法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。