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 |
Explain what are the steps required to setup the oracle instance for os authentication?
What type of object is returned by resultset.getobject()?
What is difference between weblogic connection pool and conection factory?
diff b/w managed server and non managed server? can u briefly explain?
Can we deploy jar in weblogic?
What is the name of default jvm that is made used for weblogic?
How many types you configure managed server in weblogic server ?
Explain the performance tuning in jms?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
Define the toolbar elements.
What is the default port of weblogic admin server?
What is the sla in prd,qa,dev.?