ORA-21561: 生成 OID 失败

今天在北京出差,突然接到电话,看看广东入库连接报错,听产品经理说是版本问题。于是去看看。


是oid失败

[root@ZXZ-66 ~]# sqlplus system/[email protected]/mxx

SQL*Plus: Release 11.2.0.3.0 Production on 星期六 2月 27 14:46:13 2016

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

ERROR:
ORA-21561: 生成 OID 失败


请输入用户名:  ^C


[root@ZXZ-66 ~]# hostname
ZXZ-66
[root@ZXZ-66 ~]# ifconfig
bond0     Link encap:Ethernet  HWaddr 74:5A:AA:BF:33:D2  
          inet addr:192.168.89.66

[root@ZXZ-66 ~]# more /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

192.168.89.66 ZXZ-66


[root@ZXZ-66 ~]# sqlplus system/[email protected]:1521/moxx

SQL*Plus: Release 11.2.0.3.0 Production on 星期六 2月 27 14:48:23 2016

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


连接到: 
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options

SQL> exit





你可能感兴趣的:(ORA-21561: 生成 OID 失败)