Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Deadlock in single session
Martin T. wrote:
> Is the import and the schema update done in the same script?
> I had a remotely similar problem, discussed here:
> http://groups.google.com/group/comp.databases.oracle.misc/browse_frm/thread/9c033e92a79207e8/cd4e56709777992f?#cd4e56709777992f
>
> Maybe that helps.
>
> cheers,
> Martin
Hi Martin,
No, the import is done from the DOS prompt and once complete, I start up a SQLplus Worksheet session to execute the script.
The script itself, simply put, is:
...all in the same one script.
I do see a similarity between my situation and the thread you pointed me to, in that some of the new columns being created on the table referenced in the trace file have default values - and in your thread someone says DDL like that can be a source of problems sometimes. I'll try removing the defaults from this particular tables, just as an exercise...
Regards,
Nick
Received on Thu Oct 19 2006 - 10:36:34 CDT
![]() |
![]() |