ORA-00600:  arguments: [srsale_2], [0], [147], [], [], [], [], []

Hi, I'm using Oracle Database 9.0.1.1.1 on MS NT SP6.
Error: ORA-00600: arguments: [srsale_2], [0], [147], [], [], [], [], []
This error happens when I create a Materialized View or a Table
with a query, selecting data on more than one partition of a Partitioned Table
the Partitioned Table is loaded every morning with SQL*Loader.
CREATE MATERIALIZED VIEW DATAMART.MV_RESUMEN_CENTRAL
BUILD IMMEDIATE
REFRESH COMPLETE ON DEMAND
AS
SELECT FECHA, CLIENTE,
H_AUDITOR, SUM(LLAMADAS) AS LLAMADAS, SUM(MIN_FL) AS MIN_FL,
SUM(MIN_RN) AS MIN_RN, SUM(MIN_TZ) AS MIN_TZ
FROM RESUMEN_CENTRALES_HR
WHERE FECHA > 020600
GROUP BY FECHA, CLIENTE, H_AUDITOR;
If I use some like " FROM RESUMEN_CENTRALES_HR partition (rchrmX) "
in de query, the error doesn't happens
The table RESUMEN_CENTRALES_HR is
CREATE TABLE DATAMART.RESUMEN_CENTRALES_HR
FECHA NUMBER(6) NOT NULL,
HR CHAR(2),
CLIENTE VARCHAR2(5),
... more fields
H_AUDITOR CHAR(1),
LLAMADAS NUMBER,
MIN_FL FLOAT,
MIN_RN NUMBER(6),
MIN_TZ FLOAT
) PARTITION BY RANGE(FECHA)
(PARTITION rchrm1 VALUES LESS THAN (20200),
PARTITION rchrm2 VALUES LESS THAN (20300),
PARTITION rchrm3 VALUES LESS THAN (20400),
PARTITION rchrm4 VALUES LESS THAN (20500),
PARTITION rchrm5 VALUES LESS THAN (20600),
PARTITION rchrm6 VALUES LESS THAN (20700),
PARTITION rchrm7 VALUES LESS THAN (20800),
PARTITION rchrm8 VALUES LESS THAN (20900),
PARTITION rchrm9 VALUES LESS THAN (21000),
PARTITION rchrm10 VALUES LESS THAN (21100),
PARTITION rchrm11 VALUES LESS THAN (21200),
PARTITION rchrm12 VALUES LESS THAN (21300));
(This is a part of the INSTANCE_NAME_ALRT.LOG)
Wed Aug 07 11:54:11 2002
Errors in file F:\orant\oradata\mirtest\admin\mirtest\udump\ORA00261.TRC:
ORA-00600: internal error code, arguments: [srsale_2], [0], [147], [], [], [], [], []
Can anybody help me ??

Yes, this problem happen when I'm creating the view !!!!
I've created test tables with 1500 rows by partition in the partitioned table,
and then the materialized view has been created successful.
But with my real data (above 3,000,000 rows by partition) is when
I get the error. I don't think that my data is too large because
the tablespace is about 400 MB, but quickly will be increase.
are there any problem with size of partition ???
or there are a special configuration ????
These are some querys of my data :
SQL> SELECT count(rowid) FROM resumen_centrales_hr PARTITION(rchrm6);
COUNT(ROWID)
0
SQL> SELECT count(rowid) FROM resumen_centrales_hr PARTITION(rchrm7);
COUNT(ROWID)
3330020
SQL> SELECT count(rowid) FROM resumen_centrales_hr PARTITION(rchrm8);
COUNT(ROWID)
747114
SQL> CREATE MATERIALIZED VIEW DATAMART.MV_RESUMEN_CENTRAL
2 BUILD IMMEDIATE
3 REFRESH COMPLETE ON DEMAND
4 AS
5 SELECT FECHA, CLIENTE,
6 H_AUDITOR, SUM(LLAMADAS) AS LLAMADAS, SUM(MIN_FL) AS MIN_FL,
7 SUM(MIN_RN) AS MIN_RN, SUM(MIN_TZ) AS MIN_TZ
8 FROM RESUMEN_CENTRALES_HR
9 WHERE FECHA > 020600
10 GROUP BY FECHA, CLIENTE, CLIENTE_800, RUTA_A,
11 ONOFF_A, CDMAT_A, RUTA_B, ONOFF_B, CDMAT_B, H_TELMEX,
12 H_AUDITOR;
FROM RESUMEN_CENTRALES_HR
ERROR at line 8:
ORA-00600: internal error code, arguments: [srsale_2], [0], [148], [], [], [],
SQL>

