What virdi_ds said, you have a system level trigger that fires on database startup and it can't find a table it needs.
You need to debug this trigger:
select text from dba_source where name='AX_OTK' and owner='AC' order by line;
You can then fix the trigger or drop it. Before dropping it you need to find out who put it there.
Main Topics
Browse All Topics





by: virdi_dsPosted on 2009-11-04 at 12:41:24ID: 25743666
It looks like there is an Oracle trigger on Instance startup. Is that correct?