由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - ORACLE error code 04031
相关主题
Oracle 求助SORTING 中文 IN ORACLE
求帮忙recover deleted rows in oraclefound a way to corrupt oracle on NT
Help!--How to transfer string to Date(mm-dd-yyyy hh24:mi:ss) in Access? Error Code 01034?
I'm waiting for your oracleOracle error code 12638?
A wield thing in Oracle DBconnect to an oracle server on anoter machine
Oracle date format2 problems about Oracle
A question of filling in missing value in SQLHelp on Oracle!!
newbie's question about oracleOracle Installation Help!!
相关话题的讨论汇总
话题: oracle话题: filename话题: cdr话题: 04031话题: mm
进入Database版参与讨论
1 (共1页)
k**e
发帖数: 86
1
SELECT cdr_filename, missing_rec_seq_no, flag FROM missing_rec_seq_no_audit
WHERE cdr_filename in (select cdr_filename from split_audit WHERE
split_filename=' ' AND file_time >= to_date('01/08/2002 00:00:00','dd/MM/yyyy
HH24:MI:SS') AND file_time <= to_date('22/08/2002 14:13:42','dd/MM/yyyy
HH24:MI:SS')) order by CDR_FILENAME, MISSING_REC_SEQ_NO;
Exception, While accessing the database
java.sql.SQLException: ORA-04031: unable to allocate 8192 bytes of shared
memory ("large pool","unknown objec
m*g
发帖数: 377
2
large pool out of memory.
You may want to try:
Shutdown Oracle first. Increase LARGE_POOL_SIZE in the db's init file.
Normally located under directory $ORACLE_HOME/dbs( in unix and linux) or you
may find a soft link there. In windows NT/2000, normally located under
directory %ORACLE_HOME%\DATABASE. Then restart the oracle database.
Hope it can help. Please let us know the result if you tried.

00:00:00','dd/MM/yyyy


【在 k**e 的大作中提到】
: SELECT cdr_filename, missing_rec_seq_no, flag FROM missing_rec_seq_no_audit
: WHERE cdr_filename in (select cdr_filename from split_audit WHERE
: split_filename=' ' AND file_time >= to_date('01/08/2002 00:00:00','dd/MM/yyyy
: HH24:MI:SS') AND file_time <= to_date('22/08/2002 14:13:42','dd/MM/yyyy
: HH24:MI:SS')) order by CDR_FILENAME, MISSING_REC_SEQ_NO;
: Exception, While accessing the database
: java.sql.SQLException: ORA-04031: unable to allocate 8192 bytes of shared
: memory ("large pool","unknown objec

1 (共1页)
进入Database版参与讨论
相关主题
Oracle Installation Help!!A wield thing in Oracle DB
求教一ORACLE问题Oracle date format
我的oracle 怎么了?A question of filling in missing value in SQL
Oracle急问newbie's question about oracle
Oracle 求助SORTING 中文 IN ORACLE
求帮忙recover deleted rows in oraclefound a way to corrupt oracle on NT
Help!--How to transfer string to Date(mm-dd-yyyy hh24:mi:ss) in Access? Error Code 01034?
I'm waiting for your oracleOracle error code 12638?
相关话题的讨论汇总
话题: oracle话题: filename话题: cdr话题: 04031话题: mm