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

Similar Messages

  • 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>

  • 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: [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: [25012], [5], [524]

    Hello,
    We are getting ORA-00600: internal error code, arguments: [25012], [5], [524], [], [], [], [], [] in alertsid.log file.
    Content of /oracle/PRD/saptrace/usertrace/ora_1220283.trc
    =======================================================
    SESSION ID:(19.3) 2008-06-26 10:18:59.083
    2008-06-26 10:18:59.083
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [25012], [5], [524], [], [], [], [], []
    Current SQL statement for this session:
    UPDATE "JEST" SET "INACT" = :A0 , "CHGNR" = :A1 WHERE "MANDT" = :A2 AND "OBJNR" = :A3 AND "STAT" = :A4
    =======================================================
    Please suggest what can be cause and solution of this problem.
    - Nirav
    Edited by: Nirav Shah on Jul 18, 2008 12:59 PM

    Hello Nirav,
    which oracle version are you using?
    Metalinknote #429471.1 describes different cases.
    Regards
    Stefan

  • ORA-00600: internal error code, arguments: [25012], [954], [0], []

    I got
    ORA-00600: internal error code, arguments: [25012], [954], [0], []
    while doing bulk insert and bulk collect.I am in contact with oracle support.In the mean can you give your views about this error.What might caused to this error.What things need to change while doing bulk insert or collect if you got the same error before.I am waiting for your valuable suggetions.
    Regards

    MOS = My Oracle Support which requires a paid support, do you have one ?
    In most of the cases, the ORA-600 errors are coming from Oracle core and you should work as closest as possible with the Oracle support to solve it.
    In your case, it could be a physical corruption, take the log file and raise a Service Request to get Oracle people help.
    Nicolas.

  • Ora-00600 problem with the kodpunp1 and kope2upic954 arguments

    hi everybody,
    i have a problem with ora-00600 error on a oracle 8.1.7.0.0 database on winxp.
    i've read about many ora-00600 problems but only few were with kodpunp1 and kope2upic954 arguments.
    In my trc files i found something like this:
    *** SESSION ID:(29.2808) 2006-02-08 11:05:33.177
    *** 2006-02-08 11:05:33.177
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kope2upic954], [], [], [], [], [], [], []
    Current SQL statement for this session:
    call p$insert_rules_details(:1 , :2 , :3, :4)
    *** 2006-02-08 11:06:48.400
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kodpunp1], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kope2upic954], [], [], [], [], [], [], []
    Current SQL statement for this session:
    call p$insert_rules_details(:1 , :2 , :3, :4)
    " so this is happenning when calling this procedure (p$insert_rules_details ...this is my procedure, not some procedure owned by sys).
    if anyone can help me, pls reply. i've heard replies like: call oracle support, put a tar on metalink ..... i don't have metalink support so i appreciate real help ;)
    what to do for avoiding/fixing this error?
    tx

    in addtion, this procedure p$insert_rules_details does some inserts into 3 tables from my schema. The problem might be from the usage of an num_array in this procedure declared as table of number. When number of elements from this num_array excels 4096, then the procedure generates errors.....i believe, not very sure about that. Can that be true?
    by

  • ORA-00600: internal error code, arguments: [sorput_1] and ORA-00060

    Dear All,
    We are facing the followings problems on oracle 9.2.0.6 ,kindly help us.
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [sorput_1], [], [], [], [], [], [], []
    ORA-00060: deadlock detected while waiting for resource
    Current SQL statement for this session:
    INSERT INTO TE_MELDUNG(LADELAUF_ID,MMELDUNG_ID,TABELLE,TABELLE_SEQ_ID,SPALTE,WERT,MAPPINGNAME,LADE_ID,LADE_DAT) VALUES ( :1, :2, :3, :4, :5, :6, :7, :8, :9)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value
    Regards,
    VInod Kumar

    Hi all ,
    I already gone through metalink and refered Note 139260.1 and Note 2556195.8
    These are regarding if pipelined function usage problem , and we are not using any pipe line function

  • Ora 600 error  Arguments [25012] [11]

    hi,
    i've an ORA-00600: error Arguments [25012], [2], [11], [], [], [], [], [] by DELETE FROM table WHERE filed = :b1
    ther are only 8 file in database. (not 11)
    Can anybody help, or give me an information about Bug number: 742709
    OS NT 4 / SP6 ORACLE RDBMS Version: 8.0.5.2.1.
    Thank in advice
    JFA

    Trace File Contents:
    ============================================================================================
    [oracle@oem trace]$ more /d01/app/guest/diag/rdbms/db11g/db11g/incident/incdir_191809/db11g_smon_4198_i191809.trc
    Dump file /d01/app/guest/diag/rdbms/db11g/db11g/incident/incdir_191809/db11g_smon_4198_i191809.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /d01/app/guest/product/11.2.0/dbhome_1
    System name: Linux
    Node name: oem.tap.com
    Release: 2.6.18-164.el5xen
    Version: #1 SMP Thu Sep 3 02:41:56 EDT 2009
    Machine: i686
    Instance name: db11g
    Redo thread mounted by this instance: 1
    Oracle process number: 13
    Unix process pid: 4198, image: [email protected] (SMON)
    *** 2010-10-15 12:05:24.395
    *** SESSION ID:(16.1) 2010-10-15 12:05:24.395
    *** CLIENT ID:() 2010-10-15 12:05:24.395
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-10-15 12:05:24.395
    *** MODULE NAME:() 2010-10-15 12:05:24.395
    *** ACTION NAME:() 2010-10-15 12:05:24.395
    Dump continued from file: /d01/app/guest/diag/rdbms/db11g/db11g/trace/db11g_smon_4198.trc
    ORA-00600: internal error code, arguments: [13013], [5001], [267], [8444108], [2], [8444108], [17], [], [], [], [], []
    ========= Dump for incident 191809 (ORA 600 [13013]) ========
    *** 2010-10-15 12:05:24.399
    dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)
    ----- Current SQL Statement for this session (sql_id=dma0vxbwh325p) -----
    update smon_scn_time set time_mp=:1, time_dp=:2, scn=:3, scn_wrp=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:7 where scn = (sele
    ct min(scn) from smon_scn_time)
    ==========================================================================================

  • ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [

    Hi
    I was trying to delete a row in one of the tables in the database and i got the following error:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []Also i got a message in OEM as follows:
    ORA-error stack (00600[25027]) logged in /var/oracle/Storage1/mydb/logs/bdump/alert_snos.logand when i looked at this log file:
    Thu Jun 11 22:19:40 2009
    Errors in file /var/oracle/Storage1/mydb/logs/udump/snos_ora_23891.trc:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []
    Thu Jun 11 22:20:09 2009
    Errors in file /var/oracle/Storage1/mydb/logs/udump/snos_ora_23855.trc:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []
    Thu Jun 11 22:20:48 2009
    Errors in file /var/oracle/Storage1/mydb/logs/udump/snos_ora_23855.trc:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []
    Thu Jun 11 22:48:38 2009 and when i opened the trc files i couldn't figure out whats going on!
    The delete statment was so simple:
    delete from SFLSRCSYSTEMS
    where id = 1I still want to delete that row and don't know what to do.. Please help
    Swaid

    Subject:      ORA-600 [25027]
         Doc ID:      284433.1      Type:      REFERENCE
         Modified Date :      30-APR-2009      Status:      PUBLISHED
    Note: For additional ORA-600 related information please read Note 146580.1
    PURPOSE:
    This article represents a partially published OERI note.
    It has been published because the ORA-600 error has been
    reported in at least one confirmed bug.
    Therefore, the SUGGESTIONS section of this article may help
    in terms of identifying the cause of the error.
    This specific ORA-600 error may be considered for full publication
    at a later date. If/when fully published, additional information
    will be available here on the nature of this error.
    SUGGESTIONS:
    If the Known Issues section below does not help in terms of identifying
    a solution, please submit the trace files and alert.log to Oracle
    Support Services for further analysis.
    Known Issues:
    Bug# 7263842 * See Note 7263842.8
    * This bug is alerted in Note 784633.1
    ORA-955 during CTAS / OERI [ktsircinfo_num1] / dictionary inconsistency for PARTITIONED Tables
    Fixed: 10.2.0.5, 11.2, 10.2.0.4.P19
    Bug# 7190270 * See Note 7190270.8
    * This bug is alerted in Note 784633.1
    Various ORA-600 errors / dictionary inconsistency from CTAS / DROP
    Fixed: 10.2.0.5, 10.2.0.4.P09
    Bug# 6666915 See Note 6666915.8
    OERI[25027] / dictionary corruption from concurrent partition DDL
    Fixed: 10.2.0.5, 11.1.0.7, 11.2
    Bug# 4925342 See Note 4925342.8
    OERI [25027] / OERI [25012] on IOT analyze estimate statistics
    Fixed: 9.2.0.8, 10.2.0.3, 11.1.0.6
    Bug# 4310371 See Note 4310371.8
    OERI [25027] from concurrent startup / shutdown in RAC
    Fixed: 9.2.0.8
    Bug# 4177651 See Note 4177651.8
    Row migration within a MERGE may OERI[25027]
    Fixed: 10.2.0.1
    Bug# 4020195 See Note 4020195.8
    OERI 25027 can occur in RAC accessing transported tablespace
    Fixed: 10.1.0.5, 10.2.0.1
    Bug# 3963135 See Note 3963135.8
    OERI[kcbgcur_3] / OERI:25027 during bitmap index updates
    Fixed: 10.1.0.5, 10.2.0.1
    Bug# 3829900 See Note 3829900.8
    OERI[25027] possible accessing index in 10g
    Fixed: 10.1.0.4, 10.2.0.1
    Bug# 2942185 See Note 2942185.8
    Corruption occurs on direct path load into IOT with ADDED columns
    Fixed: 9.2.0.6, 10.1.0.4, 10.2.0.1
    Bug# 2926182 See Note 2926182.8
    OERI[25027] / ORA-22922 accessing LOB columns in IOT in AFTER UPDATE trigger
    Fixed: 9.2.0.5, 10.1.0.2

  • Strange errors ORA-02068 ORA-00600

    Hi,
    I have a strange error in my mapping, that I have never heard before.
    In the source schema, I have a table that I check, that gives me a list of PK in order to know which lines I have to take in the other table of the schema.
    At the end of the mapping, I have to UPDATE the table in order not to take the lines when the mapping is executed the next day : there is a field which is a flag that I have to update from 0 to 1.
    But the mapping never manage to UPDATE all the table, it gives me these errors :
    ORA-00600 : internal error code, arguments : : [kdoorp-1], [15], [0], [], [], [], [], []
    ORA-02068 : following severe error from [DB_LINK_NAME]
    I made a mapping which only update the table and it doesn't work anymore. What is strange is that it stops the first time after 1003 rows updated, the second time 2007, the third 4014, etc... ? I don't understand ???!!
    Can someone help me ?
    Thanks,
    Nico

    There are some bugs reported against Oracle 9.2.0.8 with similar error:
    bug 5703193 and 6020413 which is unpublished.
    I can not recommend other than contacting support.
    Regards,
    Robert

  • 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

Maybe you are looking for

  • A/P Invoice Tax amount by tax code wise

    Hi All How do we get  a report for purchase tax amount per tax code based on A/P Invoice? I have used OPCH and PCH4 tables to query but the number of rows are repeated in the report even when a tax code having a combination? Please help me thanks SV

  • How to arrange photos in camera roll datewise its not showing datewise please let me know

    how to arrange photos in camera roll datewise its not showing datewise please let me know

  • Route partition on phone line

    Hello, We have cucm version 8 what is the reason for the option route partition under line. The reason I ask this if I have no css for line and device but I have assing a partition under router partition under line nothing happens cannot call no wher

  • Creating web service from existing WSDL - why wsimport?

    Hi folks, I'm using Netbeans 6.0 to "Create a web service from an existing WSDL..". The problem is: it creates a new service with a NEW WSDL. I don't want it to do this, since I'm relying on a client to send a message conformant to the old WSDL. I'd

  • Add Configuration & Business Scenario in SOLAR02

    Hi all, I was trying to add item under Configuration and also Business Scenario folder (tcode SOLAR02). And the standard imported folders when I chose SAP ERP 6.0 are Basic configurations for Configuration folder, and only six business scenarios unde