ORA-27300 during night hours, restart database needed

Hi,
Last year we upgraded a small database system on several systems from Oracle 8.0.6 to Oracle XE.
We installed XE, dropped the XE database and created a new one with standard scripts. (We didn't need APEX)
Next we imported the data of the old database and tested the C++ applications on it. Everything worked fine.
We implemented it on several sites. The target system is usually:
OS: Windows 2000 SP4
Mem: 512 or 768 MB
Swap: 2 Gb
Now we have different errors on the sites, which all seem to be memory allocation problems.
The error usually occur outside working hours (no client activity, so the applications can't be blamed).
Eventually, the application usually gets a ORA-04030 error, unable to allocate xxx bytes of memory...,
or ORA-07445: exception encountered...
Is seems like some Oracle processes are stumbling over their own feet, because nothing is done from the client side.
Here 's what is recorded in the alert.log
Sun Dec 16 03:00:30 2007
Process startup failed, error stack:
Sun Dec 16 03:00:30 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1368.trc:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
ORA-27302: failure occurred at: skgpspawn
Sun Dec 16 03:00:31 2007
Process m000 died, see its trace file
Sun Dec 16 03:00:31 2007
ksvcreate: Process(m000) creation failed
Sun Dec 16 03:01:31 2007
Process startup failed, error stack:
Sun Dec 16 03:01:31 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1368.trc:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
ORA-27302: failure occurred at: skgpspawn
-- and this repeats itself during the rest of the weekend, until
Mon Dec 17 09:11:57 2007
Process m000 died, see its trace file
Mon Dec 17 09:11:57 2007
ksvcreate: Process(m000) creation failed
Mon Dec 17 09:12:55 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_j000_1516.trc:
ORA-12012: error on auto execute of job 5430
ORA-04030: out of process memory when trying to allocate ORA-04030: out of process memory when trying to allocate 123404 bytes (QERHJ hash-joi,kllcqas:kllsltba)
ORA-06512: at "SYS.DBMS_ISCHED", line 492
ORA-06512: at "SYS.DBMS_SCHEDULER", line 2390
bytes (,)
The instance parameters are:
System parameters with non-default values:
processes = 200
sga_max_size = 314572800
__shared_pool_size = 92274688
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 0
sga_target = 264241152
control_files = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ1.ORA, D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ2.ORA
db_block_size = 8192
__db_cache_size = 159383552
compatible = 10.0.0.0.0
log_buffer = 2859008
log_checkpoint_interval = 10000
log_checkpoint_timeout = 0
db_files = 200
db_file_multiblock_read_count= 16
undo_management = AUTO
undo_tablespace = UNDOTBS
undo_retention = 10800
remote_login_passwordfile= SHARED
db_domain = DB_KMHZ.WORLD
global_names = FALSE
distributed_lock_timeout = 300
job_queue_processes = 2
background_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\SYSTEM_TRACE
user_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\USER_TRACE
max_dump_file_size = 10240
open_links = 10
db_name = DB_KMHZ
pga_aggregate_target = 104857600
After I tried several memory setting without success, I returned to the old-fashioned 8.0.6 settings,
hoping Oracle would allocate less memory from OS.
- I turned off automatic memory management (delete SGA_target parameter and used db_block_buffers, etc)
- I set WORKAREA_SIZE_POLICY to MANUAL (speed wasn't an issue, so I deleted PGA_aggregate_target from spinit, and used sort_area_size)
The system parameters became:
processes = 200
shared_pool_size = 75497472
control_files = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ1.ORA, D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\CTRLPKHZ2.ORA
db_block_buffers = 550
db_block_size = 8192
compatible = 10.0.0.0.0
log_buffer = 2863104
log_checkpoint_interval = 10000
log_checkpoint_timeout = 0
db_files = 200
db_file_multiblock_read_count= 16
undo_management = AUTO
undo_tablespace = UNDOTBS
undo_retention = 10800
remote_login_passwordfile= SHARED
db_domain = DB_KMHZ.WORLD
global_names = FALSE
distributed_lock_timeout = 300
job_queue_processes = 2
background_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\SYSTEM_TRACE
user_dump_dest = D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\USER_TRACE
max_dump_file_size = 10240
open_links = 10
sort_area_size = 65536
db_name = DB_KMHZ
workarea_size_policy = MANUAL
After this, it appeared that the error still occured from time to time, but this time
Oracle was able to restart the process. This is what was shown in the alert.log
Completed: ALTER DATABASE OPEN
Fri Dec 21 13:00:12 2007
Thread 1 advanced to log sequence 33
Current log# 1 seq# 33 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG1.ORA
Sun Dec 23 10:00:59 2007
Thread 1 advanced to log sequence 34
Current log# 2 seq# 34 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG2.ORA
Tue Dec 25 21:02:39 2007
Thread 1 advanced to log sequence 35
Current log# 1 seq# 35 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG1.ORA
Wed Dec 26 11:00:30 2007
Process startup failed, error stack:
Wed Dec 26 11:00:30 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
Wed Dec 26 11:00:31 2007
Process m000 died, see its trace file
Wed Dec 26 11:00:31 2007
ksvcreate: Process(m000) creation failed
Wed Dec 26 11:01:31 2007
Process startup failed, error stack:
Wed Dec 26 11:01:31 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
Wed Dec 26 11:01:32 2007
Process m000 died, see its trace file
Wed Dec 26 11:01:32 2007
ksvcreate: Process(m000) creation failed
Wed Dec 26 11:02:32 2007
Process startup failed, error stack:
Wed Dec 26 11:02:32 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
-- fails about 10 times
Wed Dec 26 11:08:15 2007
Process m000 died, see its trace file
Wed Dec 26 11:08:15 2007
ksvcreate: Process(m000) creation failed
-- and here it seems to have succeeded, because the next entry is a "change logfile"
Thu Dec 27 21:02:41 2007
Thread 1 advanced to log sequence 36
Current log# 2 seq# 36 mem# 0: D:\ORACLEXE\ORADATA\PLS_HOOGEZAND\LOG2.ORA
Fri Dec 28 08:00:48 2007
Process startup failed, error stack:
Fri Dec 28 08:00:48 2007
Errors in file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
This pattern repeats itself. The database makes one or a few logfile changes, and then the m000 process fails, but is eventually started again.
Well, the good thing is, that for the end user seems to be solved (so far).
My questions to y'all:
- Is this problem related to bug 5607984 "- ORACLE DOES NOT CLOSE TCP CONNECTIONS. REMAINS IN CLOSE_WAIT STATE. [On Windows 32-bit]"?
If Yes, can I do anything to solve it except waiting for the next version of XE?
If No, then what else can be the cause?
- Am I just fighting symptoms here, using the old Oracle 8 parameters?
- Are there other/better ways to workaround this problem?
- Are some Oracle jobs, like SYS.AUTO_SPACE_ADVISOR_PROG or SYS.GATHER_STATS_JOB bugging me?
If yes, is it possible / advisable to stop these jobs?
- Any other recommendations?
Any comments are greatly appreciated.
kndrgrds,
Jan R

Ah, yes, I forgot. (It didn't help me much, though)
-- first occasion: pkhz_psp0_1368.trc:
Dump file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1368.trc
Sun Dec 16 03:00:30 2007
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:238M/759M, Ph+PgF:264M/2218M, VA:81M/2047M
Instance name: pkhz
Redo thread mounted by this instance: 1
Oracle process number: 3
Windows thread id: 1368, image: ORACLE.EXE (PSP0)
*** SERVICE NAME:(SYS$BACKGROUND) 2007-12-16 03:00:30.828
*** SESSION ID:(224.1) 2007-12-16 03:00:30.828
*** 2007-12-16 03:00:30.828
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
ORA-27302: failure occurred at: skgpspawn
*** 2007-12-16 03:01:31.906
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
ORA-27302: failure occurred at: skgpspawn
*** 2007-12-16 03:02:33.218
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27301: OS failure message: Overlappende I/O-bewerking wordt uitgevoerd.
ORA-27302: failure occurred at: skgpspawn
-- etc. This goes on synchonously with the alert.log
-- later, at 9:12:
-- pkhz_j000_1516:
Dump file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_j000_1516.trc
Mon Dec 17 09:12:55 2007
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:184M/759M, Ph+PgF:241M/2218M, VA:56M/2047M
Instance name: pkhz
Redo thread mounted by this instance: 1
Oracle process number: 18
Windows thread id: 1516, image: ORACLE.EXE (J000)
*** ACTION NAME:(PURGE_LOG) 2007-12-17 09:12:55.046
*** MODULE NAME:(DBMS_SCHEDULER) 2007-12-17 09:12:55.046
*** SERVICE NAME:(SYS$USERS) 2007-12-17 09:12:55.046
*** SESSION ID:(200.22) 2007-12-17 09:12:55.046
*** 2007-12-17 09:12:55.046
ORA-12012: error on auto execute of job 5430
ORA-04030: out of process memory when trying to allocate ORA-04030: out of process memory when trying to allocate 123404 bytes (QERHJ hash-joi,kllcqas:kllsltba)
ORA-06512: at "SYS.DBMS_ISCHED", line 492
ORA-06512: at "SYS.DBMS_SCHEDULER", line 2390
bytes (,)
-- second occasion, pkhz_psp0_1528.trc
Dump file d:\oraclexe\oradata\pls_hoogezand\system_trace\pkhz_psp0_1528.trc
Wed Dec 26 11:00:30 2007
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:151M/759M, Ph+PgF:590M/2671M, VA:5M/2047M
Instance name: pkhz
Redo thread mounted by this instance: 1
Oracle process number: 3
Windows thread id: 1528, image: ORACLE.EXE (PSP0)
*** SERVICE NAME:(SYS$BACKGROUND) 2007-12-26 11:00:30.250
*** SESSION ID:(224.1) 2007-12-26 11:00:30.250
*** 2007-12-26 11:00:30.250
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
*** 2007-12-26 11:01:31.156
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
*** 2007-12-26 11:02:32.156
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
*** 2007-12-26 11:03:35.156
Process startup failed, error stack:
ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
ORA-27302: failure occurred at: skgpspawn
this repeats a few times until the end of the file.
JanR

Similar Messages

  • Would it cause any harm to stop the DBworker process on the logger and let it restart during business hours?

    I'm trying to connect to a database in an ICM script for the first time and I added a new database user to the Router registry. I think I must have to restart the service to activate the new credentials. Would it cause any harm to stop the DBworker process on the logger and let it restart during business hours?

    Lisa,
    You shouldn't need to restart any processes. If you already had the database setup in Database Lookup Explorer before putting the credentials in the registry, you can just make a change to the Database Loookup entry, and the Router will try to reconnect.
    Also, the Logger has nothing to do with ICM database lookups - the DBworker is part of the Router processes.
    -Jameson

  • ORA-27300 error while initializing a new 8i database

    Sorry if this 8i EE related question doesn't belong in this thread, I didn't find an 8i EE discussion forum.
    I am trying to create a new database on 8i EE, Solaris 7 on E250 with 512MB of physical memory. After creating a param file, when I try to initialize it in NOMOUNT mode I get ORA-27146, ORA-27300, ORA-27301 and ORA-27302 errors. ORA-27302 points at 'sskgpcreates' as additional info.
    Any help in resolving this error will be greatly appreciated.
    Thanks,
    Arun

    The ORA-27146: post/wait initialization failed means that you have run out of OS semaphores.
    You can either decrease the PROCESSES parameter in the init<SID>.ora file or
    increase the number of OS semaphores (SEMMNS).
    null

  • ORA-27300-1-2 Database on Windows 2003 was hung

    Hi all,
    Our 11g database running on windows 2003 was hung. We bounced the database and reduced SGA_MAX_SIZE/SGA_TARGET =900M from 1200M. Problem was resolve.
    SGA_MAX_SIZE/SGA_TARGET =1200M
    PGA_AGGREGATE_TARGET=540M
    Can anyone explain meaning of below line in trace file..
    Memory (Avail/Total): Ph:1659M/4095M, Ph+PgF:13745M/16166M, VA:43M/2047M
    1. Was there only 1659M available on Server for Oracle.exe?
    2. Or Oracle.exe was looking for 1659M and could not get that?
    3. What is the possiblity adding a /3g switch would have helped (if there was just 1659M free on server for Oracle , how /3g will help)
    Errors In Alert log
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: sssxcpttcs4
    In Trace file
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: sssxcpttcs4
    OS tid = 10208
    Memory (Avail/Total): Ph:1659M/4095M, Ph+PgF:13745M/16166M, VA:43M/2047M
    CPU Load: 0%
    Thanks,
    Anuj
    Edited by: ***Anuj*** on Jul 12, 2011 2:22 PM

    ***Anuj*** wrote:
    Hi all,
    Our 11g database running on windows 2003 was hung. We bounced the database and reduced SGA_MAX_SIZE/SGA_TARGET =900M from 1200M. Problem was resolve.
    SGA_MAX_SIZE/SGA_TARGET =1200M
    PGA_AGGREGATE_TARGET=540M
    Can anyone explain meaning of below line in trace file..
    Memory (Avail/Total): Ph:1659M/4095M, Ph+PgF:13745M/16166M, VA:43M/2047M
    1. Was there only 1659M available on Server for Oracle.exe?
    2. Or Oracle.exe was looking for 1659M and could not get that?
    3. What is the possiblity adding a /3g switch would have helped (if there was just 1659M free on server for Oracle , how /3g will help)
    Errors In Alert log
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: sssxcpttcs4
    In Trace file
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: sssxcpttcs4
    OS tid = 10208
    Memory (Avail/Total): Ph:1659M/4095M, Ph+PgF:13745M/16166M, VA:43M/2047M
    CPU Load: 0%
    Thanks,
    Anuj
    Edited by: ***Anuj*** on Jul 12, 2011 2:22 PMin the past the default maximum SGA size for 32-bit Oracle was 1.7G

  • ORA-29540 during full database export

    Hi,
    Anyone encounter this error ORA-29540 during full database export. Have check out the web site for solution. Have check that the init file compatible is set to 8.1.0, the public synonym dba_java is been removed. However after the above remedies, the problem still occured. My database version is 8.1.5. Please let me know if there is other solution to this problem.
    Thank You ...
    regards,
    lbs

    Hi,
    Thanks...Any idea how to check whether the installation for the initjvm.sql is successful. cos I just took over from the previous DBA and he too have no idea...
    Thank You..

  • Do I need to restart database in change of spfile?

    Hi
    All,
    Do I need to restart database in change of spfile? my database is in 10.2.0.3 on AIX.
    and one more thing when I do more on spfile it displaying the contents that is readable i am thinking that spfile is binary file so how it can be possible.
    Thanks,
    Vishal

    You may be interested in reading this page
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#sthref438
    SPFILE is a dynamic file so it does not need any sort of server restart.Also though it can be readable by any utility which can read any binary,its not advisable to read spfile like this.The best (recommended ) way is to create a pfile from it and then alter it if you need it.
    Aman....

  • Yes Verizon has contacted me by phone.  I never scheduled a call time nor did I call them.  They also are not making it easy to contact them through email.  I need to discuss a way to assure that my phone is never called again during work hours without a

    Yes Verizon has contacted me by phone.  I never scheduled a call time nor did I call them.  They also are not making it easy to contact them through email.  I need to discuss a way to assure that my phone is never called again during work hours without a prearranged meeting.  I will not speak on the phone nor use a live chat.  I want email as I want this documented offical and no other means offeres me that assurance.  I'd also like to discuss comensation for being harrassed with phone calls.

    Well if you pay your bill the calls would not happen.
    You need only tell them not to call you during working time.
    The Fair Debt Collections Practices Act states you must tell them it is not convenient.
    Now if marketing calls you can opt out at the Verizon web portal under your My Verizon account.
    You will not get compensation for them to call you. Nice try.
    However they could just shut your phone off and then you will call them.
    Email is not an option.
    Good Luck

  • What is the best way to conserve energy during night time hours?

    Hello.  Is it best to put the iMac into Sleep mode or Shutdown mode during night time hours in order to conserve energy?  Thanks for any guidance on this.  I normally just put it to Sleep but wonder if this is the best way?  Thanks. 

    Visit:
    Apple - Environment - Reports
    Here are the figures for a new iMac 21.5 inch:
    It could be argued that if everyone in the world with an iMac saved the 0.93 W (1.36 - 0.43) by turning the iMac off rather than sleeping it, there would be a big saving. But if an individual wanted to save energy, a better approach would be to turn a light bulb off or turn the heating down by a degree.

  • Help me! ORA-01172 during database startup,and I can't recover it

    Hi,
    I use oracle 7.3.4.0.0 on Windows 2000 Adv server. My Cluster met some problem, the clustsvc quit unexpectedly,and cluster admin application hang, so I restarted the computer. But after I restart,I can't start my ORACLE_SID, I met ORA-01172, Instance recover stuck at block 49, file #1,can't aplly change SCN 0000000.0a435675,it isnot the next change,...ORA-00600 ....... My DB is NOARCHIVELOG, and file #1 is SYSTEM tablespace, and I have no recent copies of these datafiles. So I can't recover from the problem. I use dbverf73 checked all the datafiles, they all have no corrupt blocks. How can recover the database?
    Please help me! A lot of thanks!

    Check Oracle support for the ORA-00600 error.
    Recover a database without ARCHIVELOG and without a cold backup is impossible as far as i know...
    Fred

  • ORA-39126 during an export of a partition via dbms_datapump

    Hi ,
    i did export using datapump in command line everything went fine but while exporting via dbms_datapump i got this:
    ORA-39126 during an export of a partition via dbms_datapump
    ORA-00920
    'SELECT FROM DUAL WHERE :1' P20060401
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    the procedure is:
    PROCEDURE pr_depura_bitacora
    IS
    l_job_handle NUMBER;
    l_job_state VARCHAR2(30);
    l_partition VARCHAR2(30);
    v_sql VARCHAR2(2000);
    BEGIN
    -- Create a user-named Data Pump job to do a "table:partition-level" export
    -- Local
    select 'P'|| to_char((select min(STP_LOG_DATE) from SAI_AUDITBITACORA),'YYYYMM')||'01'
    into l_partition
    from user_tab_partitions
    where table_name = 'SAI_AUDITBITACORA'
    and rownum = 1;
    l_partition := rtrim (l_partition,' ');
    l_job_handle:= DBMS_DATAPUMP.OPEN
    operation=>'EXPORT',
    job_mode =>'TABLE',
    job_name =>'EXPORT_ORACLENSSA'
    -- Schema filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'SCHEMA_EXPR',
    value => 'IN (''ORACLENSSA'')'
    DBMS_OUTPUT.PUT_LINE('Added filter for schema list');
    -- Table filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'NAME_EXPR',
    value => '=''SAI_AUDITBITACORA'''
    DBMS_OUTPUT.PUT_LINE('Added filter for table expression');
    -- Partition filter
    DBMS_DATAPUMP.DATA_FILTER
    handle => l_job_handle,
    name => 'PARTITION_EXPR',
    value => l_partition,
    table_name => 'SAI_AUDITBITACORA'
    DBMS_OUTPUT.PUT_LINE('Partition filter for schema list');
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.DMP',
    directory => 'EXP_DATA_PUMP',
    filetype => 1
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.LOG',
    directory => 'EXP_DATA_PUMP',
    filetype => 3
    DBMS_DATAPUMP.START_JOB
    handle => l_job_handle,
    skip_current => 0
    DBMS_DATAPUMP.WAIT_FOR_JOB
    handle => l_job_handle,
    job_state => l_job_state
    DBMS_OUTPUT.PUT_LINE('Job completed - job state = '||l_job_state);
    DBMS_DATAPUMP.DETACH(handle=>l_job_handle);
    END;
    I've already drop and recreate the directory, granted read, write to public and to user, grant create session, create table, create procedure, exp_full_database to user, restart the database and the listener with the var LD_LIBRARY pointing first to $ORACLE_HOME/lib, and add more space to temporary tablespace.

    The basic problem is:
    Error: ORA 920
    Text: invalid relational operator
    Cause: A search condition was entered with an invalid or missing relational
    operator.
    Action: Include a valid relational operator such as =, !=, ^=, <>, >, <, >=, <=
    , ALL, ANY, [NOT] BETWEEN, EXISTS, [NOT] IN, IS [NOT] NULL, or [NOT]
    LIKE in the condition.
    Obviously this refers to the invalid statement 'SELECT FROM DUAL ...'. I also recommend, you should contact Oracle Support, because it happens inside an Oracle provided package.
    Werner

  • Encountered ora-29701 during Sun Cluster for Oracle RAC 9.2.0.7 startup (UR

    Hi all,
    Need some help from all out there
    In our Sun Cluster 3.1 Data Service for Oracle RAC 9.2.0.7 (Solaris 9) configuration, my team had encountered
    ora-29701 *Unable to connect to Cluster Manager*
    during the startup of the Oracle RAC database instances on the Oracle RAC Server resources.
    We tried the attached workaround by Oracle. This workaround works well for the 1^st time but it doesn’t work anymore when the server is rebooted.
    Kindly help me to check whether anyone encounter the same problem as the above and able to resolve. Thanks.
    Bug No. 4262155
    Filed 25-MAR-2005 Updated 11-APR-2005
    Product Oracle Server - Enterprise Edition Product Version 9.2.0.6.0
    Platform Linux x86
    Platform Version 2.4.21-9.0.1
    Database Version 9.2.0.6.0
    Affects Platforms Port-Specific
    Severity Severe Loss of Service
    Status Not a Bug. To Filer
    Base Bug N/A
    Fixed in Product Version No Data
    Problem statement:
    ORA-29701 DURING DATABASE CREATION AFTER APPLYING 9.2.0.6 PATCHSET
    *** 03/25/05 07:32 am ***
    TAR:
    PROBLEM:
    Customer applied 9.2.0.6 patchset over 9.2.0.4 patchset.
    While creating the database, customer receives following error:
         ORA-29701: unable to connect to Cluster Manager
    However, if customer goes from 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the problem does not occur.
    DIAGNOSTIC ANALYSIS:
    It seems that the problem is with libskgxn9.so shared library.
    For 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the install log shows the following:
    installActions2005-03-22_03-44-42PM.log:,
    [libskgxn9.so->%ORACLE_HOME%/lib/libskgxn9.so 7933 plats=1=>[46]langs=1=> en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in, it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW, tr,uk,vi]]
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]]
    For 9.2.0.4 -> 9.2.0.6, install log shows:
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]] does not exist.
    This means that while patching from 9.2.0.4 -> 9.2.0.5, Installer copies the libcmdll.so library into libskgxn9.so, while patching from 9.2.0.4 -> 9.2.0.6 does not.
    ORACM is located in /app/oracle/ORACM which is different than ORACLE_HOME in customer's environment.
    WORKAROUND:
    Customer is using the following workaround:
    cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk rac_on ioracle ipc_udp
    RELATED BUGS:
    Bug 4169291

    Check if following MOS note helps.
    Series of ORA-7445 Errors After Applying 9.2.0.7.0 Patchset to 9.2.0.6.0 Database (Doc ID 373375.1)

  • ORA-27300: OS system dependent operation 问题如何解决

    有一套测试老系统,时不时报 ORA-27300,必须重启数据库,麻烦刘大帮忙看一下
    操作系统:
    win 2003 x64 sp2
    内存大小 :8.0 Gb
    数据库:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 64-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    sga:
    SQL> show parameter sga
    NAME TYPE VALUE
    lock_sga boolean FALSE
    pre_page_sga boolean FALSE
    sga_max_size big integer 2432M
    sga_target big integer 2432M
    pga:
    SQL> show parameter pga
    NAME TYPE VALUE
    pga_aggregate_target big integer 808M
    最近一次告警aler信息:
    Sun Aug 26 18:00:59 2012
    Process startup failed, error stack:
    Sun Aug 26 18:00:59 2012
    Errors in file e:\oracle\product\10.2.0\admin\bfsty\bdump\bfsty_psp0_3364.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: 重叠 I/O 操作在进行中。
    ORA-27302: failure occurred at: skgpspawn
    Sun Aug 26 18:01:00 2012
    Process m000 died, see its trace file
    Sun Aug 26 18:01:00 2012
    ksvcreate: Process(m000) creation failed
    Sun Aug 26 18:02:01 2012
    Errors in file e:\oracle\product\10.2.0\db_1\rdbms\trace\bfsty_ora_3484.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [clsdcxini+62] [PC:0x646381E] [ADDR:0x18] [UNABLE_TO_READ] []
    Sun Aug 26 18:02:02 2012
    Process J000 died, see its trace file
    Sun Aug 26 18:02:02 2012
    kkjcre1p: unable to spawn jobq slave process
    Sun Aug 26 18:02:02 2012
    Errors in file e:\oracle\product\10.2.0\admin\bfsty\bdump\bfsty_cjq0_4288.trc:
    Sun Aug 26 18:02:06 2012
    Process startup failed, error stack:
    Sun Aug 26 18:02:06 2012
    Errors in file e:\oracle\product\10.2.0\admin\bfsty\bdump\bfsty_psp0_3364.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: 重叠 I/O 操作在进行中。
    ORA-27302: failure occurred at: skgpspawn
    Sun Aug 26 18:02:07 2012
    Process m001 died, see its trace file
    Sun Aug 26 18:02:07 2012
    ksvcreate: Process(m001) creation failed
    Dump file e:\oracle\product\10.2.0/admin/bfsty/bdump\alert_bfsty.log
    Edited by: 954071 on 2012-9-3 上午2:44
    ================================================
    Dump file e:\oracle\product\10.2.0\db_1\rdbms\trace\bfsty_ora_3484.trc
    Sun Aug 26 18:02:01 2012
    ORACLE V10.2.0.1.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU : 8 - type 8664, 2 Physical Cores
    Process Affinity : 0x0000000000000000
    Memory (Avail/Total): Ph:353M/8189M, Ph+PgF:5M/11841M
    Instance name: bfsty
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 3484, image: ORACLE.EXE
    *** 2012-08-26 18:02:01.188
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [clsdcxini+62] [PC:0x646381E] [ADDR:0x18] [UNABLE_TO_READ] []
    Current SQL information unavailable - no SGA.
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    clsdcxini+62 0000000000000000 000000000 000000000 000000000
    000000000
    clsdinit+82 CALL??? clsdcxini+62 04EEBE788 000000011 000000000
    000000001
    ksdnfy+256 CALL??? clsdinit+82 000000000 000000000 000000000
    000000000
    kscnfy+691 CALL??? ksdnfy+256 000000000 000000000 000000000
    000000000
    opirip+116 CALL??? kscnfy+691 30315C7400000007 000000000
    726F7774656E5C31
    71735C676F6C5C6B
    opidrv+860 CALL??? opirip+116 000000032 000000004 04EEBFDA0
    000000000
    sou2o+52 CALL??? opidrv+860 000000032 000000004 04EEBFDA0
    0067510D2
    opimai_real+272 CALL??? sou2o+52 000000000 037220000 000000ECC
    000000000
    opimai+96 CALL??? opimai_real+272 000000000 000000000 000000000
    000000000
    BackgroundThreadSta CALL??? opimai+96 04EEBFEF0 000000001 000000000
    rt+530 000000000
    0000000078D3B71A CALL??? BackgroundThreadSta 02EC2C8B0 000000000 000000000
    rt+530 04EEBFFA8
    --------------------- Binary Stack Dump ---------------------
    ========== FRAME [1] (clsdcxini+62 -> 0000000000000000) ==========
    Inaccessible memory range: 0000000000000000 -> 0000000000000400
    ========== FRAME [2] (clsdinit+82 -> clsdcxini+62) ==========
    Dump of memory from 0x000000004EEBE710 to 0x000000004EEBEB10
    04EEBE710 4EEBEC20 00000000 064629CE 00000000 [ ..N.....)F.....]
    04EEBE720 4EEBE788 00000000 00000011 00000000 [...N............]
    04EEBE730 00000000 00000000 00000001 00000000 [................]
    04EEBE740 2EB3FED0 00000000 2EB3FED0 00000000 [................]
    04EEBE750 57065590 00000000 00000001 00000000 [.U.W............]
    04EEBE760 00000000 00000000 00000001 00000000 [................]
    04EEBE770 00000000 00000000 00000000 00000000 [................]
    04EEBE780 00000028 00000000 37257738 00000000 [(.......8w%7....]
    04EEBE790 00000000 00000004 570793F0 00000000 [...........W....]
    04EEBE7A0 57065250 00000000 0001E5E0 00000000 [PR.W............]
    04EEBE7B0 57065890 00000000 03A9CE58 00000000 [.X.W....X.......]
    04EEBE7C0 0001D570 00000000 00000340 00000000 [p.......@.......]
    04EEBE7D0 0001D568 00000000 04FD0E75 00000000 [h.......u.......]
    04EEBE7E0 57065250 00000000 000000B8 00000000 [PR.W............]
    04EEBE7F0 00000090 00000000 03A9CE58 00000000 [........X.......]
    04EEBE800 00000000 00000000 053F26C0 00000000 [.........&?.....]
    04EEBE810 00000090 00000000 004899D1 00000000 [..........H.....]
    04EEBE820 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBE840 000000B8 00000000 00007FFF 00000000 [................]
    04EEBE850 00000090 00000000 00000012 00000000 [................]
    04EEBE860 03A9B8C0 00000000 03A9B860 00000000 [........`.......]
    04EEBE870 00000000 00000000 03A9CE58 00000000 [........X.......]
    04EEBE880 05A1F59E 00000000 04B3A410 00000000 [................]
    04EEBE890 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    04EEBE8C0 00000000 00000000 79EC0031 0000C868 [........1..yh...]
    04EEBE8D0 372201D8 00000000 37255108 00000000 [.."7.....Q%7....]
    04EEBE8E0 2EB3FED0 00000000 37257678 00000000 [........xv%7....]
    04EEBE8F0 37257678 00000000 04CE6CF2 00000000 [xv%7.....l......]
    04EEBE900 4EEBF350 00000000 04CD9B04 00000000 [P..N............]
    04EEBE910 4EEBEBF8 00000000 058D4BD7 00000000 [...N.....K......]
    04EEBE920 059C7578 00000000 37257678 00000000 [xu......xv%7....]
    04EEBE930 37257440 00000000 04C7E8B2 00000000 [@t%7............]
    04EEBE940 00000003 00000000 00000000 00000000 [................]
    04EEBE950 00000000 00000000 059CAB58 00000000 [........X.......]
    04EEBE960 00000007 00000000 059CA56C 00000000 [........l.......]
    04EEBE970 00000005 00000000 00000000 00000000 [................]
    04EEBE980 00000000 00000000 059C8B34 00000000 [........4.......]
    04EEBE990 00000006 00000000 059C8B3C 00000000 [........<.......]
    04EEBE9A0 00000003 00000000 059CA574 00000000 [........t.......]
    04EEBE9B0 00000009 00000000 00000000 00000000 [................]
    04EEBE9C0 00000002 00000000 00000000 00000000 [................]
    04EEBE9D0 372554E8 00000000 7FC40B0F 000007FF [.T%7............]
    04EEBE9E0 7A128168 00000000 79E42120 0000C868 [h..z.... !.yh...]
    04EEBE9F0 4EEBF350 00000000 04BB756E 00000000 [P..N....nu......]
    04EEBEA00 7A128168 0000C868 7FC0B42D 000007FF [h..zh...-.......]
    04EEBEA10 2EB3FED0 00000000 2EB404F8 00000000 [................]
    04EEBEA20 00000059 00000000 0000000E 00000000 [Y...............]
    04EEBEA30 4EEBF2D6 00000000 04B16EB7 00000000 [...N.....n......]
    04EEBEA40 00000B48 00000000 00001001 00000000 [H...............]
    04EEBEA50 79E42120 0000C868 00000000 00000000 [ !.yh...........]
    04EEBEA60 00000000 00000000 79E42120 0000C868 [........ !.yh...]
    04EEBEA70 04B167DC 00000000 00000000 00000000 [.g..............]
    04EEBEA80 00000000 00000000 4EEBF77C 00000000 [........|..N....]
    04EEBEA90 00000000 00000000 04B164BD 00000000 [.........d......]
    04EEBEAA0 00000B48 00000000 0000001D 00000000 [H...............]
    04EEBEAB0 4EEBF608 00000000 4EEBF80A 00000000 [...N.......N....]
    04EEBEAC0 37235A68 00000000 4EEBFAD0 00000000 [hZ#7.......N....]
    04EEBEAD0 00000000 00000000 4EEBF7C0 00000000 [...........N....]
    04EEBEAE0 4EEBF810 00000000 0000001D 00000000 [...N............]
    04EEBEAF0 4EEBFAD0 00000000 04B1654E 00000000 [...N....Ne......]
    04EEBEB00 00000000 00000000 4EEBF7FC 00000000 [...........N....]
    ========== FRAME [3] (ksdnfy+256 -> clsdinit+82) ==========
    Dump of memory from 0x000000004EEBEBB0 to 0x000000004EEBECB0
    04EEBEBB0 0001D570 00000000 0045D494 00000000 [p.........E.....]
    04EEBEBC0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBEBE0 00000000 00000000 4EEBEC7C 00000000 [........|..N....]
    04EEBEBF0 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    04EEBEC30 0043182E 00000000 004315D4 00000000 [..C.......C.....]
    04EEBEC40 00000000 00000000 00000000 00000000 [................]
    04EEBEC50 00000000 00000000 00000006 00000000 [................]
    04EEBEC60 00000000 000069DD 00000000 00000000 [.....i..........]
    04EEBEC70 7444D25D 0000C868 00000000 00000000 [].Dth...........]
    04EEBEC80 4EEBECF0 00000000 0001E358 00000000 [...N....X.......]
    04EEBEC90 570793F0 00000000 0001E358 00000000 [...W....X.......]
    04EEBECA0 0001E5DC 00000000 57065250 00000000 [........PR.W....]
    ========== FRAME [4] (kscnfy+691 -> ksdnfy+256) ==========
    Dump of memory from 0x000000004EEBECB0 to 0x000000004EEBF030
    04EEBECB0 57065250 00000000 0062851B 00000000 [PR.W......b.....]
    04EEBECC0 00000000 00000000 00000000 00000000 [................]
    Repeat 29 times
    04EEBEEA0 4EEBFB50 00000000 00000000 00000000 [P..N............]
    04EEBEEB0 4EEBECC0 00000000 570793F0 00000000 [...N.......W....]
    04EEBEEC0 4EEBECC0 00000000 4EEBECF0 00000000 [...N.......N....]
    04EEBEED0 0001E358 00000000 0001E5DC 00000000 [X...............]
    04EEBEEE0 57065250 00000000 57065250 00000000 [PR.W....PR.W....]
    04EEBEEF0 57065250 00000000 0001D570 00000000 [PR.W....p.......]
    04EEBEF00 006282F3 00000000 00001F80 0000027F [..b.............]
    04EEBEF10 00000000 00000000 00000000 00000000 [................]
    Repeat 14 times
    04EEBF000 57065A10 00000000 03E6DB30 00000000 [.Z.W....0.......]
    04EEBF010 57065250 00000000 0001E350 00000000 [PR.W....P.......]
    04EEBF020 00000000 00000000 0001E238 00000000 [........8.......]
    ========== FRAME [5] (opirip+116 -> kscnfy+691) ==========
    Dump of memory from 0x000000004EEBF030 to 0x000000004EEBF430
    04EEBF030 4EEBF080 00000000 0095A5E8 00000000 [...N............]
    04EEBF040 00000007 30315C74 00000000 00000000 [....t\10........]
    04EEBF050 656E5C31 726F7774 6F6C5C6B 71735C67 [1\network\log\sq]
    04EEBF060 74656E6C 676F6C2E 00000000 00000000 [lnet.log........]
    04EEBF070 00000000 00000000 00000000 00000000 [................]
    Repeat 30 times
    04EEBF260 372531B8 00000000 372538D0 00000000 [.1%7.....8%7....]
    04EEBF270 37235AB8 00000000 7A128168 0000C868 [.Z#7....h..zh...]
    04EEBF280 00000000 00000000 0001E368 00000000 [........h.......]
    04EEBF290 57065250 00000000 00000001 00000000 [PR.W............]
    04EEBF2A0 4EEBFCE0 00000000 570835B8 00000000 [...N.....5.W....]
    04EEBF2B0 4EEBFBE0 00000000 00000100 00000000 [...N............]
    04EEBF2C0 00000000 00000000 4341524F 415F454C [........ORACLE_A]
    04EEBF2D0 4E494646 00595449 54494E49 00000059 [FFINITY.INITY...]
    04EEBF2E0 00000000 00000000 00000000 00000000 [................]
    04EEBF2F0 4EEBFCE0 00000000 00000002 00000000 [...N............]
    04EEBF300 00000000 00000000 00000000 00000000 [................]
    04EEBF310 4EEBFCE0 00000000 058D2B3E 00000000 [...N....>+......]
    04EEBF320 00000000 00000000 00000000 00000000 [................]
    04EEBF330 00000000 00000000 78EE355C 00000000 [........\5.x....]
    04EEBF340 4EEBFCE0 00000000 78EE5039 00000000 [...N....9P.x....]
    04EEBF350 00000EE9 00000002 00000002 00000000 [................]
    04EEBF360 00000000 00000000 00000000 00000000 [................]
    04EEBF370 00000036 00000000 00000000 00000000 [6...............]
    04EEBF380 00000000 00000000 00000038 00000000 [........8.......]
    04EEBF390 00000034 00000000 00000000 00000000 [4...............]
    04EEBF3A0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBF3C0 059C8C00 00000000 059C8C14 00000000 [................]
    04EEBF3D0 00000000 00000000 059C8C2C 00000000 [........,.......]
    04EEBF3E0 00000000 00000000 7FC4D21D 000007FF [................]
    04EEBF3F0 059C8C40 00000000 059C8C54 00000000 [@.......T.......]
    04EEBF400 059C8C6C 00000000 78EE3707 00000000 [l........7.x....]
    04EEBF410 059C8CCC 00000000 059C8CDC 00000000 [................]
    04EEBF420 00000000 00000000 00000000 FFFFFFFF [................]
    ========== FRAME [6] (opidrv+860 -> opirip+116) ==========
    Dump of memory from 0x000000004EEBFAB0 to 0x000000004EEBFD30
    04EEBFAB0 4EEBFAF0 00000000 00430880 00000000 [...N......C.....]
    04EEBFAC0 00000032 00000000 00000004 00000000 [2...............]
    04EEBFAD0 4EEBFDA0 00000000 00000000 00000000 [...N............]
    04EEBFAE0 00000000 00000000 00000000 00000000 [................]
    04EEBFAF0 00000000 00000000 059C68E0 00000000 [.........h......]
    04EEBFB00 00000000 00000000 0001E368 00000000 [........h.......]
    04EEBFB10 57065250 00000000 00000001 00000000 [PR.W............]
    04EEBFB20 0001BBA0 00000000 570835C8 00000000 [.........5.W....]
    04EEBFB30 00000000 00000000 57080DF0 00000000 [...........W....]
    04EEBFB40 00000000 00000000 0067F572 00000000 [........r.g.....]
    04EEBFB50 00000000 00000000 00000000 00000000 [................]
    04EEBFB60 4EEBFAC0 00000000 570793F0 00000000 [...N.......W....]
    04EEBFB70 4EEBFAC0 00000000 4EEBFAF0 00000000 [...N.......N....]
    04EEBFB80 0001E358 00000000 0001E5DC 00000000 [X...............]
    04EEBFB90 57065250 00000000 0001E238 00000000 [PR.W....8.......]
    04EEBFBA0 0001E328 00000000 0001E350 00000000 [(.......P.......]
    04EEBFBB0 004307AE 00000000 00001F80 0000027F [..C.............]
    04EEBFBC0 00000000 00000000 00000000 00000000 [................]
    Repeat 11 times
    04EEBFC80 00000000 00000000 570793F0 00000000 [...........W....]
    04EEBFC90 00000000 00000000 57065A10 00000000 [.........Z.W....]
    04EEBFCA0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBFCC0 00000001 00000000 57065250 00000000 [........PR.W....]
    04EEBFCD0 067510D2 00000000 372200DA 00000000 [..u......."7....]
    04EEBFCE0 4EEBFDC0 00000000 7444D25D 0000C868 [...N....].Dth...]
    04EEBFCF0 0001BBA0 00000000 0001D570 00000000 [........p.......]
    04EEBFD00 00000001 00000000 0001FB9C 00000000 [................]
    04EEBFD10 0001FB8C 00000000 0001FB88 00000000 [................]
    04EEBFD20 0001FBA8 00000000 004010E5 00000000 [..........@.....]
    ========== FRAME [7] (sou2o+52 -> opidrv+860) ==========
    Dump of memory from 0x000000004EEBFD30 to 0x000000004EEBFD70
    04EEBFD30 4EEBFEA0 00000000 0043157C 00000000 [...N....|.C.....]
    04EEBFD40 00000032 00000000 00000004 00000000 [2...............]
    04EEBFD50 4EEBFDA0 00000000 067510D2 00000000 [...N......u.....]
    04EEBFD60 4EEBFE10 00000000 2EC2C8B0 00000000 [...N............]
    ========== FRAME [8] (opimai_real+272 -> sou2o+52) ==========
    Dump of memory from 0x000000004EEBFD70 to 0x000000004EEBFDE0
    04EEBFD70 4EEBFE10 00000000 00401200 00000000 [...N......@.....]
    04EEBFD80 00000000 00000000 37220000 00000000 [.........."7....]
    04EEBFD90 00000ECC 00000000 00000000 00000000 [................]
    04EEBFDA0 372200D8 00000000 FFFFFFFF 00000000 [.."7............]
    04EEBFDB0 00000000 00000000 00000001 00000000 [................]
    04EEBFDC0 00000000 00000000 00000000 00000000 [................]
    04EEBFDD0 00000000 00000000 00000003 00000000 [................]
    ========== FRAME [9] (opimai+96 -> opimai_real+272) ==========
    Dump of memory from 0x000000004EEBFDE0 to 0x000000004EEBFE70
    04EEBFDE0 00000000 00000000 00401060 00000000 [........`.@.....]
    04EEBFDF0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBFE10 37220060 00000000 37220088 00000000 [`."7......"7....]
    04EEBFE20 372200D8 00000000 00000000 00000000 [.."7............]
    04EEBFE30 00000000 00000001 00000D9C 0000007B [............{...]
    04EEBFE40 4EEBFEA0 00000000 00433C40 00000000 [...N....@<C.....]
    04EEBFE50 00000D9C 00000000 08000000 00000000 [................]
    04EEBFE60 0472B008 00000000 00000000 00000000 [..r.............]
    ========== FRAME [10] (BackgroundThreadStart+530 -> opimai+96) ==========
    Dump of memory from 0x000000004EEBFE70 to 0x000000004EEBFF70
    04EEBFE70 00000000 00000000 00401616 00000000 [..........@.....]
    04EEBFE80 4EEBFEF0 00000000 00000001 00000000 [...N............]
    04EEBFE90 00000000 00000000 00000000 00000000 [................]
    04EEBFEA0 37220060 00000000 37220088 00000000 [`."7......"7....]
    04EEBFEB0 372200D8 00000000 00000000 00000000 [.."7............]
    04EEBFEC0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    04EEBFEF0 00000000 3030304A 00000000 00000000 [....J000........]
    04EEBFF00 00000001 00000000 0476BEE0 00000000 [..........v.....]
    04EEBFF10 00000000 00000000 00000ECC 00000000 [................]
    04EEBFF20 4EEBFE80 00000000 C0000005 00000000 [...N............]
    04EEBFF30 2EC2C8B0 00000000 00000000 00000000 [................]
    04EEBFF40 00000005 00000000 00000003 00000000 [................]
    04EEBFF50 7444D25D 0000C868 00000000 00000000 [].Dth...........]
    04EEBFF60 00000000 00000000 00401404 00000000 [..........@.....]
    ========== FRAME [11] (0000000078D3B71A -> BackgroundThreadStart+530) ==========
    Inaccessible memory range: 000000004EEBFF70 -> 000000004EEC0070
    ----- Argument/Register Address Dump -----
    Argument/Register addr=0x000000004EEBE788.
    Dump of memory from 0x000000004EEBE748 to 0x000000004EEBE888
    04EEBE740 2EB3FED0 00000000 [........]
    04EEBE750 57065590 00000000 00000001 00000000 [.U.W............]
    04EEBE760 00000000 00000000 00000001 00000000 [................]
    04EEBE770 00000000 00000000 00000000 00000000 [................]
    04EEBE780 00000028 00000000 37257738 00000000 [(.......8w%7....]
    04EEBE790 00000000 00000004 570793F0 00000000 [...........W....]
    04EEBE7A0 57065250 00000000 0001E5E0 00000000 [PR.W............]
    04EEBE7B0 57065890 00000000 03A9CE58 00000000 [.X.W....X.......]
    04EEBE7C0 0001D570 00000000 00000340 00000000 [p.......@.......]
    04EEBE7D0 0001D568 00000000 04FD0E75 00000000 [h.......u.......]
    04EEBE7E0 57065250 00000000 000000B8 00000000 [PR.W............]
    04EEBE7F0 00000090 00000000 03A9CE58 00000000 [........X.......]
    04EEBE800 00000000 00000000 053F26C0 00000000 [.........&?.....]
    04EEBE810 00000090 00000000 004899D1 00000000 [..........H.....]
    04EEBE820 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBE840 000000B8 00000000 00007FFF 00000000 [................]
    04EEBE850 00000090 00000000 00000012 00000000 [................]
    04EEBE860 03A9B8C0 00000000 03A9B860 00000000 [........`.......]
    04EEBE870 00000000 00000000 03A9CE58 00000000 [........X.......]
    04EEBE880 05A1F59E 00000000 [........]
    Argument/Register addr=0x000000004EEBFDA0.
    Dump of memory from 0x000000004EEBFD60 to 0x000000004EEBFEA0
    04EEBFD60 4EEBFE10 00000000 2EC2C8B0 00000000 [...N............]
    04EEBFD70 4EEBFE10 00000000 00401200 00000000 [...N......@.....]
    04EEBFD80 00000000 00000000 37220000 00000000 [.........."7....]
    04EEBFD90 00000ECC 00000000 00000000 00000000 [................]
    04EEBFDA0 372200D8 00000000 FFFFFFFF 00000000 [.."7............]
    04EEBFDB0 00000000 00000000 00000001 00000000 [................]
    04EEBFDC0 00000000 00000000 00000000 00000000 [................]
    04EEBFDD0 00000000 00000000 00000003 00000000 [................]
    04EEBFDE0 00000000 00000000 00401060 00000000 [........`.@.....]
    04EEBFDF0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    04EEBFE10 37220060 00000000 37220088 00000000 [`."7......"7....]
    04EEBFE20 372200D8 00000000 00000000 00000000 [.."7............]
    04EEBFE30 00000000 00000001 00000D9C 0000007B [............{...]
    04EEBFE40 4EEBFEA0 00000000 00433C40 00000000 [...N....@<C.....]
    04EEBFE50 00000D9C 00000000 08000000 00000000 [................]
    04EEBFE60 0472B008 00000000 00000000 00000000 [..r.............]
    04EEBFE70 00000000 00000000 00401616 00000000 [..........@.....]
    04EEBFE80 4EEBFEF0 00000000 00000001 00000000 [...N............]
    04EEBFE90 00000000 00000000 00000000 00000000 [................]
    Argument/Register addr=0x00000000067510D2.
    Dump of memory from 0x0000000006751092 to 0x00000000067511D2
    006751090 00000000 00000000 066A0000 00000000 [..........j.....]
    0067510A0 00000009 00000000 00000000 00000000 [................]
    0067510B0 00000000 00000000 9C0EE0E1 FF0B0033 [............3...]
    0067510C0 30300004 00000000 9C0EE0E6 FF0E0033 [..00........3...]
    0067510D0 00000031 00000000 9C0EE0E7 FF100033 [1...........3...]
    0067510E0 00000005 00000000 9C0EE0E4 FF100033 [............3...]
    0067510F0 00000006 00000000 9C0EE0E5 FF100033 [............3...]
    006751100 00000007 00000000 9C0EE0FA FF100033 [............3...]
    006751110 00000008 00000000 9C0EE0FB FF100033 [............3...]
    006751120 00000009 00000000 9C0EE0F8 FF100033 [............3...]
    006751130 0000000A 00000000 9C0EE0F9 FF100033 [............3...]
    006751140 0000000B 00000000 9C0EE0FE FF100033 [............3...]
    006751150 0000000C 00000000 9C0EE0FF FF100033 [............3...]
    006751160 0000000D 00000000 9C0EE0FC FF100033 [............3...]
    006751170 0000000E 00000000 9C0EE0FD FF100033 [............3...]
    006751180 0000000F 00000000 9C0EE0F2 FF100033 [............3...]
    006751190 00000010 00000000 9C0EE0F3 FF100033 [............3...]
    0067511A0 00000011 00000000 9C0EE0F0 FF100033 [............3...]
    0067511B0 00000012 00000000 9C0EE0F1 FF100033 [............3...]
    0067511C0 00000013 00000000 9C0EE0F6 FF100033 [............3...]
    0067511D0 00000014 [....]
    Argument/Register addr=0x0000000037220000.
    Dump of memory from 0x000000003721FFC0 to 0x0000000037220100
    03721FFC0 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    037220000 00BC614E 00000000 372200E0 00000000 [Na........"7....]
    037220010 00000001 00000000 00000000 00000000 [................]
    037220020 00000000 00000000 00040000 00000000 [................]
    037220030 0ABCDEF0 00000000 0000CC50 00000000 [........P.......]
    037220040 00BC614E 00000000 FFFFFFFF FFFFFFFF [Na..............]
    037220050 00000D9C 00000000 00000008 00000000 [................]
    037220060 3030304A 00000000 00BC614E 00000000 [J000....Na......]
    037220070 FFFFFFFF FFFFFFFF 00000D9C 00000000 [................]
    037220080 00000030 00000000 2F47423C 30782F53 [0.......<BG/S/x0]
    037220090 4237782F 3036782F 782F4638 36453833 [x7B/x608F/x38E6]
    0372200A0 44334545 3633332F 32342F34 782F3838 [EE3D/3364/4288/x]
    0372200B0 43463831 00003E30 00BC614E 00000000 [18FC0>..Na......]
    0372200C0 FFFFFFFF FFFFFFFF 00000D9C 00000000 [................]
    0372200D0 00000008 00000000 00000031 00000000 [........1.......]
    0372200E0 05397FB1 00000000 37228DD8 00000000 [..9......."7....]
    0372200F0 FFFFFFFE 00000000 000000B8 00000000 [................]
    Argument/Register addr=0x000000004EEBFEF0.
    Dump of memory from 0x000000004EEBFEB0 to 0x000000004EEBFFF0
    04EEBFEB0 372200D8 00000000 00000000 00000000 [.."7............]
    04EEBFEC0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    04EEBFEF0 00000000 3030304A 00000000 00000000 [....J000........]
    04EEBFF00 00000001 00000000 0476BEE0 00000000 [..........v.....]
    04EEBFF10 00000000 00000000 00000ECC 00000000 [................]
    04EEBFF20 4EEBFE80 00000000 C0000005 00000000 [...N............]
    04EEBFF30 2EC2C8B0 00000000 00000000 00000000 [................]
    04EEBFF40 00000005 00000000 00000003 00000000 [................]
    04EEBFF50 7444D25D 0000C868 00000000 00000000 [].Dth...........]
    04EEBFF60 00000000 00000000 00401404 00000000 [..........@.....]
    04EEBFF70 00000000 00000000 78D3B71A 00000000 [...........x....]
    04EEBFF80 2EC2C8B0 00000000 00000000 00000000 [................]
    04EEBFF90 00000000 00000000 4EEBFFA8 00000000 [...........N....]
    04EEBFFA0 00000000 00000000 00000000 00000000 [................]
    Repeat 4 times
    Argument/Register addr=0x000000002EC2C8B0.
    Dump of memory from 0x000000002EC2C870 to 0x000000002EC2C9B0
    02EC2C870 00000000 00000000 01000100 02100136 [............6...]
    02EC2C880 2EB8C080 00000000 066A0000 00000000 [..........j.....]
    02EC2C890 0000000C 00000000 00000000 00000000 [................]
    02EC2C8A0 46206E6F 3A656C69 AE12F2EA FF080033 [on File:....3...]
    02EC2C8B0 00000003 00000000 03A7A414 00000000 [................]
    02EC2C8C0 067510C0 00000000 066AB0D0 00000000 [..u.......j.....]
    02EC2C8D0 067510D0 00000000 AE12F2ED FF100033 [..u.........3...]
    02EC2C8E0 00000008 00000000 00000000 00000000 [................]
    02EC2C8F0 00000000 00000000 00000000 00000000 [................]
    02EC2C900 00000000 00000000 AE12F2F0 FF100033 [............3...]
    02EC2C910 0000000B 00000000 00000000 00000000 [................]
    02EC2C920 00000000 00000000 00000000 00000000 [................]
    02EC2C930 00000000 00000000 AE12F2F3 FF100033 [............3...]
    02EC2C940 0000000E 00000000 00000000 00000000 [................]
    02EC2C950 00000000 00000000 00000000 00000000 [................]
    02EC2C960 00000000 00000000 AE12F2F6 FF100033 [............3...]
    02EC2C970 00000011 00000000 00000000 00000000 [................]
    02EC2C980 00000000 00000000 00000000 00000000 [................]
    02EC2C990 00000000 00000000 AE12F2F9 FF100033 [............3...]
    02EC2C9A0 00000014 00000000 00000000 00000000 [................]
    ----- End of Call Stack Trace -----
    ===================================================
    PROCESS STATE
    Process global information:
    process: 0000000000000000, call: 0000000000000000, xact: 0000000000000000, curses: 0000000000000000, usrses: 0000000000000000
    No process is allocated.
    END OF PROCESS STATE
    PINNED BUFFER HISTORY (oldest pin first)
    SGA is not mapped - only buffer DBAs will be dumped
    END OF PINNED BUFFER HISTORY
    No block in buffer pin history is suitable for redo dump.
    No cursors.
    ----- Archival Runtime State -----
    SGA unmapped
    ----- End of Archival Runtime State -----
    --------- Recovery context -------
    No recovery context found
    -----------End of Recovery context-----------
    ksedmp: no current context area
    ----- Dump of the Fixed PGA -----
    word ksmpgf_ [057083828, 05708382C) = 00000000
    word ksmmpd_ [05708382C, 057083830) = 00000000
    skgm_cx ksmskgmctx_ [0570652F0, 057065578) = 00000000 00000000 03A98200 ...
    Dump of memory from 0x0570652F8 to 0x057065578
    0570652F0 00000000 [....]
    057065300 57065890 00000000 000000FF 00000001 [.X.W............]
    057065310 F8B23000 000007FC 00001000 00000000 [.0..............]
    057065320 00010000 00000000 00010000 00000000 [................]
    057065330 FFFEFFFF 000007FF 4EBC1000 00000000 [...........N....]
    057065340 00000000 00000000 00000000 00000000 [................]
    Repeat 34 times
    057065570 ACC01ADE 00000000 [........]
    skgmrhandle * ksmrealm_ [0570827A8, 0570827B0) = 00000000 00000000
    skgmrhandle * ksmprealm_ [0570827B0, 0570827B8) = 00000000 00000000
    ksmextds * ksmplgext_ [0570827B8, 0570827C0) = 00000000 00000000
    kgsmp * ksmgpp_ [0570827C0, 0570827C8) = 57065890 00000000
    Dump of memory from 0x057065890 to 0x0570658D0
    057065890 00000000 00000000 00000000 00000000 [................]
    0570658A0 57065590 00000000 00000000 00000000 [.U.W............]
    0570658B0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    ksmpy ksmpgh_ [057065590, 0570657B0) = 00000000 00000000 000020C0 00000000 ...
    Dump of memory from 0x0570655A0 to 0x0570657B0
    0570655A0 00000000 00000000 37257728 00000000 [........(w%7....]
    0570655B0 37257738 00000000 00000000 00000000 [8w%7............]
    0570655C0 00000000 00000000 02120200 00000000 [................]
    0570655D0 00000000 00000000 000020A8 20616770 [......... ..pga ]
    0570655E0 70616568 00000000 00000000 7FFF00B8 [heap............]
    0570655F0 7FFF0090 00000000 00000000 00000000

    ORA-27300 ORA-27301 ORA-27302 in alert log. Cannot connect to database. [ID 371074.1]
    Applies to:
    Oracle Server - Enterprise Edition - Version: 8.1.7.4 to 10.2.0.3 - Release: 8.1.7 to 10.2
    Oracle Server - Personal Edition - Version: 8.1.7.4 to 10.2.0.3 [Release: 8.1.7 to 10.2]
    Oracle Server - Standard Edition - Version: 8.1.7.4 to 10.2.0.3 [Release: 8.1.7 to 10.2]
    z*OBSOLETE: Microsoft Windows Server 2003
    z*OBSOLETE: Microsoft Windows 2000
    Microsoft Windows (32-bit)
    z*OBSOLETE: Microsoft Windows XP
    z*OBSOLETE: Microsoft Windows Server 2003 R2 (32-bit)
    z*OBSOLETE: Microsoft Windows Vista (32-bit)
    Symptoms
    No new connections are allowed to the database.
    Database appears to be in a hang state with following errors in the alert log:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: Overlapped I/O operation is in progress.
    ORA-27302: failure occurred at: skgpspawn
    Changes
    The '/3GB' switch was added to the 'boot.ini' file at the OS level, but the errors are eventually encountered when the database is under heavy load.
    Cause
    OS resource issue.
    The maximum amount of addressable memory by a process ('oracle.exe' for example) running in a
    32-Bit Windows environment has been reached.
    In a 32-Bit Windows environment, the total addressable memory by a single process is a 4GB. On
    Windows, the OS reserves half of this memory by default for kernel memory, leaving 2GB of
    addressable memory for a user process. By placing the '/3GB' switch in the 'boot.ini' file, this
    changes the ratio of kernel memory and user memory. When the '/3GB' switch is in place, processes (such as 'oracle.exe’) can address 3GB of virtual memory out of the total 4GB of addressable memory. However, once the 3GB of virtual memory is depleted, the process will fail.
    Solution
    To implement the solution, please execute the following steps:
    Tune the application running on the 32-bit environment so that it will not consume greater than
    2.7GB of virtual memory when the '/3GB' switch is set in the 'boot.ini' file.
    In the case of Oracle encountering the OS resource issue, the options are the following:
    1) Reduce the amount of SGA needed to be allocated for the database.
    2) Limit the number of dedicated connections to the database and the amount of memory each user
    process will consume.
    3) Change from dedicated connections to multi-threaded server (MTS) connections, as MTS only
    uses a fraction of the amount of memory allocated to each user process when initial connection to
    the database is established.
    See following note for an in depth discussion regarding memory usage in a 32-bit Windows environment:
    看看这篇文章,是不是32位的操作系统通过配置/3g 导致该问题

  • Ora Errors in Alert Log:ORA-27508, ORA-27507, ORA-27300, ORA-27301

    Hi All,
    I have a Solaris 5.9 machine with Oracle 9.2.0 installed on it. But the connectivity to the database is lost intermittently.
    I am getting the below mentioned message in the Alert Log:
    ORA-27508: IPC error sending a message
    ORA-27507: IPC error disconnecting from a port
    ORA-27300: OS system dependent operation:DIS: NCON: connect failed: cnh 0 failed with status: 134
    ORA-27301: OS failure message: Transport endpoint is not connected
    ORA-27302: failure occurred at: skgxpdis
    ORA-27303: additional information: DIS: NCON: connect failed: cnh 0x1039208e8, rqh 0x10391bfb8
    After searching a lot on various forums, I could not get any resolution to the above errors.
    Could someone please help me out with this issue.
    Thanks a lot in advance.

    This was already clear from the initial error.
    Your interconnect is functioning badly.
    You need to address the errors 27300 and 27301.
    Sybrand Bakker
    Senior Oracle DBA

  • Errors ORA-39002,ORA-39070, ORA-29283, ORA-06512, ORA-29283 during import

    Hi all,
    I am getting errors during import to 10g database using impdp command.
    D:\>impdp nisa_lt/abc123@objtel1 directory=dtpump dumpfile=20120208_expobj.dmp full=y logfile=dbblog.log
    Import: Release 10.2.0.1.0 - Production on Monday, 13 February, 2012 17:16:05
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 488
    ORA-29283: invalid file operation
    dmpfile history:
    Starting "NISA_LT"."SYS_EXPORT_SCHEMA_01": nisa_lt/********@OBJ schemas=nisa_lt directory=dtpump dumpfile=20120208_expobj.dmp logfile=20120208_expobj.log
    Master table "NISA_LT"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for NISA_LT.SYS_EXPORT_SCHEMA_01 is:
    /oradb/OBJ/oraarch/20120208_expobj.dmp
    Job "NISA_LT"."SYS_EXPORT_SCHEMA_01" successfully completed at 15:04:36
    and the dump file was done ftp with bin mode set.
    It'll be really helpful if some one can guide me on this.

    Hi all,
    I was trying to import into a database which i have only the details, but i have no access to db machine, which i think was the problem.
    dmp file easily got imported to database present in the systems which i had access.
    Following are my conclusions based on the experiments, correct me if I'm wrong:
    1. Basically these are errors when db system cant read/write/access the directory structure pointed by directory in database.
    2. This can be achieved by mounting the directory in which dmp is present to the system where database is present.
    2. We cannot import using impdp just by having tns details of the db, we need to have access to db system.
    Thanks
    Avi :)

  • ORA-26667 during checkpoint retention check

    HI Guys
    I have an environment which is being replicated in 2 ways (DML,DDL ) RDBMS 10.2.0.4 , each RDBMS is running in RAC (3 nodes one RDBMS) and another running (2 nodes RAC) everything was running without problems for the last 3 months however last weekend I got
    Sat Feb 14 23:18:41 2009
    STREAMS Warning: ORA-26667 during checkpoint retention check <= this message is the first kind of message that we got
    Sun Feb 15 05:18:43 2009
    STREAMS Capture C 1: first scn changed.
    scn: 0x0009.79468518
    However I took a look that day and I dint find any issue I looked for that problem in metalink but I didn't find any problem , this message came out when the checkpoint retention time moved
    the checkpoint retention time in streams is a number of days that the capture process retains checkpoints before purging them automatically . A capture process periodically computes the age of a checkpoint by subtracting the next_time of the archived redo log that corresponds to the checkpoint from dba_capture.first_time of the archived redo log file containing the required checkpoint scn
    if the resulting value is grater than the checkpoint retention time then the capture process automatically purges the checkpoint by advancing the dba_capture.first_scn value all the archived retained by the dba_caprure process can be seen using dba_registered_archived_log view
    the default retention time is 60 days
    i didnt find any error in the RDBMS therefore I didnt do anything but on Monday morning I got a lot of replication errors caused by
    ORA-01403 , after fixing all those errors I changes of the database that I got that error were not replicated across the other database , it could explain why many tables got out of sync , seems the reason was the propagation process was hanging , I stopped and restarted no changes were received in the other database , as a workaround I recreate it and the problem was fixed . Have you had a problem like this before ?
    Rgds

    browsing on Metalink seems the way to trace the root cause of this kind of problem is running the Oracle Streams Healtcheck right away after we got this kind of problem , seems the error that I got was just a coincidence because there is nothing related

Maybe you are looking for