Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to connect database?

914567Nov 14 2012 — edited Nov 14 2012
while connecting to the databse i am getting an error
ORA-00604 error occured at recursive SQL level1
ORA-30511 Invalid DDL Operation in system triggers

Comments

vijayrsehgal-Oracle
30511, 00000, "invalid DDL operation in system triggers"
// *Cause:  An attempt was made to perform an invalid DDL operation
//          in a system trigger. Most DDL operations currently are not
//          supported in system triggers. The only currently supported DDL
//          operations are table operations and ALTER?COMPILE operations.
// *Action: Remove invalid DDL operations in system triggers.
971895
For that account,it has trigger. that's why it is raising the trigger.
i.e database level trigger ..ask dba to resolve this one.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 12 2012
Added on Nov 14 2012
2 comments
81 views