Web | News | Blogs | Products | Videos |

Top relevant results for : oracle ora 02049

 

ORACLE: ORA-02049 waiting for lock

Sunilkumar City :-Hyderabad, Satate:-Andhra Pradesh, India I am IT Professional having work experience in Database administration of oracle 8i/9i/10g RAC ...

Distributed transaction error ORA-02049 - Derya Oktay's Oracle ...

Distributed transaction error ORA-02049: time-out: distributed transaction waiting for lock. February 8, 2012 deryaoktay Leave a comment Go to comments. Problem. While working with dblinks, I got the below error: ORA-02049: time-out: ...

How to Solve the ORA-12048 Error ... - Oracle - Toolbox for IT

ORA-20001: Error in Trigger TR_BIU_VOYAGE_DETAIL ORA-02049: timeout: distributed transaction waiting for lock. ORA-06512: at "GLCCS.TR_BIU_VOYAGE_DETAIL", line 294. ORA-04088: error during execution of ...

Oracle Study Notes by Denis: Troubleshooting - ORA-02049 ...

The following steps/observations are involved in solving this issue: 1. Application team asked DBA for help to solve the following error: We are connecting to NCAMASTERCON/xxxxx@PRDDB1 SQL> update au1011 ...

remote batch job get ora-02049 when upda - Ask Tom - Oracle

we have a table in database A there is a batch job in database B update the table through a db link. the batch job's process: select to look for the record exist or not if exist update otherwise insert.. then they get ora-02049 ...

Jeff Kemp on Oracle: ORA-06502: PL/SQL: numeric or value error ...

i am inserting into table xx by three different processes. insert query is simple insert () into using values(). all process are inserting for 1 hr and after 1 hr two process are aborting giving error "ORA-02049: timeout: distributed ...

Defining database link by using Oracle Gateway « Derya Oktay's ...

2) In the gateway machine (in my example host ip: 10.1.1.200), Enter lines in listener.ora file: Server: Gateway File name: /u01/app/oracle/product/11.1.0/network/admin/listener.ora. MYSYDB_1522 = (DESCRIPTION_LIST = ...

Bitalk adapter pack 2.0: Polling Oracle DB, Error: ORA-02049 ...

I'm polling a stored procedure on an Oracle Database. The table I'm reading from is fed by a trigger on an ERP table (can't touch the real table, only a "copy"). There is a HUGE amount of data in the table, so I'm just grabbing ...

OTN Discussion Forums : help ORA-02049 ...

The transaction reached its time out because was waiting for a locked object. Oracle locks objects as TABLES, SPs and others to keep the consistency in the database.

ORA-02049: timeout: distributed transaction waiting for lock ...

Working in IT can be hard, especially when you need answers. That's why 2.1 million IT professionals use Toolbox.com to make their jobs a little easier.

ORA-02049: timeout: distributed transaction waiting for lock

ORA-02049: timeout: distributed transaction waiting for lock. On May 9, 2012, In Articles, by Oracle Discussion Forums: Message List - Fusion Middleware. Hi, … About the author ...

Just Java Tech...: ORA-02049 SQLException from iBatis 2.x with ...

Oracle database returns ORA-02049 error code in the detail of exception. There are two solutions, i googled on the web: one of them is increasing the SHARED_POOL_SIZE in init.ora on the database side. The other one is ...

OSB using BLOB data with DBAdapter results in ora-2049

SQLSyntaxErrorException: ORA-02049: timeout: distributed transaction waiting for lock ORA-06512: at "schema/package", line 113 ORA-06512: at line 1 ; nested exception is: BINDING. ... This will result in the Oracle error.

ORA-02049 Timeout: Distributed Transaction Waiting for Lock ...

Key Facts: This issue occurs when a session that is involved in a distributed transaction waits for another session's TX enqueue (row lock) for longer than the distributed_lock_timeout value. Any operation that uses a database ...