Similar Messages

  • ORA-02068 and  ORA-00600 arguments [25012], [2], [4]

    hi
    ihv to insert data form one database(9i) to other(8i) and im using windows xp
    i hv issued
    insert into [email protected]
    select * from B_RECEIPT;
    bt it gives error
    ORA-02068: following severe error from ICT
    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []
    it technique was working 2days back bt recently its not working
    alert log contains
    Errors in file D:\Oracle\admin\ICT\udump\ORA00492.TRC:
    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []
    i cannot understand anything of .trc
    please help me to solve it
    thanks in advance

    ORA-00600: internal error code, arguments: [25012], [2], [4], [], [], [], [], []ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

  • ORA-00600 arguments:[krr_init_lbufs_1]

    Hello everybody.
    When I start recovery in my standby database this internal error appears at alert log:
    ORA-00600:internal error code arguments:[krr_init_lbufs_1],[80],[66],[4],[],[]
    Does somebody knows how I can resolve it??
    Thanks

    Each ORA-600 error comes with a list of arguments but these change from version to version.
    So your [krr_init_lbufs_1],[80],[66],[4],[],[] probably only has meaning to Oracle support.
    If you believe your Primary is 100% OK and you have no known hardware issue at the Standby site you could consider rebuilding the Standby.
    However you should also consider the you might end up with the same error down the line and then you have wasted a bit of time.

  • Failed 4.1 upgrade (with solution) - ORA-00600: [kgiinb_invalid_obj]

    Hi everyone,
    I just wanted to post this here in case anyone hits the same problem.
    I hit an error while upgrading from Apex 4.0 to 4.1 on Oracle Database Standard Edition One - 11.1.0.7.
    The symptom was that the installation stopped with the following ORA-600 error:
    SQL> @apexins sysaux sysaux temp /i/
    ... lots of script output here
    -- Now beginning upgrade. This will take several minutes.---
    -- Ensuring template names are unique ---
    -- Migrating metadata to new schema ---
    -- Switching builder to new schema ---
    begin
    ERROR at line 1:
    *ORA-00600: internal error code, arguments: [kgiinb_invalid_obj]*, [0x379A5E00],
    [0x44DB70E8], [], [], [], [], [], [], [], [], []
    After a bit of research, I came to the conclusion that this was due to a version-specific problem with the 11.1.0.7, and I decided to try installing Patch 7420394.
    I downloaded the patch for our OS (Oracle Linux 32-bit) from support.oracle.com and, following the patch documentation, applied this patch to the DB.
    I then tried re-running the "apexins.sql" script but got the following error
    This version of Application Express is already installed.
    begin
    ERROR at line 1:
    ORA-00900: invalid SQL statement
    ORA-06512: at line 6
    To remedy this, I dropped the user created in the earlier installation attempt and re-installed using the "apexins.sql" script, this time the installation was successful.
    SQL> drop user apex_040100 cascade;
    User dropped.
    SQL> @apexins sysaux sysaux temp /i/
    Hopefully this will post help someone out there that hits the same problem.
    Best of luck and enjoy 4.1!
    Niall.

    Hi, I went trough the same mess upgrading our apex 3.1 installation to apex 4.1.1
    OS: Windows 2008r2 fully updated with windows patches
    Database: Oracle Enterprise 11.1.0.7.0 - never patched
    I too did get an error like this one on linux: ORA-00600: internal error code, arguments: [kgiinb_invalid_obj], [0x379A5E00],
    Use Metalink Note 153788.1 - Troubleshoot an ORA-00600 Error using the ORA-00600 Argument Lookup Tool, this tool takes first argument and the stack information as inputs to provide guidance on identifying the possible issues related to the error.
    In this case use the argument "[kgiinb_invalid_obj], [0x379A5E00]," in the lookup tool -> Document 860930.1 matches this error.
    In the end my solution was to apply Patch Set Update (PSU) 14 or above - the latest was PSU 43, and it did the trick.
    Check Metalink article: Patch Set Updates for Oracle Products [ID 854428.1]
    /Kenny

  • DBMS_STATS: ora-00600

    Dear Experts,
    The DB has been migrated from 8i (8.1.7.0) to 9iR2 (9.2.0.1) on W2K.
    I perform the following: dbms_stats.gather_schema_stats(ownname => 'TST',options => 'GATHER AUTO');
    It runs fine (stats are calculated on part of the instance tables/indexes) then I got the following error:
    ksedmp: internal or fatal error
    ORA-00600 arguments : [kcbnew_3], [2], [], [], [], [], [], []
    Any of you have already experienced such a problem ?
    Regards,
    Guillaume

    I suggest you to use the Metalink Ora600 Search Tool:
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:1834609651437522931::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,153788.1,1,0,1,helvetica
    Unfortunately, in general, answers to ORA-00600 problems are like a shot in the dark. Just an internal error that happens under a certain context. This problems may or may not be repeatable under the same circumstances, this could help you to build a pattern and narrow down the root search.
    Find out if your rdbms is at the latest patchset / CPU available. This way you could eliminate one of the possible source problems, bugs.
    Next, verify configuration is properly set, both from the client and server side. Look for trace and log files, both sides, server and client.
    It is assumed you are in parallel working with Oracle Support to solve this issue.
    ~ Madrid.

  • ORA-00600: internal error code, arguments: [ktsircinfo_num1]

    While taking export of a table received EXP error and while dropping/selecting the same gor ora-600 errors.
    . . exporting table TEST4
    EXP-00003: no storage definition found for segment(29, 371385)
    SQL >Drop table test4 cascade;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    sql> Desc test4;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    I dont want to log TAR with oracle right now... I tried dropping and recreating Undo tablespace but still did not help much . Database version is 9204

    hi
    read metalink ID - 153788.1
    CHeers

  • ORA-00600: internal error code, arguments: [unable to load XDB library]

    hi everybody ;
    i have 9.2.0.7 db runs on SLES9 on host A. and i take full rman database backup to make a new database on different host ( host B ) with different file structure. ( sid is the same ) i had already 1 database on host B. after this duplicate now there are 2 database on host B.
    i take daily full database rman backup on the new host for my new database and there is no problem. when i try to take extra full export backup i get an error ;
    Dynamic link error: libxdb.so: cannot open shared object file: No such file or directory
    *** 2010-08-05 09:46:12.868
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [unable to load XDB library], [], [], [], [], [], [], []
    as i search ; i have to stop the database and listener and set the LD_LIBRARY_PATH variable. how can i make this without make any mistake for the first database runs on Host B.
    because 2 database must be up and running on host B. can you explaın these operation step by step ?
    thank you ....

    craft wrote:
    any idea ?
    >any idea ?
    your database is out off support you should consider to upgrade. ORA-00600 indicate for bug

  • Err#-600 msg ORA-00600: internal error code, arguments: [4000], [7089]

    Hi All,
    I am getting the error "Err#-600 msg ORA-00600: internal error code, arguments: [4000], [7089]" while running a package. Could not able to get detailed info on this. Please someone help in resolving the above error.
    Thanks,
    Karthi

    http://orafaq.com/wiki/ORA-00600
    You can follow Nikolay's advice or try to find a workaround yourself by rewriting your query using a somehow different approach
    Regards
    Etbin

  • ORA-00600: internal error code, arguments: [25012], [19], [21], [], [], [],

    when i execute dbcheck in db13, i receive this message:
    ORA-00600: internal error code, arguments: [25012], [19], [21], [], [], [], [], []  
    i have Oracle 9.2.0 and i don't find any note in the OSS notes.

    This may point you in the right direction?
    Look at Note 758563 - Oracle Metalink access for SAP customers.
    Oracle Metalink WebSite is:
    https://metalink.oracle.com/metalink/plsql/f?p=200:101:5428529246127535152
    Metalink Username and Password deleted by Moderator.
    Please do not post this kind of information in the forum.
    Thanks.
    Then do a search on ORA-00600: internal error code, arguments: [25012]
    This should get you started.
    Message was edited by: Christian Graf

  • ORA-00600: internal error code, arguments: [kcrfr_update_nab_2], [0xB1B59D

    Can anyone please try check out this ORA-600 error, ORA-00600: internal error code, arguments: [kcrfr_update_nab_2], [0xB1B59DA4],
    [2], [], [], [], [], [].
    My db went down abruptly due to power source ....now the database mounts successfully but when u try opening the db i.e. alter database open; it comes up with the error. Plz kindly treat urgently.Thanks

    For all kind of internal errors, you should open SR (Service Request) in metalink. You need to contact Oracle Support
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500]

    Hi people,
    Do you have any idea about this error: ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500], [6], [40], [85], [85], [], [].
    Thanks in advance.
    Marcos Freitas

    Duplicate Thread:
    ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500]
    C.

  • ORA-00600: internal error code, arguments: [12333], [0], [0], [3], [], [],

    Could you tell me to to handle the following error?
    ORA-00600: internal error code, arguments: [12333], [0], [0], [3], [], [], [], []
    Thanks a lot

    Could you please give me more detail information?
    Thanks

  • ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [],.....

    Hi,
    While connecting with database, I got the following error,
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    I am using oracle 9i. Can anyone tell me the solution of that error ?
    Thanks and Regards,
    Hiren

    many people are here because they lack that optionIt's not false, indeed, but if nobody had the same error, there is no chance to solve it.
    At least a complete system/operation description is necessary to indicates some valid ways to investigate.
    Nicolas.

  • ORA-00600: internal error code, arguments: [ktbdchk1: bad dscn], [], [], []

    Hi,
    Can anyone tell me how to resolve this error
    ORA-00600: internal error code, arguments: [ktbdchk1: bad dscn], [], [], [], [], [], [], []
    ORA-06512: at "ProcName", line 7
    ORA-06512: at line 17
    thx

    Most of this type of errors (ORA-600) you need report to Oracle Support or check the metalink for released fix or possible workaround.
    Anyway this error is fixed in:
    10.1.0.4 patchset
    9.2.0.7 patchset (released for Windows only, for other platforms expecting soon)
    10gR2 (not released yet)

  • ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []

    Hi,
    Using owb 11.2.0.3 and encountering
    ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []
    this error when a proces sflow runs a mapping.
    It fails and data remains unchanged.
    When proces sflow next runs it succeeds.
    Any ideas?
    Thanks

    Don't multipost, please. Stay in your original thread ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], […
    Mod: locking.

Maybe you are looking for