Hi Folks,
I have a schema trigger in user A that checks if this user in the table
"FOO" is allowed to connect at a specific time. The problem is I don't want
the user to be logged on if he is not supposed to be. I tried to raise an
error, but the user is still connected !!! Any good thoughts to help me with
that ??
Thanks in advance.
Jorge
I have a schema trigger in user A that checks if this user in the table
"FOO" is allowed to connect at a specific time. The problem is I don't want
the user to be logged on if he is not supposed to be. I tried to raise an
error, but the user is still connected !!! Any good thoughts to help me with
that ??
Thanks in advance.
Jorge
Comment