ORA-03120: two-task conversion routine: integer overflow

Hello DB Gurus!!
Need your comments and help once again...
I am trying to import a DUMP file into My Local Database ie. Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
The file exported was by different user on different Dabase of Oracle 10g i.e. Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
but while I am trying to import, I getting the following error..
Please help.. and suggest the alternate..
Warning: the objects were exported by XYZABC , not by you
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
import server uses WE8ISO8859P1 character set (possible charset conversion)
IMP-00008: unrecognized statement in the export file:
. importing NEXOS_ADMIN_OLTP_API's objects into SHRICHANDRA_ABC123
IMP-00003: ORACLE error 3120 encountered
ORA-03120: two-task conversion routine: integer overflow
. importing NEXOS_ADMIN_OLTP_TAB's objects into SHRICHANDRA_XYZ123
IMP-00003: ORACLE error 3120 encountered
ORA-03120: two-task conversion routine: integer overflow
Thanks in advance..

Thank Rajneesh,
I suspect the same issue as you did, But unfortunately I don't have much option available, as other side all are production DB so All I can do is pull from there that is export and import to my local where I am stuck!!!
Thanks..

Similar Messages

  • ORA-03120 :two-task conversion routine:integer overflow Vendor code 3120

    Hi,
    I got below mentioned error message, while i run the procedure in sql developer
    ORA-03120 :two-task conversion routine:integer overflow Vendor code 3120

    What version of the database are you on? 9.2.0.8 for a guess?
    >
    ORA-03120 is associated with bug 5671074 on Oracle Enterprise Edition; Version 9.2.0.8, occurring on any platform:
    After applying the 9.2.0.8 patchset, compilation of functions and/or materialized view refreshes that reference remote databases via database links start failing with:
    ORA-04052: error occurred when looking up remote object OMS.PREMISE@JEAUSER_OMPR_L.WORLD
    ORA-00604: error occurred at recursive SQL level 1
    ORA-03120: two-task conversion routine: integer overflow
    ORA-02063: preceding line from JEAUSER_OMPR_L
    Bug 5671074 "ORA-4052/ORA-3106 on Create / Refresh of Materialized View", can cause this problem. Contrary to the bug abstract and description, this bug does not just apply to materialized view creation and refresh. It can occur for any PL/SQL that references a remote object via database link where the 'Endianness' of the two platforms differs. If one platform is 'Big-Endian', and another platform is 'Little-Endian', then this bug can be triggered between them. A list of the endianness of different platforms can be obtained from the following query (note that the v$transportable_platform view is only available in 10.1 and above):
    To resolve ORA-03120, this solution is given:
    To implement the solution, it will be necessary to apply the one-off patch for Bug 5671074 to the 9.2.0.8 database. One-off patches to 9.2.0.8 for most platforms are already available for download on MOSC. Bug 5671074 to the 9.2.0.8 database. One-off patches to 9.2.0.8 for most platforms are already available for download on MOSC.
    >
    If not, post more information: {message:id=9360002}

  • How can solve this ORA-03120: two-task conversion routine: integer overflow

    Hello everybody,
    I'm writing this query "SELECT rowid from <mytable>" and I get this error: ORA-03120
    Does anybody know how can i solve it?
    Thanks in advice

    Here is the cause and action as suggested in the Oracle Error Guide...please see if it helps you to fix the error
    ORA-03120:two-task conversion routine:integer overflow
    Cause: An integer value in an internal Oracle structure overflowed when being sent or received over a heterogeneous connection. This can happen when an invalid buffer length or too great a row count is specified. It usually indicates a bug in user application.
    Action: Check parameters to Oracle calls. If the problem recurs, reduce all integer parameters, column values not included, to less than 32767
    Regards,
    Murali Mohan

  • Two-task conversion routine: integer overflow

    Hi!
    We're using JBuilder to connect an Oracle database remotely.
    Everything's fine when I do a stmt.executeQuery() with a single
    SQL command (like select field1 from table1). But when I use a
    SQL command using two or more fields (like Select field1, field2
    from table1) I receive the message "ORA-03120: two-task
    conversion routine: integer overflow".
    Can anyone help us with it ? We're needing this information
    fast for our graduation work of the college.
    Thanks!
    null

    I am using 8.1.6 database and 6.0.8.11.3 forms.
    I found that if I change the query stored procedure from passing the result set in a cursor variable, to a table variable the problem seems to go away. We are still testing though...
    When openning a cursor variable in a "open cursor_x for <select statement>" statement do you need to explicitly close the cursor?
    Thanks,
    Darryl

  • ORA-03120: two-task conversion

    Hi,
    I have been using OEE V8.1.6.0.0 on SUN solaris recently we installed OracleV8.1.7 on linux .I have been noticing following error message in webserver log at client end.
    "Error: ora8.c:2161:ora_get_row: error in `OCILobRead ()': ORA-03120: two-task conversion routine: integer overflow"
    I know patching the db at server end is solution.WOndering if anyone could help how to fix this problem without upgrdating at server end.Does any one have oracleV8.1.6 client on Linux ?
    Thx

    I receive the message "ORA-03120: two-task
    : conversion routine: integer overflow".
    I got this error message when I was parameters from
    a stored procedure and I had my parameter-ordinals
    reversed like this:
    if first parameter is string and second int for instance
    (I don't remember the actual call anymore) and I would get data
    with the following statements
    sText=stmt.getString(2);
    i=stmt.getInt(1);
    Hope this helps
    Jani
    null

  • ORA-03117: TWO-TASK SAVE AREA OVERFLOW

    I have oracle 8i database and powerbuilder 7 application.
    When I try to execute a store procedure through powerbuilder script ,I got a oracle error "ORA-03117: TWO-TASK SAVE AREA OVERFLOW".
    That stored procedure is inside a package .
    That oracle package contains more than 10 procedure , function and user define data type declarations.
    The same procedure (inside package) execute properly in oracle 7 DBMS and its prompt "TWO-TASK SAVE AREA OVERFLOW" error in oracle 8i DBMS.
    The profile string to connect oracle database and powerbuilder is follow:
    [Profile TEST]
    DBMS=O84
    Database=Oracle8i
    UserId=
    DatabasePassword=
    LogPassword=
    ServerName=TEST
    LogId=
    Lock=
    Prompt=1
    DbParm=DisableBind=0,DelimitIdentifier='No',CommitOnDisconnect='No'
    When I try execute other package stored procedures , it execute properly without any error through powerbuilder application.
    Please anyone help me how to solve the error "ORA-03117: TWO-TASK SAVE AREA OVERFLOW' in oracle 8i DBMS
    Thanks
    Leela

    Hello,
    I think we found the explanation for ORA-03117 error in PowerBuilder environment.
    Before EACH time when PowerBuilder calls stored procedure or function it runs dbms_describe.describe_procedure
    It looks like at some point this function stops working and it becomes a problem. So far I found the way to discover it.
    SET pagesize 0
    SET trimspool ON
    SPOOL c:\temp\describe.sql
    SELECT 'PROMPT Object: ' || object_name || CHR(13) || CHR(10) || 'DESCRIBE ' || object_name
         FROM all_objects
         WHERE owner = 'ABC'
         AND object_type IN ('PROCEDURE', 'PACKAGE', 'FUNCTION CLASS')
         ORDER BY object_name;
    SPOOL OFF
    SPOOL c:\temp\describe.log
    @c:\temp\describe.sql
    SPOOL OFF
    If you will find text "ORA-03117" in c:\temp\describe.log then this could lead you to the solution.
    What's weird is that SQL*Plus can not describe package but it can execute any of its function without any problem.
    I will update this thread if something new will come up.
    Hope this will help,
    Boris

  • ORA-03118 two-task error while doing a non blocking OCI call

    Hi,
    I have an application that runs on Linux and uses OCI API (version 8.1.6).
    If I do the following in non blocking mode after polling about
    70 times I get the error:
    ORA-03118: two-task coroutine has invalid state
    do {
    call_cnt++;
    rtc = OCIStmtFetch(stmtptr->stmt, oracle_err, 1, OCI_FETCH_NEXT,
    OCI_DEFAULT);
    } while (rtc == OCI_STILL_EXECUTING);
    This doesn't happen all the time but it happens most often on big selects.
    Does anyone have any idea what is happening here?
    I have searched for related information but have come up dry. If anyone
    knows anything or maybe a better place to ask this question please tell me.
    Thanks,
    Barry
    null

    Ask your basis guys to increase the table space...
    check this thread...
    [Error : DBIF_RSQL_SQL_ERROR;
    --- Thanks...

  • ORA-013124 -Two-task internal error

    when i try to remove the data in a column table i am getting the follwoing error
    But i am able to change the data in the table
    ORA-013124 -Two-task internal error
    Pls help me in this

    Hi,
    TOAD 8.0 is quite old, you might want to grab 9.0.1 from www.quest.com (assuming you can arrange the appropriate access). But that shouldn't be causing this error.
    In addition, what version of Oracle software are you using with TOAD? ie the Oracle client software version. If this is indeed Oracle 8.0 then you need to upgrade this (and this is probably what's causing the error).
    Cheers,
    Colin

  • ORA-03120 error while running XML on 8.1.7

    Hi Steve and others,
    We were getting errors returned XSU on Oracle 8.1.6 whenever the query resultset exceeded certain size. Steve, if you remember you advised us to move up to 8.1.7 which apparently fixes the bug.
    I did.
    But now whenever I run a XML statement I get
    this error:
    select xmlgen.getXML('select content_id from
    bc_content where content_id < ''100''', 1) from dual
    ORA-03120: two-task conversion routine: integer overflow
    Now, I didn't install XSU again on this database. I believe that's pre-installed with 8.1.7. But do I need to install it on top? Or is there some other issue I am not aware of?
    Thanks in appreciation,
    NM
    null

    Steve,
    Thanks very much for replying. Here is the rub: I get this error for EVERY statement (involving XML etc) that is executed through SQL*Net. But on SQLPlus of the server the queries run just fine.
    I analyzed and found the following:
    *** On server SQLPLUS of 8.1.7 database:
    SQL> select xmlgen.getXML('select content_id from bc_content where content_id < ''1800''', 1) from dual ;
    XMLGEN.GETXML('SELECTCONTENT_IDFROMBC_CONTENTWHERECONTENT_ID<''1800''',1)
    <?xml version = '1.0'?>
    <!DOCTYPE ROWSET [
    <!ELEMENT ROWSET (ROW)*>
    <!ELEMENT RO
    ** On a client for the new 8.1.7 database (BTW We didn't upgrade the client)
    ORA-03120: two-task conversion routine: integer overflow
    Ora-3120 is a TWO-TASK error.
    Typically something is wrong for two-task errors with either
    (a) Database. Which is not the case. As we saw the query works when executed from server the query works!
    (b) Application Code: Which is not. As it works with the version of application talking to 8.1.6 database (which fails when filesize retrievd is big. Doesn't fail always)
    (c) Network (SQL*Net): And the error is HERE! That's why even though the query is executed on server we fail to execute it on a client.
    Our clients are on SQL*Net belonging to Oracle 8.1.6 as well. But we talk to an Oracle 8.1.7 server. Theoritically 8.1.6 client should work just fine with 8.1.7 server.
    Thanks very much again for replying,
    NM

  • CTAS in Exadata (11.2.0.3) from 10gR2*10.2.0.4) = ORA-03120

    I am doing a CTAS to migrate data from a table in 10gR2 (about 800 million rows) and after about 5 hours I get
    ORA-03120:two-task conversion routine:integer overflow
    CREATE TABLE X
    TABLESPACE Z
    NOLOGGING
    AS
    SELECT /*+ parallel (a,16) */
    * from Y@dblink a
    where a.partition_date <trunc(sysdate)
    /

    Hello;
    Any chance you are using a JDBC driver?
    Try changing it to : ( Workaround )
    SQLNET.ALLOWED_LOGON_VERSION=8
    OR = 9
    This is an old bug if I remember correctly.
    Bug 8730787
    Best Regards
    mseberg
    Added to mine, but I'm unable to recreate the error. Using Oracle 11 client.
    Found this
    Action:     Administrator should set SQLNET_ALLOWED_LOGON_VERSION parameter
         on both client and servers to values that matches the minimum
         version supported in the system.
    Edited by: mseberg on Feb 16, 2012 12:34 PM
    Edited by: mseberg on Feb 16, 2012 12:36 PM

  • About ORA-03120

    Hello:
    I setup Oracle8.1.7 on Sun SPARC Solaris.In seting every thing is OK.
    But I find a problem in sqlplus by client on winnt,I select some data includeing clob,then an error occured is ORA-03120: two-task conversion routine: integer overflow.
    Can you tell me why,then Please reply in Discussion Groups and mailto [email protected]
    Thanks.

    can you post more details about your code? did it work in earlier release of Oracle?

  • Two task Errors

    ORA-03120 two-task conversion routine: integer overflow
    Cause: An integer value in an internal Oracle structure overflowed when being sent or received over a heterogeneous connection. This can happen when an invalid buffer length or too great a row count is specified. It usually indicates a bug in the user application.
    Action: Check parameters to Oracle calls. If the problem recurs, reduce all integer parameters, column values not included, to less than 32767.
    client : window
    server : unix
    에서 데이터내리다 clob데이터만 익스포트가 실패했는데 원인이 저위에 에러입니다.
    원인과 해결책이..좀 궁금하네요..당연히 원격입니당.

    export 시에 buffer옵션을 사용하셨는지요? buffer가 아닌 direct=y를 통해서
    export 해보시기 바랍니다.
    buffer를 줄일 수록 0320에러가 발생할 수 있는 여지를 줄일 수 있습니다.

  • JDBC, two-task/datatype error

    I have an interesting problem. I am able to install and run JDK1.2/JDBC (thin) drivers on RH Linux, and execute sample code. Please note I can get everything to work fine on NT. All the sample code is the equivalent of 'select ename from emp', which works great. I notice, though, that if I select more than one column, two problems can occur. For instance, if I say 'select ename, ename from emp' (or any variation w/ two columns), I get either:
    <p>
    Exception in thread "main" java.sql.SQLException: ORA-03115: unsupported network datatype or representation
    <p>
    or in another table/case:
    <p>
    java.sql.SQLException: ORA-03120: two-task conversion routine: integer overflow
    <p>
    This is a problem for obvious reasons; I'd like to get more than one column at a time. The installation of Oracle is pretty vanilla and I do remind you that the same code runs properly on NT.
    <p>
    Thanks!

    Oh, actually, I lied about 1 thing. I had been using the JDBC-ODBC bridge driver on NT, not the Oracle driver, so I can't say I was using the Oracle driver in NT.
    But, I still have the problem in Linux.
    Thanks!
    null

  • Read CLOB error: ORA-03120

    Can anyone help me?
    When I use sql*plus to read CLOB field I got the error: ORA-03120 (tow task conversion routine: Integer overflow), why?
    my client:
    OS: NT2000
    ORACLE: 8.1.6i
    my server:
    OS: Solaris 8
    ORACLE: 8.1.6i

    Difficult to be precise without knowing database characterset and what language you are trying to view. But keep in mind, when a client application operates with a terminal that uses a different character set, then the client application's characters must be converted to the database character set and vice versa. This conversion is done automatically but depends on the NLS_LANG setting and the database character set. The character set used by the client application in this case SQL*PLUS is defined by the NLS_LANG parameter

  • PL/SQL calling giving ORA-03106: fatal two-task communication protocol erro

    Hi
    I am facing some issue when I am calling a Pl/SQL function from Reports Region of APEX page.
    Calling of the PL/SQL code is :
    declare
    v_query varchar2(4000) := null;
    begin
    SELECT DPSS_TS_SSA_PKG.getuserid('51552','3618') INTO v_query FROM DUAL;
    return v_query;
    end;
    ERROR MSG :
    report error:
    ORA-03106: fatal two-task communication protocol error
    ORA-02063: preceding line from DPSS_EBUST
    When I am executing any other function the same way it is working correctly.
    Not able to find out why its happening.
    Thanks
    Deepak

    Error: ORA 3106
    Text: fatal two-task communication protocol error
    Cause: The communication path between Oracle and the user task has stopped.
    This is an internal error message not usually issued.
    Action: Contact customer support.

Maybe you are looking for

  • Installing j2sdk1.3 on Redhat Linux 7.0

    I installed Redhat Linux 7.0 and now I'm trying to install the SDK 1.3. I downloaded the Linux version RPM shell script, but it is a .bin file and fails with unrecognized package when I issue the Linux command rpm -ivh filename. So then I downloaded

  • OBIEE error: Getting error in creating cross database joins

    Hi, We are trying to create a cross database join in OBIEE. CHild table is on SQL server and we are using ODBC 3.5 call interface to connect. Parent table is in Oracle 11.2.0.3.0 Each table can be queried separately. Main task required was to fetch r

  • Gerätesteuerung einer Sony MAZ

    Hallo, ich möchte gerne Digibetas über eine Sony MAZ und Premiere ingesten. Die MAZ ist via SDI mit dem Rechner verbunden und das läuft auch alles, nur kann ich die MAZ noch nicht vom Computer aus steuern (da eben ein Kabel fehlt). Jetzt wollte ich m

  • Runtime modification of Business Rules

    Hi Is there any place when client can modify Business Rules in runtime? I don't want to implement BR in code I want to make them dynamically.

  • Cost Manager

    Hi Experts, Am facing a problem in Interface MAnager. Sy SELECT request_id RequestId, request_date RequestDt, phase_code Phase, status_code Status FROM fnd_concurrent_requests fcr, fnd_concurrent_programs fcp WHERE fcp.application_id = 702 AND fcp.co