Hi, i am getting oracle error ora-01013 user requested cancel of current operation.

I know this is timeout error however my select query simply returns count from 2-3 tables.. any help would be appritiated, please help me.

Hi Ramin,
Thanks for reply. Below is the query i am running,
SELECT COUNT(TRN.TRANSACTIONID)
FROM TRANSACTIONDATA TRN,
CONTENTDATA CND,
ACTIVITY AC,
ACTIVINVOL AVL,
PARTY PR
  WHERE TRN.T_ID=CND.T_ID
AND CND.CD=AC.CD
AND AC.AD=AVL.AD,
AND AVL.PRD=PR.PRD
AND PR.SPRI=42345
AND TRN.LUT > '16-JUN-2013'
AND UPPER(TRN.T_ID) LIKE 'ONE AND DONE COM%' ;
WHICH OCCURS ERROR ora-01013 user requested cancel of current operation.
THANKS
DESHMUKH

Similar Messages

  • ORA-01013: User requested cancel of current operation (#1013)

    Hi Guys,
    I have an application and in particular an append query that inserts rows into a linked table. I keep on getting this error, (although the code works fine in enterprise manager, and code-imports ok).
    I did not cancel the query but it seems to think it has. The insert/append query starts and prompts me for the username and password, this works fine, it just stops half way or beggining etc...
    This is the error:
    ORA-01013: User requested cancel of current operation (#1013)
    And this is the error on Help file:
    ODBC – call failed. (Error 3146)
    Using an ODBC connection, you tried to perform an operation on data in an ODBC data source. This error may occur when the ODBC data source is on a network drive and you are not connected to the network. Make sure the network is available, and then try the operation again.
    Cheers
    Champinco

    Does "linked table" imply that you're using Access as a front-end for Oracle? I know that Access sets a query timeout value when it works with ODBC connections and this error generally occurs when you have a query that exceeds that timeout. I don't know whether Access lets you adjust that timeout, but assuming you're using the Oracle ODBC driver, you should be able to disable query timeout in the DSN configuration.
    Justin

  • Message: ORA-01013: user requested cancel of current operation

    Hi,
    I have been working an issue involving an application that is receiving "Message: ORA-01013: user requested cancel of current operation" errors. These errors are seen in the Application servers which are 6, w2k3 Standard sp2.
    My problem is the users are not the ones requesting the cancel. I have worked with my application support dept and they have informed me the timeout settign is 2 seconds. As you can see in my list below these transactions are taking longer then 2 seconds. A good transaction should take less then 3ms.
    Here is a short log of bad times this has occurred:
    Duration
    (in ms) Error Time
    2226       2013-01-22 12:30:11.023
    2006       2013-01-22 12:30:10.827
    2833       2013-01-22 11:38:56.813
    2026       2013-01-22 11:15:28.490
    2026       2013-01-18 15:00:24.930
    2990       2013-01-21 04:47:10.317
    2026       2013-01-18 11:14:45.370
    10910    2013-01-18 11:14:33.673 
    2026       2013-01-18 11:08:39.970
    2140       2013-01-18 11:08:33.310
    2140       2013-01-18 11:08:31.620
    2230       2013-01-18 11:08:30.330
    2130       2013-01-18 11:08:25.737
    3506       2013-01-18 09:00:15.453
    4390     2013-01-17 11:44:55.243
    9793     2013-01-17 11:44:55.233
    6216     2013-01-17 11:44:54.317
    4800     2013-01-17 11:44:54.313
    8443     2013-01-17 11:44:54.313
    2006     2013-01-17 11:44:52.980
    3143     2013-01-17 11:44:50.850
    3760      2013-01-17 11:44:47.697
    3406      2013-01-17 11:44:47.693
    Example's of good
    Duration
    (in ms) Event_Time
    3 2013-01-17 11:44:50.560
    0 2013-01-17 11:44:50.410
    3 2013-01-17 11:44:50.233
    0 2013-01-17 11:44:50.213
    0 2013-01-17 11:44:50.013
    3 2013-01-17 11:44:49.813
    0 2013-01-17 11:44:49.793
    3 2013-01-17 11:44:49.627
    0 2013-01-17 11:44:49.537
    0 2013-01-17 11:44:49.363
    0 2013-01-17 11:44:49.140
    3 2013-01-17 11:44:48.097
    3 2013-01-17 11:44:46.723
    3 2013-01-17 11:44:46.117
    3 2013-01-17 11:44:46.000
    We can't up the timeout setting in the application, We've already looked into it and theres to much red tape for us to cut in order to implement that setting.
    Recently our DB's were upgraded from Oracle 11.2.0.2 to Oracle 11.2.0.3. The very next day is when we started receiving these alerts.
    Any thoughts?

    What's it doing during these bad transactions? Is there a difference between what those are doing and what the fast ones are doing?
    Off the top of my head with so little information, the only thing I can come up with is that a lock is being held which is delaying some of the transactions from completing until after the timeout hits.

  • ORA-01013: user requested cancel of current operation Disconnected from Ora

    Hi Hussein;
    When i run my script for cold backup in r11.5.10.2 solaris 9.2.0.8 database it gives me:
    ORA-01013: user requested cancel of current operation Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.8.0 - Production
    What is matter?

    Hi,
    Run this query to determine the session details of the OS PID:
    SQL> select s.sid, s.serial#, s.username, s.osuser, p.spid, p.terminal, s.program
    from v$session s, v$process p
    where paddr=addr
    and spid='<OS PID>';Regards,
    Hussein

  • ORA-01013 User requested cancel of current operation

    Hi
    I'm stuck with ORA-01013 on RDBMS 7.3.2.3.0 on OpenVMS 7.1. Yes, I know the product is long time desupported by Oracle, but some systems are built to last ... (!)
    My client application is built with Forms 4.5; the application has a trigger running a longlasting database maintenance job.
    Depending on overall system load ORA-01013 may show up more often, causing the application to fail, and job must be re-started. Setting the SQLNET.EXPIRE_TIME=0 (on server and client) apparently has no effect (I restarted the client only after changed settings).
    I found bug no 590961 on metalink, and there should exist a patch held by global support, but no direct link. And there is no way that I may register issues for 7.3 using Metalik.
    Upgrading Oracle to a supported version is unfortunately no option. Any suggestion for corrective actions that can be taken; it surely would be appreciated?

    ORA-01013 is not an error message, it says someone/something (mostly a human) has interrupted the running application. You cannot avoid this by changing parameters or settings. Maybe users are too impatient and hit the interruption keys, if they think the application is stuck.
    Werner

  • CsDbUnableToStartTransaction() ORA-01013: user requested cancel of current

    Hello Guru's,
    We are getting this error once in a while(may be once in 20 check-in's). Please through some lights why this error occurs? Thanks in advance.
    Error Log :
    sscproducmap02.ph.rc: Event generated by user 'fmwadmin' at host 'xxxxxxxxxxxx:7151'. csDbUnableToStartTransaction() ORA-01013: user requested cancel of current operation
    csDbUnableToStartTransaction() ORA-01013: user requested cancel of current operation
    java.sql.SQLException: ORA-01013: user requested cancel of current operation [ Details ]
    An error has occurred. The stack trace below shows more information.
    !$sscproducmap02.ph.rc: !csUserEventMessage,fmwadmin,xxxxxxxxxxx:7151!$!csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation<br>!csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation<br>!syExceptionType2,java.sql.SQLException,ORA-01013: user requested cancel of current operation<br>
    intradoc.common.ServiceException: !csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation
         at intradoc.data.WorkspaceTransactionWrapper.beginTransaction(WorkspaceTransactionWrapper.java:52)
         at intradoc.server.ServiceRequestImplementor.beginTransaction(ServiceRequestImplementor.java:285)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1186)
         at intradoc.server.Service.doActions(Service.java:447)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1121)
         at intradoc.server.Service.executeActions(Service.java:433)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:635)
         at intradoc.server.Service.doRequest(Service.java:1707)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)
    Caused by: intradoc.data.DataException: !csDbUnableToStartTransaction,!$ORA-01013: user requested cancel of current operation
         at intradoc.jdbc.JdbcWorkspace.handleSQLException(JdbcWorkspace.java:2371)
         at intradoc.jdbc.JdbcWorkspace.beginTranEx(JdbcWorkspace.java:1059)
         at intradoc.data.WorkspaceTransactionWrapper.beginTransaction(WorkspaceTransactionWrapper.java:47)
         ... 9 more
    Caused by: java.sql.SQLException: ORA-01013: user requested cancel of current operation
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:961)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190)
         at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:4086)
         at oracle.jdbc.driver.OracleStatement.doScrollStmtExecuteQuery(OracleStatement.java:4234)
         at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1661)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1626)
         at intradoc.jdbc.JdbcWorkspace.beginTranEx(JdbcWorkspace.java:1038)
         ... 10 more

    The ORA-01013 error is a database error. The error is thrown when an activity is cancelled by the requested user before it was completed.
    In this case UCM is the application that is cancelling a database query/update/etc. UCM does this automatically if a database action takes
    longer then a treshold value (I think by default it's 30 seconds, but I am not completely sure).
    If you are suffering from ORA-01013 it might be good to contact your DBA and ask if there are any queries from your UCM application that
    take a long time. Or trace the systemdatabase event and look for queries that take a long time.

  • ORA-01013: user requested cancel...........

    Hi,
    I've an application on Oracle 10.2.0.3.0 that run a basic script but I get always this error:
    ORA-01013: user requested cancel of current operation
    I was thinking to solve the problem by changing the ODBC settings in ODBC sources, I'd like to uncheck the "Enable Query Timeout" option, BUT when I trying to do the following with the Oracle ODBC Driver version 10.2.0.3.0 I get the error:
    "An unsupported operation was attempted"
    Have someone any idea How can I fix my ORA-01013 error and ODBC error?
    Thanks in advance!

    Sqlnet.expire_time=0 which is a way to eable DCD wil not help here.
    Please try to set the sqlnet. inbound_connect_timeout . But I doubt this will help because these parameters solves the timeout error.. the error we are getting here is like pressing ctl C while something is running.
    The best way will be to enable a client trace and see the network error.
    Also you can run the script locally to the server (if possible) to narrow down the issue.

  • Error: USer request cancel of current operatin

    Hi,
    My database is in 10.2.0 and OS is Windows 2003. We are having some inhouse MIS reports. One report was running earlier without any error. But past few days I am getting the following error:
    Can any one help me.
    Microsoft OLE DB Provider for ODBC Drivers error '80040e31'
    [Oracle][ODBC][Ora]ORA-01013: user requested cancel of current operation
    /mis/procedures.asp, line 291
    thankyou
    satyanag

    ORA-01013 user requested cancel of current operation
    Cause: The user interrupted an Oracle operation by entering CTRL-C, Control-C, or another canceling operation. This forces the current operation to end. This is an informational message only.
    Action: Continue with the next operation.
    So it means that you need to check back with the application. If its coming from the MIS than check back what's happening in the file that is given in the error.
    Aman....

  • Getting Oracle error ORA-00000

    Hello All,
    After running the PRO*C file some times I am getting the error.( It happen some times not always)
    Error: You have encountered Oracle error #: 00000
    Steps: ORA-00000 is supposed to be a successful completion through...?
    Could any body suggest why I am getting this error?
    Welcome any suggestion.
    Regards
    SUN

    can you ask it in the rdbms or pro-c - forum?
    General Database Discussions

  • Oracle error ORA-01461when trying to insert into an ORACLE BLOB field

    I am getting Oracle error ‘ORA-01461: can bind a LONG value only  for insert into a LONG column' when trying to insert into an ORACLE BLOB field. The error occurs when trying to insert a large BLOB (JPG), but does not occur when inserting a small (<1K) picture BLOB.(JPG). Any ideas?
    BTW, when using a SQL Server datasource using the same code.... everything works with no problems.
    ORACLE version is 11.2.0.1
    The ORACLE datasource is JDBC using Oracle's JDBC driver ojdbc6.jar v11.2.0.1 (I also have tried ojdbc5.jar v11.2.0.1; ojdbc5.jar v11.2.0.4; and ojdbc6.jar v11.2.0.4 with the same error result.)
    Here is my code:
    <cfset file_mime = Lcase(Right(postedXMLRoot.objname.XmlText, 3))>
    <cfif file_mime EQ 'jpg'><cfset file_mime = 'jpeg'></cfif>
    <cfset file_mime = 'data:image/' & file_mime & ';base64,'>
    <cfset image64 = ImageReadBase64("#file_mime##postedXMLRoot.objbase64.XmlText#")>
    <cfset ramfile = "ram://" & postedXMLRoot.objname.XmlText>
    <cfimage action="write" source="#image64#" destination="#ramfile#" overwrite="true">
    <cffile action="readbinary" file="#ramfile#" variable="image_bin">
    <cffile action="delete" file="#ramfile#">
    <cfquery name="InsertImage" datasource="#datasource#">
    INSERT INTO test_images
    image_blob
    SELECT
    <cfqueryparam value="#image_bin#" cfsqltype="CF_SQL_BLOB">
    FROM          dual
    </cfquery>

    Can't you use "alter index <shema.spatial_index_name> rebuild ONLINE" ? Thanks. I could switch to "rebuild ONLINE" and see if that helps. Are there any potential adverse effects going forward, e.g. significantly longer rebuild than not using the ONLINE keyword, etc? Also wondering if spatial index operations (index type = DOMAIN) obey all the typical things you'd expect with "regular" indexes, e.g. B-TREE, etc.

  • Sandee mendelson reid : Oracle Error: ORA-01403

    Hi everyone!!!
    Please could you tell me why I get an error (ORA-01403: No data found) when executing a sql query on Oracle 8i?
    The query is:
    "INSERT INTO TABLE1 SELECT * FROM TABLE2"
    NB:
    when I run the query "SELECT * FROM TABLE2"
    I get property registration!
    it is at the time of insertion of recording in Table 1 that the error occurs:
    ORA-01403: No data found
    thank you in advance for your help
    Sandee mendelson reid

    Even on your really old version of Oracle, the insert select should not raise a no data found error.  Is that the full error stack you get?  Typically that error comes in a PL/SQL block where you are selecting a value into a variable.   I would expect the full error stack would also include the name of the PL/SQL unit where the error occurred.  Is ther a trigger defined on table1?
    John

  • Oracle error ORA-01115

    when we run sql update we get the error ORA-01115 : IO eror reading from file 348 and
    ORA-01110 : data file 657 : /dev/vx/rdsk/racdg1/PSindex03 ORA-27072 : skgfdisp : I/O error SVR4 Error : 12 : not enough space.
    the database is working perfectly.
    the job runs perfectly when we re-run the job after several tries.
    i have checked the oracle documentation on error and causes.they have not helped me yet.
    please give your inputs.
    oracle 9i with RAC
    OS solaris

    1. Try to assess the cause and extent of the problem.
    Examine the alert.log file for this instance. Scan the last few
    days' entries for other occurrences of ORA-01115. If you find them,
    A) Do they reference files in different disks?
    If so, it is likely that there you have controller problems.
    Move on to Scenario II.A below.
    B) Do they reference different files in the same disk?
    If so, it is likely that there are problems with that disk.
    Move on to Scenario II.B below.
    C) Do they always reference the same datafile?
    If so, it is likely that the datafile contains bad blocks.
    Move on to Scenario II.C below. If the file is bigger
    than 2GB and you are running 7.1.4 or lower on a Solaris
    platform, see Scenario II.D below.
    D) If none of the above applies, move on to Step 2.
    2. If the datafile is in the SYSTEM tablespace, or the database is in
    NOARCHIVELOG mode, shut the database down. Move on to Step 4.
    If shutdown immediate fails, do a shutdown abort.
    3. If the database is in ARCHIVELOG mode, you should still shut the
    database down. If the database cannot be shut down, offline the
    datafile.
    ALTER DATABASE DATAFILE '<full_path_file_name>' OFFLINE;
    4. Try to copy the datafile to another disk (managed by a different
    controller, if possible).
    5. If the copy fails, even after you retry, the datafile must be considered
    lost at this point. The next action depends on the tablespace to
    which the lost file belongs. See the following Solution References to
    PR entries, according to the different types of tablespaces,
    for instructions on how to proceed.
    IMPORTANT: While going through the references below, keep in mind that
    if you restore the datafile from backup, you need to place it in another
    disk, preferably under a different controller, and rename it inside Oracle
    (see Note 115424.1 for details). If you recreate any tablespace, make
    sure its datafiles are created in another disk, preferably under a
    different controller.
    Reference for Lost datafile scenarios : Note 198640.1
    6. If the database is down, mount it.
    7. Rename the datafile that you succeeded in copying inside Oracle.
    ALTER DATABASE RENAME FILE '<old_full_path_file_name>'
    TO '<new_full_path_file_name>';
    8. If the database is mounted, open it. If you offlined the datafile,
    perform media recovery on it, and then bring it online.
    RECOVER DATAFILE '<full_path_file_name>';
    ALTER DATABASE DATAFILE '<full_path_file_name>' ONLINE;

  • Why I always get the error(ORA-00600)?

    Why I always get the error(ORA-00600)?
    My database Oracle 9.2.0.1.0 I installed Oracle Jdeveloper 9i on my computer.
    OS:windows2000
    My program:
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con =java.sql.DriverManager.getConnection("jdbc:oracle:thin:@server:1521:db","developer","12345");
    java.sql.Statement stmt=con.createStatement();
    java.sql.ResultSet rs=stmt.executeQuery("select task_title from task");
    while (rs.next()){              
         //getInformation
         String fjbh=rs.getString("task_title");
    If I use this in a common java program(like MyParser.java). It will work well:
    D:\JavaApp> java MyParser
    but If I put the code into a JSP file . It will not work.I tried several times.
    I find that the statment:
         java.sql.ResultSet rs=stmt.executeQuery("select task_title from task");
    will throw the exception.It seemd that I can connect to the database ,
    but can not execute some sql statment.
    If I execute this sql statment:
         select sysdate from dual ;
         or
         select task_ID from task ; --task_id is a column with the type NUMBER(10)
    it will work.
    but if I execute :
         select Task_Title from task where task_id=1; --Task_Title is a column with the type VARCHAR(50)
         or
         select t.task_text.getCLOBVal() task_Text from task t where task_ID=1;
                   --task_text is a column with the type XMLTYPE, I use this column save XMLFile.
    it will not work.
    the detail error information as follow:
    java.sql.SQLException: ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], []

    It is a database bug (an ORA-0600 almost always is). In this case it is bug# 1725012. You can see the details from MetaLink. There are some patches (by platform) available you should see which may apply to you.

  • Oracle error ORA-22905: cannot access rows from a non-nested table item

    Oracle error ORA-22905: cannot access rows from a non-nested table item
    Creating a report using oracle plsql code .
    Getting error ;
    Oracle error ORA-22905: cannot access rows from a non-nested table item
    when I am trying to pass data in clause in pl sql proc
    basically I have a proc which takes 2 parameters(a and b)
    proc (
    P_a varchar2,
    p_b varchar2,
    OUT SYS_REFCURSOR
    culprit code which is giving me  the error and on google they say cast it but I dont know how to do it in my context
    --where  id in (
    --        SELECT * FROM THE (SELECT p_cd_common.get_table_from_string(P_a) FROM dual)
    --        union
    --        SELECT * FROM THE (SELECT p_cd_common.get_table_from_string(P_b) FROM dual)
    data sample returned from this :SELECT * FROM THE (SELECT p_cd_common.get_table_from_string(P_a) FROM dual)
    'Abc','def',
    data sample returned from this;SELECT * FROM THE (SELECT p_cd_common.get_table_from_string(P_b) FROM dual)
    'fgd','fth',
    Any answers ?
    How to pass data in clause in a better way

    Why are you creating a duplicate post? I already asked you to post p_cd_common.get_table_from_string. In particular what is function return type and where it is declared. As I already mentioned, most likely function return type is declared in the package and therefore is PL/SQL type. And TABLE operator can only work with SQL types.
    SY.

  • Getting an error -ORA-20001: FLEX-ID DOES NOT EXIST in migrating Assignment

    Hi,
    I am working on migration of persons data (Person/Assignment ) etc. in Oracle HRMS. While migration of Assignments data I am getting an error: ORA-20001: FLEX-ID DOES NOT EXIST.
    Please help me.
    Regards
    Sr
    Edited by: user10939296 on Jul 9, 2009 1:21 AM

    This error occurs as FLEX-ID for different combination for KFFs has not been generated. Therefore while migration your script is unable to fetch the Flex-id as they are not generated. You can work your way around by entering the possible combinations of KFFs for a single employee and eventually entering data for one employee manually.
    eg. if for People Group Flexfield there are two segments A and B
    A having LOV Corporate and Others
    B having LOV Executive and Non Executive
    Then you have to enter the possibilities from the frontend for one employee:
    Corporate.Executive
    Corporate.Non Executive
    Others.Executive
    Others.Non Executive
    HTH

Maybe you are looking for

  • VGA to HDTV

    I have a Lenovo 3000 N200 with a VGA output (no SVideo) I want to send video to my Panasonic HDTV.  I have a VGA to RCA/Svideo adapter.  A signal goes to the TV but it is all static.  Is it not possible to connect them or am I missing some software?

  • How do I get Bookmarks Toolbar to open when Firefox opens without having to click to open it?

    When I open FIrefox I want the Bookmarks Toolbar to be there by default without having to click to open it. It is very frustrating having to add it each time I open Firefox. Help! Thanks.

  • Authorizations for cost centers or profit centers on FI documents

    Hi, We need to assign some users to a role so they are allowed only to post documents that are related only to a specific cost centers or profit centers in the document. We try to do it using role authorizations transaccion PFCG, however we cannot fi

  • Weblogic.management.security with transactions, Please HELP

    I am using weblogic.management.security.authentication API to programmatically insert/delete users and passwords into/from default security provider on Weblogic Server 8.1. I want to add transactional support to this these actions, I tried using User

  • Move to External Disk and Delete?

    Hi, I have a external disk which I bought for the purpose of extra storage on my computer. I have in the computer's HD, many movies which I made from iMovie6. Most of these are ten gig each. If I just simply drag and drop the movies into the external