windows 下 ORA-01301 許可權問題解決方法

paulyibinyi發表於2014-04-23

:\Users\yibin>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 星期三 4月 23 09:21:12 2014

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

ERROR:
ORA-01031: 許可權不足


請輸入使用者名稱:
ERROR:
ORA-01017: 使用者名稱/口令無效; 登入被拒絕

進入到計算機管理,使用者和組,把相關使用者加入到 Oracle DBA Group

C:\Users\yibin>
C:\Users\yibin>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 星期三 4月 23 09:22:13 2014

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


連線到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-1147490/,如需轉載,請註明出處,否則將追究法律責任。

相關文章