当前位置: 代码迷 >> Oracle管理 >> 客户端联接 oracle sysdba 没有权限
  详细解决方案

客户端联接 oracle sysdba 没有权限

热度:94   发布时间:2016-04-24 05:07:27.0
客户端连接 oracle sysdba 没有权限
windows 客户端连接linux服务器上oracle sysdba 没有权限,但是scott/tiger能正常登陆。各位大虾们帮帮忙

------解决方案--------------------
SQL code
--as sysdba 是不能省略的。C:\Documents and Settings\Administrator>sqlplus sys/oracle as sysdbaSQL*Plus: Release 10.2.0.1.0 - Production on 星期四 8月 11 15:43:03 2011Copyright (c) 1982, 2005, Oracle.  All rights reserved.连接到:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options[SYS@myorcl] SQL>exit从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options 断开C:\Documents and Settings\Administrator>sqlplus scott/tigerSQL*Plus: Release 10.2.0.1.0 - Production on 星期四 8月 11 15:43:14 2011Copyright (c) 1982, 2005, Oracle.  All rights reserved.连接到:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining options[SCOTT@myorcl] SQL>
------解决方案--------------------
一楼正解,as sysdba
------解决方案--------------------
对。/as sysdba 如果还是报错,你得检查oracle软件里面的dll
------解决方案--------------------
as sysdba…
  相关解决方案