无法登录oracle DB

时间:2014-06-01 10:43:41

标签: oracle11g sqlplus

我在Windows 7 64位中安装了oracle 11g DB。 在安装过程中,它要求输入全局数据库orcl的密码(默认密码)。我给了密码并完成了设置。

后来,我尝试使用“sqlplus / as sysdba”从命令提示符登录。它被责骂为权限不足。

 C:\Users\krishna prasad>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 1 16:11:14 2014

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

ERROR:
ORA-01031: insufficient privileges


Enter user-name:

我只使用用户krishna prasad安装了数据库。如何将用户设置为dba组或任何其他方式进入DB。提前谢谢。

我也尝试使用命令提示符作为管理员

C:\Windows\system32>id
uid=1000(krishna prasad) gid=513(None) groups=513(None),0(root),544(Administrato
rs),545(Users)

C:\Windows\system32>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 1 16:35:32 2014

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

ERROR:
ORA-01031: insufficient privileges


Enter user-name:

2 个答案:

答案 0 :(得分:1)

请按照以下步骤操作

  1. type sqlplus then press enter
  2. it will ask for username. type this /as sysdba

答案 1 :(得分:1)

打开命令提示符并输入此内容 启动SQL * Plus / as sysdba 我认为这会对你有所帮助