Regarding ORA-12801,ORA-01843 error

Hi all,
When I am running the mapping I am getting the
ORA-12801: error signaled in parallel query server P079
ORA-01843: not a valid month error
My mapping was validated and deployed suceesfully.
Please give me the suggestions.
Thanks,
Venkat

Is the source field a date field or a varchar? Sounds like you are hitting a source data error.
Try grabbing the insert (or merge, or whatever) statement from the mapping and running it on its own. If that fails with the same error, then try running the select portion of the statement to debug for the error.
Assuming that you are using a to_Date function and if you are having real trouble finding the data error, you at least know which table the field is being sourced from. Run a little test - something like:
declare
  cursor curs is select the_source_field from the_source_table;
begin
  for rec in curs loop
     declare
        dateval date
     begin
        dateval := to_Date(rec.the_source_field,'yyyymmdd');   --or whatever format mask it is you are using
     exception
         when others then
             dbms_output.put_line('FAILED TO_DATE ON SOURCEVAL: '||rec.the_source_field||' with error: '||substr(sqlerrm,1,150));
     end;
  end loop;
end;Once you know the problems with the data then you can consider how best to deal with them.
Cheers,
Mike

Similar Messages

  • Parallel Query Error (Ora 12801 Ora-00904)

    when i run this particular query in a report or in SQL it wrks
    but some times it give the error .........
    any one who could help ........ASAP
    SELECT
    D.DISTRIBUTOR_CODE "DIST_CODE",
    D.DISTRIBUTOR_NAME "DIST_NAME",
    O.OPERATOR_CODE "OPER_CODE",
    O.OPERATOR_NAME "OPER_NAME",
    O.ACTIVE_STATUS "Act",
    r.receipt_no "receipt_no",
    r.ch_or_dd_no "cheque",
    r.receipt_date "receipt_date",
    '' "channel Code",
    '' "channel_name",
    b. SUBS_IRD "ird_subs",
    b.amount "amount"
    FROM
    dms_channel_dump z,
    DMS_OPERATOR_MASTER O,
    DMS_DISTRIBUTOR_MAIN D,
    dms_receipt_header r,
    DMS_BIFURCATION b
    WHERE
    b.channel_code = z.channel_code
    and r.OPERATOR_CODE = O.OPERATOR_CODE
    AND r.DISTRIBUTOR_CODE = D.DISTRIBUTOR_CODE
    AND r.receipt_no = b.receiopt_no
    union all
    SELECT
    D.DISTRIBUTOR_CODE "DIST_CODE",
    D.DISTRIBUTOR_NAME "DIST_NAME",
    '' "OPER_CODE",
    '' "OPER_NAME",
    'N' "Act",
    r.receipt_no "receipt_no",
    r.ch_or_dd_no "cheque",
    r.receipt_date "receipt_date",
    b.channel_code "channel Code",
    z.channel_name "channel_name",
    b. SUBS_IRD "ird_subs",
    b.amount "amount"
    FROM
    dms_channel_dump z,
    DMS_OPERATOR_MASTER O,
    DMS_DISTRIBUTOR_MAIN D,
    dms_receipt_header r,
    DMS_BIFURCATION b
    WHERE
    b.channel_code = z.channel_code
    and r.OPERATOR_CODE is null
    AND r.DISTRIBUTOR_CODE = D.DISTRIBUTOR_CODE
    AND r.receipt_no = b.receiopt_no
    order by 4,7
    ERROR:
    ORA-12801: error signaled in parallel query server P004
    ORA-00904: invalid column name
    no rows selecte
    REGARDS AND TIA
    ADOLPH

    If the data never changes, there would be no reason to gather statistics.
    If the data changes, there may or may not be a reason to gather statistics. There is some risk to gathering statistics because that can cause query plans to change and you could find that a query that was working fine yesterday is running very slowly today. Failing to gather statistics, though, can have the same effect-- if a histogram on a column indicates that the maximum value of a date field is December 1, 2006 because you haven't updated statistics in a few days, the CBO may conclude that a query this column with a value of December 4 would return very few row, rather than the many rows that are really there, causing Oracle to use a different query plan. Oracle tends to believe that the latter risk is more of a concern than the former and in 10g regularly and automatically gathers statistics unless you susped that job. Some DBAs disagree with Oracle and prefer less frequent, more controlled statistics gathering.
    If you GATHER AUTO, assuming your tables are set to MONITORING, Oracle gathers statistics on every table that has had more than some cutoff percentage of rows changed since statistics were last gathered. This cutoff is generally pretty reasonable, though ideally you'd probably want to gather statistics more frequently on smaller tables (adding 30 new rows to a 100 row table is probably more significant from a query plan perspective than adding 3 million rows to a 10 million row table) and less frequently on larger tables, more frequently on tables that have volatile data distributions (i.e. our DATE table) and less frequently on tables whose data distribution is relatively constant.
    Justin

  • Data Load is erroring out with ORA-12801 ORA-01031

    Hello,
    I am having Oracle 11.1.0.7 on AIX and we are loading data through Informatica.
    There are 7 tables in the database that are big and we enabled parallelism with the degree of 2.
    When we run the informatica session for loading data the session is failing with the error -
    Severity     Timestamp     Node     Thread     Message Code     Message
    ERROR     5/10/2011 4:33:09 PM     node01_wpg1pedw001     POST-SESS     TM_6159     An error occurred executing the stored procedure.
    TM_6159 [4294965496] [
    ORA-12801: error signaled in parallel query server P000
    ORA-01031: insufficient privileges
    ORA-06512: at "POL_ODS.DELETE_LATEST_POLICY_1", line 4
    ORA-06512: at line 2
    Database driver error...
    Function Name : ExecuteSP
    Oracle Fatal Error
    Database driver error...
    Function Name : ExecuteSP
    Oracle Fatal Error]Trace file is giving me this output -
    =====================
    PARSING IN CURSOR #3 len=152 dep=1 uid=73 oct=7 lid=73 tim=2806650507771 hv=2692072913 ad='700000b32b206c0' sqlid='835qyt2h7bjfj'
    DELETE FROM LIENHOLDER WHERE LIEN_POLICY_12_SEGMENT_ID IN (SELECT POL_SEG_12_ID FROM POLICY12SEGMENT WHERE POLICY_ID IN (SELECT POLICY_ID FROM DEL_POL))
    END OF STMT
    PARSE #3:c=20000,e=31779,p=0,cr=181,cu=3,mis=1,r=0,dep=1,og=1,plh=449661848,tim=2806650507771
    kxfpgsg
            Error 12801 encountered
    EXEC #3:c=10000,e=111135,p=0,cr=28,cu=0,mis=0,r=0,dep=1,og=1,plh=449661848,tim=2806650618906
    ERROR #3:err=12801 tim=2806650618906
    STAT #3 id=1 cnt=0 pid=0 pos=1 obj=0 op='DELETE  LIENHOLDER (cr=0 pr=0 pw=0 time=0 us)'
    STAT #3 id=2 cnt=0 pid=1 pos=1 obj=0 op='PX COORDINATOR  (cr=0 pr=0 pw=0 time=0 us)'
    STAT #3 id=3 cnt=0 pid=2 pos=1 obj=0 op='PX SEND QC (RANDOM) :TQ10002 (cr=0 pr=0 pw=0 time=0 us cost=95123 size=6011574 card=117874)'
    STAT #3 id=4 cnt=0 pid=3 pos=1 obj=0 op='HASH JOIN RIGHT SEMI (cr=0 pr=0 pw=0 time=0 us cost=95123 size=6011574 card=117874)'
    STAT #3 id=5 cnt=0 pid=4 pos=1 obj=0 op='PX RECEIVE  (cr=0 pr=0 pw=0 time=0 us cost=88665 size=1472328 card=113256)'
    STAT #3 id=6 cnt=0 pid=5 pos=1 obj=0 op='PX SEND BROADCAST :TQ10001 (cr=0 pr=0 pw=0 time=0 us cost=88665 size=1472328 card=113256)'
    STAT #3 id=7 cnt=0 pid=6 pos=1 obj=0 op='VIEW  VW_NSO_1 (cr=0 pr=0 pw=0 time=0 us cost=88665 size=1472328 card=113256)'
    STAT #3 id=8 cnt=0 pid=7 pos=1 obj=0 op='HASH JOIN  (cr=0 pr=0 pw=0 time=0 us cost=88665 size=1925352 card=113256)'
    STAT #3 id=9 cnt=0 pid=8 pos=1 obj=0 op='BUFFER SORT (cr=0 pr=0 pw=0 time=0 us)'
    STAT #3 id=10 cnt=0 pid=9 pos=1 obj=0 op='PX RECEIVE  (cr=0 pr=0 pw=0 time=0 us cost=27 size=314700 card=62940)'
    STAT #3 id=11 cnt=0 pid=10 pos=1 obj=0 op='PX SEND BROADCAST :TQ10000 (cr=0 pr=0 pw=0 time=0 us cost=27 size=314700 card=62940)'
    STAT #3 id=12 cnt=0 pid=11 pos=1 obj=55756 op='TABLE ACCESS FULL DEL_POL (cr=0 pr=0 pw=0 time=0 us cost=27 size=314700 card=62940)'
    STAT #3 id=13 cnt=0 pid=8 pos=2 obj=0 op='PX BLOCK ITERATOR (cr=0 pr=0 pw=0 time=0 us cost=88594 size=160428864 card=13369072)'
    STAT #3 id=14 cnt=0 pid=13 pos=1 obj=70801 op='TABLE ACCESS FULL POLICY12SEGMENT (cr=0 pr=0 pw=0 time=0 us cost=88594 size=160428864 card=13369072)'
    STAT #3 id=15 cnt=0 pid=4 pos=2 obj=0 op='PX BLOCK ITERATOR (cr=0 pr=0 pw=0 time=0 us cost=6434 size=265286208 card=6981216)'
    STAT #3 id=16 cnt=0 pid=15 pos=1 obj=70798 op='TABLE ACCESS FULL LIENHOLDER (cr=0 pr=0 pw=0 time=0 us cost=6434 size=265286208 card=6981216)'
    CLOSE #3:c=0,e=0,dep=1,type=0,tim=2806650618906
    EXEC #2:c=30000,e=142914,p=0,cr=209,cu=3,mis=0,r=0,dep=0,og=1,plh=0,tim=2806650618906
    ERROR #2:err=12801 tim=2806650618906
    =====================The Table LIENHOLDER is not set for parallelism and is not amount 7 of those tables. But even when we enabled parallelism with degree of 2 on LIENHOLDER, it is still thowing out this error message.
    I have granted DBA role to POL_ODS who owns this procedure POL_ODS.DELETE_LATEST_POLICY_1.
    Waiting for your inputs and hope to hear from the Oracle & Informatica experts soon.
    Thanks!

    Thanks for your reply Karluk & hoek.
    Just to let you know, we are encountering this problem when I enable parallelism on the 7 tables.
    TABLE_NAME                     DEGREE
    POLICY30SEGMENT                         2
    POLICY03SEGMENT                         2
    POLICY                                  2
    POLICY12SEGMENT                         2
    POLICY35SEGMENT                         2
    POLICY45SEGMENT                         2
    VEHICLECOVERAGE                         2Proc DELETE_LATEST_POLICY_1 is owned by POL_ODS and this job is run by POL_ODS itself. This PROC does delete. Yes, LEINHOLDER is owned by POL_ODS only so there is no need to grant DELETE on this table to it's own schema.
    As stated in my the trace file, the DELETE statement that it was running was -
    DELETE FROM LIENHOLDER WHERE LIEN_POLICY_12_SEGMENT_ID IN (SELECT POL_SEG_12_ID FROM POLICY12SEGMENT WHERE POLICY_ID IN (SELECT POLICY_ID FROM DEL_POL))In this POLICY12SEGMENT is enabled for parallelism but not LIENHOLDER or DEL_POL.
    If I don't have parallelism on these 7 tables then the PROC runs fine and it does the delete as expected.
    Hope I am clear this time.
    Thanks for your time Guys!
    Edited by: user608897 on May 10, 2011 6:32 PM

  • Configuring some database parameters because of error:ORA-12801 & ORA-01652

    Hi,
    I have a configuration issue that I really need some help because I don’t understand almost anything about oracle database management and I’m getting the errors:
    ORA-12801:error signaled in parallel query server P0XX
    ORA-01652:unable to extend temp segment by 128 in tablespace TEMPO1I have a server with this configuration:
    SO-HP-UX
    Oracle: 10.2.0.3.0
    CPU’s -12
    Memory:24GB
    Temp01 tablespace: 20GBSome of the parameters:
    Maximum sga memory is 20GB
    db_block_size  8192
    db_cache_size 2147483648
    db_file_multiblock_read_count              32
    db_name            RAID
    dml_locks           2000
    java_pool_size 0
    log_buffer          5242880
    max_enabled_roles      150
    nls_length_semantics   BYTE
    open_cursors   2000
    optimizer_mode             ALL_ROWS
    pga_aggregate_target  3221225472
    processes           2000
    query_rewrite_enabled              TRUE
    query_rewrite_integrity             trusted
    sessions              2205
    sga_max_size   21474836480
    shared_pool_size           117440512
    sort_area_size 65536
    undo_management      AUTO
    undo_retention              7200
    undo_tablespace            UNDOTBS1
    workarea_size_policy   AUTOthe tables where created without nothing special but I did an alter table to do the following:
    alter table XPTO parallel (degree 11);When do I get this error:
    When I try to do a select with a NLSSORT (FIELD, 'nls_sort=binary') AS "KEY1" and it return a few million lines.
    Based on this three articles and a little more reading:
    http://www.dba-oracle.com/oracle_tips_sorts.htm
    http://www.dba-oracle.com/t_parallel_automatic_tuning_pat.htm
    http://www.dbasupport.com/oracle/ora10g/sorting_memory.shtml Should I configure the following parameters with the values that I putted or am I doing something really wrong?
    pga_aggregate_target = 18GB
    _pga_max_size = 18GB
    _smm_px_max_size = 5.4GB
    workarea_size_policy =AUTO
    increase TEMP01 to 40GB
    parallel_automatic_tuning=falseShould I also create a new index for my tables like:
    CREATE INDEX NlSSORT_index ON My_table (NLSSORT (msisdn, 'nls_sort=binary')); because of this queries? I have an index: “msisdn, second_field” that are primary key for all fields.
    Thanks,
    Ricardo Tomás

    Somewhere in your problem you say you altered your table to use parallel 11.
    alter table XPTO parallel (degree 11);{code}Maybe you can try to reduce your degree.<br /><br />Instead of using 11, you could use degree 4.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Ora-12801,Ora-00018,Ora-06512 encountered running utlrp.sql

    Hi All ,
    I am on oracle version 11.1.0.7.0 and OS is solaris SPARC.
    I am applying the CPU April 2011 patch..
    I ran the catbundle.sql file and post that , most of views under sys schema got invalid.
    So i ran @$ORACLE_HOME/cpu/view_recompile/recompile_precheck_jan2008cpu.sql
    and
    @$ORACLE_HOME/cpu/view_recompile/view_recompile_jan2008cpu.sql
    Inspite of this they were invalid.
    So i tried running utlrp.sql query and I facing these errors while running the query :
    ERROR at line 1:
    ORA-12801: error signaled in parallel query server P051
    ORA-00018: maximum number of sessions exceeded
    ORA-06512: at "SYS.UTL_RECOMP", line 760
    ORA-06512: at line 4I increased the number of processes.. but still I am facing this error... I am searching on metalink also..
    Any help would be appreciated..
    Regards
    Kk

    Hi All ,
    This issue is resolved.. I checked on Metalink for a similar solution , it was mentioned to do the following steps :
    shutdown immediate
    startup upgrade
    shutdown immediate
    startupDid these steps and i ran it again.. its working fine now.. All sys objects have been compiled successfully.
    Also , i came across this :
    Number of Sessions Exceeded During Database Creation While Executing SYS.UTL_RECOMP [ID 749359.1]
    I would have tried to increase the number of sessions to a very high value if the above solution had not worked.
    Thanks
    Kk

  • ORA-12801 ORA-08103 while running gather schema stats in R12

    Hi All,
    We have recently upgraded from 11.5.9 to R12.1.1 on RHEL 4.8
    Database version is 10.2.0.5
    We are running Gather schema stats on R12.1.1 but its Errored out with below messages.
    ORA-12801: error signaled in parallel query server P006
    GL.GL_JE_LINES
    ORA-08103 : object no longer exists
    Please advice if anybdy face this issue.
    Thanks
    RB

    Please see (GATHER SCHEMA STATISTICS COMPLETED WITH ERROR WHEN RUNNING FOR GL SCHEMA. [ID 1068541.1]).
    Thanks,
    Hussein

  • ORA-12801 + ORA-08103 + ORA-06512

    Hi All,
    Sun OS
    Oracle 9.2.0.8
    Today our statistics job has failed due to the below error, DBMS_STATS package is present in the DB but don’t know about the failure reason. If it’s an oracle bug does anyone know the patch number/metalink doc id ?
    MYDB> BEGIN DBMS_STATS.GATHER_SCHEMA_STATS(ownname=>'MYSCHEMA'
    ,degree=>4                                        ,cascade=>TRUE
    ,estimate_percent => 5); END;
    ERROR at line 1:
    ORA-12801: error signaled in parallel query server P004
    ORA-08103: object no longer exists
    ORA-06512: at "SYS.DBMS_STATS", line 10502
    ORA-06512: at "SYS.DBMS_STATS", line 10996
    ORA-06512: at "SYS.DBMS_STATS", line 11183
    ORA-06512: at "SYS.DBMS_STATS", line 11237
    ORA-06512: at "SYS.DBMS_STATS", line 11214
    ORA-06512: at line 1
    ONDWP> select owner,object_name,object_type,status from dba_objects where object_name='DBMS_STATS';
    OWNER                          OBJECT_NAME                    OBJECT_TYPE        STATUS
    SYS                            DBMS_STATS                     PACKAGE            VALID
    PUBLIC                         DBMS_STATS                     SYNONYM            VALID
    SYS                            DBMS_STATS                     PACKAGE BODY       VALID

    Thanks sysbrand.
    Yes I did googling, still doing :) .. but did not get any suitable result.
    You are right 8103 is not related to dbms_package, thanks for currecting me .. any idea which object this package would have refered in these lines ?
    I have tried for the trace files but not able to identify the trc files. I also checked the invlid objects in sys schema but did not find anything.
    Thanks
    Nishant

  • SQL Error: ORA-12801: error signaled in parallel query server P012 ORA-0001

    Dear all
    We are in BI 7.0 and oracle 10.2.02 and OS AIX 5.3 and we are getting the ORA -12801 while attribute change run
    and aggregates rollup.
    plz help
    Regards
    Amiya Kumar

    Hi...
    Check SAP Note 934281 - No 'Star Transformation' for a Hierarchy Changerun......
    Symptom
    The SQL command of a hierarchy changerun is executed with a
    PARALLEL hint under ORACLE, and the system therefore always accesses the fact table with a full tablescan although only a little may be read.
    Other terms
    Query, aggregate, realignment run, ORACLE, Parallel Hint, ORA-12801,
    ORA-01652, start transformation, parallel hint
    Reason and Prerequisites
    The Parallel hint should only be set when the aggregate is built again,
    but not with the delta realignment run. There was no check made in case of a hierarchy changerun. So hierarchy changerun was executed with the
    parallel hint.
    Solution
    With the following code correction, the hierarchy changerun also adapts
    to star transformation when an aggregate has delta changes.
    BW3.0B
               Import Support Package 31 for Release 3.0B (BW3.0B Patch 31 or SAPKW30B31) into your BW system. The Support Package will be available when note 0872272 with the short text "SAPBWNews BW 3.0B Support Package 31", describing this Support Package in more detail, is released for customers.
    BW3.1C (Content)
               Import Support Package 25 for Release 3.1C (BW3.1C Patch 25 or SAPKW31025) into your BW system. The Support Package will be available when note 0872274 with the short text "SAPBWNews BW 3.1C Support Package 25", describing this Support Package in more detail, is released for customers.
    BW 3.50
               Import Support Package 17 for Release 3.50 (BW3.50 Patch 17 or SAPKW35017) into your BW system. The Support Package will be available when note 0872277 with the short text "SAPBWNews BW SP17 NetWeaver'04 Stack 17", describing this Support Package in more detail, is released for customers.
    SAP NetWeaver 2004s BI
               Import Support Package 13 for SAP NetWeaver 2004s BI (BI-Patch 13 or SAPKW70013) into your BI system. The Support Package will be available when note 991093 with the short text "SAPBINews BI 7.0 SP13", describing this Support Package in more detail, is released for customers.
    Regards,
    Debjani.........
    Edited by: Debjani  Mukherjee on Oct 10, 2008 12:08 PM

  • SQL Error: ORA-12801: error signaled in parallel query server P007

    Hi  all
    I am getting the following error when doing aggregation for a cube
    <b>SQL Error: ORA-12801: error signaled in parallel query server P007.</b>Job is showing as finished but no aggregation is hapenning.
    regards
      KK

    for ORA- 20000
    check the note below it shows you have insufficient authorizations.
    <b>Reason and Prerequisites</b>
    You are using BW 7.00 with Support Package 07 or higher.
    The BW module for the update statistics has been adjusted to SAPDBA or BRConnect (with regard to the heuristic, which is when, how and which statistics are created). To ensure that all table changes are taken into account, the relevant information must be flushed from the Oracle memory before the update statistics is carried out. For this purpose, the SAPCONN role (higher than ORA 10.2) or SAP SAP<sid> oder SAPR3 (ORA 10.1) requires additional authorizations that were not assigned up to now.
    <b> Note 963760 - 'ORA-20000: Insufficient privileges' for creating statistics</b> 
    For Error -for SQL Error: ORA-01418: specified index does not exist
    check note below-
    <b>Note 337830 - BW: ORA-1418 in system log</b>
    It seems that Index no longer exist which you are trying to delete.The 900 index, which exists on the F table only if the E table is partitioned, is deleted twice and on the second attempt it no longer exists.
    <b>
    Note 1003360 - BW fact tables: Deleting index from process chain terminates</b>
    If it relates your error it requires corrections for SP-12.
    Hope it Helps
    Chetan
    @CP..

  • Urgent, ORA-12801: error signaled in parallel query server P000

    Hi Guys,
    I am using Oracle 9i Enterprise Edition Release 9.2.0.1.0 with Windows 2000 Server.
    I have just upgrade my database from 8i to 9i. I am facing this problem in a lot of queries in my application after upgrade. I tried to searched out but unable to find the reason yet.
    Is there any parameter which i should /should not use? Or need to change any parameter.
    Oracle Error Occured: ORA-12801: error signaled in parallel query server P000
    Thanks in advance.
    Brgs,
    Hassan

    Well, the error stack should be displayed along with the 12801 error.
    If not, look the comment for the error I posted above: use event 10397 to display the actual error.ALTER SESSION SET EVENTS '10397 trace name context forever, level 1'; and if the error raises, then you'll get the source message, not the PQ message.
    See note 21281.1 on Metalink.
    Regards,
    Yoann.

  • ORA-12801 error signalled in parallel query with ORA-00018 max # session

    Hello,
    I've just run dbca to create a new database. On completion I received the following:
    ORA-12801 error was signalled in parallel query server
    ORA-00018 maximum number of sessions exceeded
    ORA-06512 at sys_utl_recomp line 760
    ORA-06512 as sys_utl_recomp line 773
    ORA-06512 as sys_utl_recomp line 1
    The processes are set at 100, sessions is set at 115?
    Can you tell how to address this error and resolve the problem? I'm thinking that I should rerun sys_utl_recomp

    Hi,
    You didn't mention oracle version as well OS.
    might be you hit a bug.
    check the below link for reference
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:8051847734518941130::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,21564.1,1,1,1,helvetica
    Regards,
    Taj

  • ORA-12801: error signaled in parallel query server

    Hi all
    What are the basic reasons of this error:
    ORA-12801: error signaled in parallel query server
    I have received this error while running report

    >>>What are the basic reasons of this error:
    ORA-12801: error signaled in parallel query server string
    Cause: A parallel query server reached an exception condition.
    Action: Check the following error message for the cause, and consult your error manual for the appropriate action.

  • ORA-01843 error

    Hi,
    I have an invalid month error (ORA-01843 error) with the following usage of to_date().
    I have checked the Oracle documentation several times and the mask I use is accurate.
    Any ideas?
    DROP TABLE TEST_DATE_1;
    CREATE TABLE TEST_DATE_1 (
         ID                     VARCHAR2(255 BYTE),
         DATE_OF_BILLS     DATE
    COMMIT;
    INSERT INTO TEST_DATE_1 (ID, DATE_OF_BILLS) VALUES ('1', to_date('16-JUN-05','DD-MON-RR') );
    COMMIT;
    Thanks

    Hi,
    Thank you guys. I checked the NLS_SESSION_PARAMETERS for NLS_DATE_FORMAT.
    It is DD/MM/RRRR
    Thus, I just altered it to to_date('30-06-05','DD-MM-RR')
    It is working now.
    Cheers
    SELECT * from NLS_SESSION_PARAMETERS;
    PARAMETER,VALUE
    NLS_LANGUAGE,TURKISH
    NLS_TERRITORY,TURKEY
    NLS_CURRENCY,TL
    NLS_ISO_CURRENCY,TURKEY
    NLS_NUMERIC_CHARACTERS,.,
    NLS_CALENDAR,GREGORIAN
    NLS_DATE_FORMAT,DD/MM/RRRR
    NLS_DATE_LANGUAGE,TURKISH
    NLS_SORT,TURKISH
    NLS_TIME_FORMAT,HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT,DD/MM/RRRR HH24:MI:SSXFF
    NLS_TIME_TZ_FORMAT,HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_TZ_FORMAT,DD/MM/RRRR HH24:MI:SSXFF TZR
    NLS_DUAL_CURRENCY,YTL
    NLS_COMP,BINARY
    NLS_LENGTH_SEMANTICS,BYTE
    NLS_NCHAR_CONV_EXCP,FALSE
    Edited by: [email protected] on May 25, 2010 4:22 AM
    Edited by: [email protected] on May 25, 2010 4:31 AM

  • ORA-12801: error signaled in parallel query server P000

    Hello All,
    Week before one of the APPLY process ABORTED with following error:
    ORA-12801: error signaled in parallel query server P000
    ORA-04031: unable to allocate 104 bytes of shared memory ("streams pool","unknown object","apply shared t","knalfGetTxn:lcr")
    We are using ORACLE 10.2.0.4.0 on HP unix B.11.23
    For now, I have started the APPLY process again and it's working properly.
    When I looked into the trace file it shows following
    A001: [enq: TM - contention] name|mode=544d0002, object #=2a67, table/partition=0
    *** 2009-06-15 10:53:57.897
    A001: warning -- apply server 1, sid 302 waiting on user sid 267 for event (since 302 seconds):
    A001: [enq: TM - contention] name|mode=544d0002, object #=2a67, table/partition=0
    *** 2009-06-15 10:58:58.792
    A001: warning -- apply server 1, sid 302 waiting on user sid 267 for event (since 603 seconds):
    A001: [enq: TM - contention] name|mode=544d0002, object #=2a67, table/partition=0
    *** 2009-06-15 12:14:36.679
    A001: [enq: TX - row lock contention] name|mode=54580004, usn<<16 | slot=90028, sequence=1b743
    *** 2009-06-15 12:19:36.961
    A001: warning -- apply server 1, sid 302 waiting on user sid 181 for event (since 300 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580004, usn<<16 | slot=90028, sequence=1b743
    *** 2009-06-15 12:24:37.417
    A001: warning -- apply server 1, sid 302 waiting on user sid 181 for event (since 600 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580004, usn<<16 | slot=90028, sequence=1b743
    *** 2009-06-15 12:29:37.906
    A001: warning -- apply server 1, sid 302 waiting on user sid 181 for event (since 901 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580004, usn<<16 | slot=90028, sequence=1b743
    *** 2009-06-15 12:34:37.428
    A001: warning -- apply server 1, sid 302 waiting on user sid 181 for event (since 1201 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580004, usn<<16 | slot=90028, sequence=1b743
    *** 2009-06-19 11:26:44.601
    A001: [enq: TX - row lock contention] name|mode=54580006, usn<<16 | slot=8001e, sequence=1a4af
    *** 2009-06-19 11:31:43.753
    A001: warning -- apply server 1, sid 302 waiting on user sid 212 for event (since 300 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580006, usn<<16 | slot=8001e, sequence=1a4af
    *** 2009-06-19 11:36:44.149
    A001: warning -- apply server 1, sid 302 waiting on user sid 212 for event (since 600 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580006, usn<<16 | slot=8001e, sequence=1a4af
    *** 2009-06-19 11:41:43.775
    A001: warning -- apply server 1, sid 302 waiting on user sid 212 for event (since 900 seconds):
    A001: [enq: TX - row lock contention] name|mode=54580006, usn<<16 | slot=8001e, sequence=1a4af
    *** 2009-06-23 16:55:24.002
    A001: [enq: TM - contention] name|mode=544d0004, object #=2c05, table/partition=0
    *** 2009-06-29 09:48:58.166
    A001: [enq: TM - contention] name|mode=544d0004, object #=2c05, table/partition=0
    *** 2009-07-01 06:02:37.236
    A001: [enq: TM - contention] name|mode=544d0004, object #=2c05, table/partition=0
    *** 2009-07-01 11:46:43.672
    error 12801 in STREAMS process
    ORA-12801: error signaled in parallel query server P000
    ORA-04031: unable to allocate 104 bytes of shared memory ("streams pool","unknown object","apply shared t","knalfGetTxn:lcr")
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-12801: error signaled in parallel query server P000
    ORA-04031: unable to allocate 104 bytes of shared memory ("streams pool","unknown object","apply shared t","knalfGetTxn:lcr")
    Can you please help to provide details on that how i can fix this problem permanetely.
    Any suggestions would be great!
    Thanks,
    Nick

    It seems that you are using Oracle database and not Berkeley Database.
    To fix ORA-04031 errors on streams pool, you need to increase streams pool size with
    alter system set streams_pool_size=<the right value>;See recommandations in http://download.oracle.com/docs/cd/B19306_01/server.102/b14229/strms_mprep.htm#i1006278

  • ORA-12801: error signaled in parallel query server P007

    Hi friends,
    I am running a update on a big table with parallel clause.
    I got the below error.Can someone help what should i next? This query takes a long time to execute(nearly 1 hour).
    I searched on google and metalink but no success yet.
    =======
    ORA-12801: error signaled in parallel query server P007
    ORA-00001: unique constraint (VEL5APPO.BL1_CHARGE_PK) violated
    =======
    Cheers,
    Kunwar

    Kunwar wrote:
    Hi friends,
    I am running a update on a big table with parallel clause.
    I got the below error.Can someone help what should i next? This query takes a long time to execute(nearly 1 hour).
    I searched on google and metalink but no success yet.
    =======
    ORA-12801: error signaled in parallel query server P007
    ORA-00001: unique constraint (VEL5APPO.BL1_CHARGE_PK) violated
    =======Not sure why you think this a complex and unusual and difficult to understand error. It is very clear what is happening.
    WHAT: your code violates constraint VEL5APPO.BL1_CHARGE_PK that says that one or more columns must contain unique values.
    Who says it? That is specified by the first line in the error stack.
    WHO: parallel query process 7 ran into the constraint error
    So what's happening? Your SQL is executed in parallel. Up to 7 PX slaves are used to run your SQL - with each slave running the SAME SQL for DIFFERENT rowid ranges. PX slave 7 attempted an insert/update that would have resulted in a duplicate row. The database constraint protecting the integrity of that table, prevented it.
    So the error is very clear as to what is wrong, why it is wrong, and where it is happening.
    I fail to understand that you search google and metalink and failed to find answers, when the error is meaningful....?

Maybe you are looking for

  • Itunes library on NAS upgrading computers don't want to lose music added to library via CDs help

    Hello all, I'm upgrading from an old Win XP machine to a Windows 8 machine.  Complete iTunes library has already been transferred to a network drive (NAS) and is accessible to both machines via Home Sharing.  I want to remove the XP machine from the

  • Why use Variables in CR XI?

    Post Author: jonnohudski CA Forum: Formula I have just finished a week of Crystal Reports training with my Companies prefered training provider and had a question that the instructor (and his whole company apparently) could not answer. I simply asked

  • URLClassLoader - with JAR Files- - - Please Help

    Hi all, I have two seperate JAR files which contain same files but different progressive versions.JAR 1 is version V1 and JAR 2 is Version V1.1 I have a program which loads classes from these two JARS and runs certain comparsions on them.CODE IS SHOW

  • All i get is a white screen. no more firefox

    all i get is a white screen no firefox

  • LabVIEW 2009 slow editing

     Ever since I switch from 8.6 to 2009 sp1, the same project has been very slow to edit.  Yes it is large, but the machine is large.  I have timed the how long I get the hour glass and how often, and the average delay is 22.5 seconds every 321 seconds