Linux oracle ORA-01031: insufficient privileges
[oracle@localhost ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 30 18:35:30 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> conn / as sysdba
ERROR:
ORA-01031: insufficient privileges
ERROR:
ORA-01031: insufficient privileges
SQL> exit
[root@localhost ~]#vi /etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon,lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
mail:x:12:mail
news:x:13:news
uucp:x:14:uucp
man:x:15:
games:x:20:
gopher:x:30:
dip:x:40:
ftp:x:50:
lock:x:54:
nobody:x:99:
users:x:100:
rpm:x:37:
dbus:x:81:
nscd:x:28:
utmp:x:22:
utempter:x:35:
floppy:x:19:
vcsa:x:69:
pcap:x:77:
slocate:x:21:
rpc:x:32:
mailnull:x:47:
smmsp:x:51:
sshd:x:74:
rpcuser:x:29:
nfsnobody:x:4294967294:
haldaemon:x:68:
distcache:x:94:
apache:x:48:
avahi:x:70:
postgres:x:26:
mysql:x:27:
dovecot:x:97:
webalizer:x:67:
squid:x:23:
ntp:x:38:
stapdev:x:101:
stapusr:x:102:
named:x:25:
xfs:x:43:
gdm:x:42:
sabayon:x:86:
screen:x:84:
oinstall:x:500:
dba:x:500:oracle
"/etc/group" 56L, 773C written
[root@localhost ~]#exit
logout
[oracle@localhost ~]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 30 18:41:08 2012
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> conn / as sysdba
Connected to an idle instance.
SQL> exit
Disconnected
Connected to an idle instance.
SQL> exit
Disconnected
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16400082/viewspace-742798/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux as 2.1 ORA-01031: insufficient privileges 解決方法Linux
- oracle rac dg庫報錯ORA-01031: insufficient privilegesOracle
- oracle 10g linux 遠端登入 ORA-01031: insufficient privilegesOracle 10gLinux
- ora-01031:insufficient privileges解決方法
- create view receive "ORA-01031: insufficient privileges"View
- Oracle遠端登入報錯:ora-01031:insufficient privilegesOracle
- ORA-01031: insufficient privileges的解決方法
- ORA-01031: insufficient privileges錯誤解決方法
- SYS使用者登入Oracle報錯ORA-01031: insufficient privilegesOracle
- 在AIX 平臺下遇到ORA-01031: insufficient privilegesAI
- RMAN system 遠端連線 ORA-01031: insufficient privileges
- SYS遠端連線出錯ORA-01031:Insufficient privileges
- ORA-01031: insufficient privileges重新配置sys登入密碼密碼
- Oracle的SYS使用者登入報許可權不足(ORA-01031: insufficient privileges)Oracle
- sys使用者遠端登入報ORA-01031 insufficient privileges
- sqlplus / as sysdba報錯ORA-01031: insufficient privileges的原因分析SQL
- conn / as sysdba 出現ORA-01031: insufficient privileges 解決辦法
- Oracle 軟體克隆後sysdba登入提示沒有許可權ora-01031: insufficient privilegesOracle
- ORA-01031: 資料庫恢復時的insufficient privileges錯誤QS資料庫
- 儲存過程編譯報錯:PL/SQL:ORA-01031:insufficient privileges儲存過程編譯SQL
- sys使用者執行 grant授權提示ORA-01031: insufficient privileges
- [20240826]奇怪ORA-01031 insufficient privileges報錯.txt
- linux環境下sqlplus sys/sys@ORCL as sysdba報錯 ORA-01031: insufficient privilegesLinuxSQL
- 11gR2 Restart Database SRVCTL啟動DB報ORA-01031: insufficient privilegesRESTDatabase
- sqlplus "/ as sysdba" 連不上,報ora-01031:insufficient privileges解決方法SQL
- SQL> conn sys/sys@vm_sigle as sysdba; 報ORA-01031: insufficient privileges錯誤SQL
- 使用SYS使用者遠端登陸報許可權不足的解決:ORA-01031: insufficient privileges
- ORA-20000: Insufficient privileges to analyze an object in SchemaObject
- 建立資料庫時“Insufficient privileges”的解決方法DK資料庫
- ORA-0131:Insufficient privileges.(DEBUG CONNECT SESSION)Session
- Oracle/PLSQL: Grant/Revoke PrivilegesOracleSQL
- SYSDBA and SYSOPER Privileges in Oracle [ID 50507.1]Oracle
- Difference of Revoke System Privileges and Object PrivilegesObject
- db2_privilegesDB2
- ORA-01031: 許可權不足 ORACLE 817Oracle
- oracle--job執行報錯--ORA-01031Oracle
- Administrative Privileges (31)
- Privileges on the Defining Function (204)Function