Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic



Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic..

Answer / Shivram Meena

The ORA-01002 error is often caused by a row that cannot be locked due to concurrency issues. When using FOR UPDATE in Oracle 8, the session locks the rows until the transaction is committed or rolled back. If another session tries to access these locked rows before the original transaction is complete, it will encounter the ORA-01002 error.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

Explain what are the steps required to setup the oracle instance for os authentication?

1 Answers  


What type of object is returned by resultset.getobject()?

1 Answers  


What is difference between weblogic connection pool and conection factory?

2 Answers   MAHINDRA,


diff b/w managed server and non managed server? can u briefly explain?

3 Answers   Wipro,


Can we deploy jar in weblogic?

1 Answers  


What is the name of default jvm that is made used for weblogic?

1 Answers  


How many types you configure managed server in weblogic server ?

1 Answers  


Explain the performance tuning in jms?

1 Answers  


What are the ways to avoid resourceexceptions when sending requests for databaseconnections?

1 Answers  


Define the toolbar elements.

1 Answers  


What is the default port of weblogic admin server?

1 Answers  


What is the sla in prd,qa,dev.?

1 Answers  


Categories