ChinaUnix.net
相关文章推荐:

ora12518

到数据时出错 打开游标时出错!错误代码为-1555ora-015 55: snapshot too old: rollback segment number 12 with name "RBS

by shishy - Oracle - 2004-04-20 15:27:30 阅读(1021) 回复(0)

相关讨论

http://blog.chinaunix.net/u/20078/article_31545.html http://www.puschitz.com/Installingoracle9i.shtml http://www.oracle-db.com/oracle_cn/news-list-10001 http://www.oracle.com/technology/global/cn/pub/articles/smiley_10gdb_install.html http://www.puschitz.com/Installingoracle9i.shtml http://www.ixdba.net/article/JiQunJiShu/ http://www.dbanotes.net/ http://www.eygle.com/ http://w...

by cnhawk386 - Linux文档专区 - 2008-03-27 10:21:53 阅读(634) 回复(0)

ora-6502大家遇到过吗?在网上找到太多相关这方面的评论,不过没看到正确的解决办法,不知各位大侠有没有建议,多谢.

by fenzhy - Oracle - 2008-01-17 12:56:52 阅读(3208) 回复(3)

ora-01026 multiple buffers of size >; 4000 in the bind list Cause More than one long buffer in the bind list. Action Change the buffer size to be less than 4000 for the bind variable bound to a normal column. 但是不直达要在哪里改这个缓存 哪位知道的告知一下啊

by spirit312 - Oracle - 2004-08-19 17:23:30 阅读(1107) 回复(1)

今天检查部门对外业务的数据库,发现在日志里报错,但是不影响对外业务。数据库是ora9201,系统是windows 2000 ADV。两台机器加exp400,做的是2000的集群加oracle failsafe。数据库开启了自动归档,每天用rman备份。alert日志如下:

by flystar - Oracle - 2011-04-24 10:33:13 阅读(6365) 回复(7)

ora-01157 ora-01110 ora-27037 版本:(aix5.2+rac) ---------------------------------------------------------------- oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bi PL/SQL Release 10.1.0.5.0 - Production CORE 10.1.0.5.0 Production TNS for IBM/AIX RISC System/6000: Version 10.1.0.5.0 - Productio NLSRTL Version 10.1.0.5.0 - Production 报错信息: Fri Jan 19 20:36:18 2007 Errors in f...

by yxtg - Oracle - 2007-01-23 17:35:00 阅读(3562) 回复(2)

:em17: 本人在AIX4.3.3 HA4.4 上面安装oraCLE817 OPS 在建库时报ora-27300 ora-27301 ora-27302 还望高手赐教 谁能说明一下oraCLE 与RAW DEVICE 的关系? 谢谢

by leifengjun - Oracle - 2003-12-02 14:56:58 阅读(2855) 回复(3)

试验环境 数据库版本10.2.0.1.0,操作系统版本RHEL4U6 sys@ORCL> desc dictionary; ERROR: ora-00604: error occurred at recursive SQL level 1 ora-04031: unable to allocate 16 bytes of shared memory ("shared pool","select obj#,type#,ctime,mtim...","sql area","kglhin: temp") 查了一下资料如下: ora-04031 unable to allocate string bytes of shared memory ("string","string","string","string") Cause: More s...

by czy5025 - Oracle - 2009-04-14 11:18:22 阅读(2171) 回复(4)

昨天公司停电,数据库遇到错误,给出一个解决办法,高手指教 SQL>shutdown normal ora-00607:Internal error occurred while making a change to a data block ora-00600: internal error code, arguments:[4193],[4754],[22373],[],[],[] SQL> shutdown abort SQL> startup SQL> create undo tablespace undo2 datafile '/ora/db/apps_st/data/undo2.dbf' size 1024M; SQL> alter system set undo_tablespace=undo2; SQL> sh...

by cnhawk386 - Linux文档专区 - 2008-03-28 15:38:09 阅读(1056) 回复(0)

问题描述 ======= 在试图启动数据库的时候,oracle报告下列错误: ERROR: ora-27101 Shared memory realm does not exist ora-01034 oraCLE not available 基本解释 ======= Error: ora-27101 Text: shared memory realm does not exist ------------------------------------------- Cause: Unable to locate shared memory realm Action: Verify that the realm is accessible 如何解决 ======= 这个问题其实用一句话就...

by cnhawk386 - Linux文档专区 - 2008-03-28 07:34:31 阅读(1850) 回复(0)

环境: AIX 5.3 ML05 oracle10.2.0.1 现象: 数据库时而会不可用,需要通过重新启动数据库和监听才能解决问题。 alert日志中有非常频繁如下提示: ora-12012: error on auto execute of job 53462 ora-06575: Package or function ora-06575: Package or function TEST is in an invalid state is in an invalid state 查看相关trc文件,每个trc文件中有非常频繁如下提示: *** 2007-07-30 09:55:23.112 ora-12012: error on ...

by *Daemon* - Oracle - 2007-07-30 15:15:33 阅读(6571) 回复(1)