oracle忘记用户名密码怎么办
❶ 忘记oracle数据库的用户名密码怎么办
安装完数据库很久不用常常会忘记其密码,碰到这种情况不要动不动就重装数据库,按其下方法修改即可 忘记sys,system用户的密码: 使用ORAPWD.EXE工具修改密码:在开始菜单点击‘运行’,输入‘cmd’,打开命令提示窗口,输入如下命令: orapwd file=d:\oracle\proct\10.1.0\Db_2\database\pwdctcsys.ora password=123456 这个命令重新生成了数据库密码文件。密码文件的位置在ORACLE_HOME目录下的\database目录下。这个密码是修改sys用户的密 码。 除了sys和system其它用户的密码不会改变。 忘记system用户的密码: 可以用sys用户登录。然后用alter user命令修改密码。如: conn sys/pass_word as sysdba; alter user system identified by newpass; 忘记sys用户密码: 可以用system用户登录。然后用alert user 命令修改密码,如: CONN SYSTEM/PASS_WORD; ALTER USER SYSTEM IDENTIFIED BY NEWPASS; 忘记除sys/system用户之外的用户的登录密码。 用sys(或者system)登录。CONN SYS/PASS_WORD AS SYSDBA; 使用如下语句修改用户的密码。ALTER USER USER_NAME IDENTIFIED BY NEWPASS;主要密码不能是全数字且不能以数字开头。 (1)CONN SYS/PASS AS SYSDBA;//以DBA的身份登录
❷ Oracle忘记用户名密码怎么办.wps
(1)问知道的人。
(2)利用dba用户改密码。
(3)如果不知道dba用户,那么就用sys用户更改密码。
(4)如果sys的密码也不知道,那么就用sys用系统认证的方式登录数据库(也可以直接修改sys密码,然后利用sys登录数据库),然后改密码。
❸ 忘记了oracle数据库用户的密码,怎么办
我们使用oracle数据库的时候,如果忘记了用户密码就无法登录oracle管理界面了。那么该如何解决这个问题呢?下面我给大家分享一下。
工具/材料
cmd命令行
- 01
首先打开运行界面,在输入框中输入CMD命令,如下图所示
- 02
接下来会打开CMD命令行窗口,我们将会在命令行中进行密码的变更,如下图所示
- 03
然后我们通过sqlplus连接oracle数据库,如下图所示
- 04
最后运用sql语句将用户的密码进行更改即可,如下图所示
❹ 忘记oracle用户名密码怎么办
到服务器端使用超级用户(sysdba)登陆:
sqlplus /nolog
conn / as sysdba
然后修改密码
alter user XXXX identified by XXXXXX
❺ oracle 密码忘了怎么办
使用SYSTEM用户可以直接为用户设置新密码,如果你连用户名也忘记了,那么可以查询所有用户ALL_USERS。如果你忘记了SYSTEM和SYS这两个用户的密码,那么你试试MANAGER这个缺省密码,如果还搞不定,那么就祝贺你,重新安装吧!顺便问一个问题,你既然有数据库,如果有应用在使用这个数据库,那么就可以找回密码,否则这个数据库也就没有存在的意义,删除重装。否则,你就是想越权访问了,哈哈!
❻ 刚安装的Oracle 11g,sys用户密码忘了,怎么破解!
1、加上as sysdba,这种登录方式其实使用的是操作系统认证,并没有使用到密码。也就是说如果你os的用户名属于dba这个组下,那么你就能以sysdba的角色登录到oracle中,对应的oracle中的用户名为sys。
2、更改密码方法有两种:
A方法:因为你可以使用操作系统认证登录,所以登录进去之后执行:
alter user sys identified by password
B方法:使用orapw命令更改密码文件,密码文件在 $ORACLE_HOME/dbs
ORAPWD FILE=orapworcl PASSWORD=password ENTRIES=10
❼ Oracle忘记用户名密码怎样恢复
忘记密码?
那用dba用户登录,然后用alter user XXX identified by XXXXX改一个密码就行了。
如果是dba用户的密码忘了,那么就登录操作系统的oracle用户,用系统认证的sysdba登录,然后还是按照上面的方式修改密码,就可以了。
❽ Oracle忘记用户名密码怎么办
登录到安装oracle数据库服务器的操作系统。打开命令窗口;
❾ Oracle忘记用户名密码怎么办
(1)打开cmd,输入sqlplus /nolog,回车。 其他用户方式同理2.(1)在cmd中启动sqlplus; (2)用sqlplus/as sysdba登录,使其连接到: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Proction (3)执行ALTER USER DBSNMP ACCOUNT UNLOCK; (4) 从新用SQL/PLUS登录,设置用户名、密码; 附:Oracle 10g 默认安装带来的用户名/密码 AlsoCTXSYSCTXSYSThe Oracle Text accountOracle Text ReferenceDBSNMPDBSNMPThe account used by the Management Agent component of Oracle Enterprise Manager to monitor and manage the databaseOracle Enterprise Manager Grid Control Installation and Basic Oracle Label Security administrator accountOracle Label Security Administrator's GuideMDDATAMDDATAThe schema used by Oracle Spatial for storing Geocoder and router dataOracle Spatial User's Guide and ReferenceMDSYSMDSYSThe Oracle Spatial and Oracle interMedia Locator administrator accountOracle Spatial User's Guide and ReferenceDMSYSDMSYSThe Oracle Data Mining account.Oracle Data Mining Administrator's GuideOracle Data Mining ConceptsOLAPSYSMANAGERThe account used to create OLAP metadata structures. It owns the OLAP Catalog (CWMLite).Oracle OLAP Application Developer's GuideORDPLUGINSORDPLUGINSThe Oracle interMedia user. Plug-ins supplied by Oracle and third party format plug-ins are installed in this schema.Oracle interMedia User's GuideORDSYSORDSYSThe Oracle interMedia administrator accountOracle interMedia User's GuideOUTLNOUTLNThe account that supports plan stability. Plan stability enables you to maintain the same execution plans for the same SQL statements. OUTLN acts as a role to centrally manage metadata associated with stored outlines.Oracle Database Performance Tuning GuideSI_INFORMTN_SCHEMASI_INFORMTN_SCHEMAThe account that stores the information views for the SQL/MM Still Image StandardOracle interMedia User's GuideSYSCHANGE_ON_INSTALLThe account used to perform database administration tasksOracle Database Administrator's GuideSYSMANCHANGE_ON_INSTALLThe account used to perform Oracle Enterprise Manager database administration tasks. Note that SYS and SYSTEM can also perform these tasks.Oracle Enterprise Manager Grid Control Installation and Basic account used to perform database administration tasks.