Hello,
I know that you mention in one of your articles
"You can only debug PL/SQL-Objects which re yours.
Orca".
But I've the following problem:
Pre-infromation:
There is a user(schema) let's say 'APPLICATION_OWNER' which owns all objects. The user is logging in by its own name let's say 'APPLICATION_USER' which only has one role granted. Further, we have several locations where our application's running. Only in one location we have the following problem, although all location should have the same conditions.
Problem:
Table Table4711 is stored within 'APPLICATION_OWNER' and has one trigger which fires before INSERT and UPDATE for each row.
Now, when I do an Update as user 'APPLICATION_OWNER' the trigger fires and is making the correect thing.
But when I do an Update as user 'APPLICATION_USER' it seems that the trigger makes nothing.
I've no chance to figure out where the problem is, because within the PL/SQL Developer as user 'APPLICATION_USER' the trigger code won't be displayed when debugging.
Do you have any idea how to find out the problem? Maybe there will be an enhancement of the PL/SQL Developer?
Thanks and regards
Johannes
I know that you mention in one of your articles
"You can only debug PL/SQL-Objects which re yours.
Orca".
But I've the following problem:
Pre-infromation:
There is a user(schema) let's say 'APPLICATION_OWNER' which owns all objects. The user is logging in by its own name let's say 'APPLICATION_USER' which only has one role granted. Further, we have several locations where our application's running. Only in one location we have the following problem, although all location should have the same conditions.
Problem:
Table Table4711 is stored within 'APPLICATION_OWNER' and has one trigger which fires before INSERT and UPDATE for each row.
Now, when I do an Update as user 'APPLICATION_OWNER' the trigger fires and is making the correect thing.
But when I do an Update as user 'APPLICATION_USER' it seems that the trigger makes nothing.
I've no chance to figure out where the problem is, because within the PL/SQL Developer as user 'APPLICATION_USER' the trigger code won't be displayed when debugging.
Do you have any idea how to find out the problem? Maybe there will be an enhancement of the PL/SQL Developer?
Thanks and regards
Johannes