Hi,
Is it possible to invoke the GRANT statement in a trigger?
I have a packaged application that inserts rows in a 'user' table - thereby creating application users.
What I would also like this to do is create Oracle users & grant appropriate permissions.
Not being able to alter the application directly means that the use of a trigger is the only way that I can execute the statements.
Is it possible to invoke the GRANT statement in a trigger?
I have a packaged application that inserts rows in a 'user' table - thereby creating application users.
What I would also like this to do is create Oracle users & grant appropriate permissions.
Not being able to alter the application directly means that the use of a trigger is the only way that I can execute the statements.