GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AOL

 Print  |  
Question:  I have applied a patch. at the time of applying he update a table and suddenly he gives the error that table is lock. Now what i do?



February 02, 2006 08:27:37 #1
 sanjeeb Rakshit   Member Since: Visitor    Total Comments: N/A 

RE: i have applied a patch. at the time of applying he...
 

one case could be multiple upgrade scripts in the patch are there, and ad workers are running them parally , so when the first worker was upading the table and second one also gone for the update at the same time, in this case locking error will come.

To resolve this kind of issues patch should not contain different upgrade scripts for a single table ,all the upgrades should happen in the same file.

     

 

Back To Question