Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can I fire a trigger on the connect event ?
This is any area of *** significant *** weakness with the Oracle
archtitecture. Even if you turn on auditing, you will not be allowed to
define a trigger on the audit table.
If you have control of the application source, you can use role based security, where the roles are not part of the users' default sets. Have the application issue a SET ROLE in order to activate the permissions. You can also protect the role with a password.
If you are using third party software you are out of luck.
Dave Mattie wrote in message <35AE521A.2E3C8CAB_at_nbnet.nb.ca>...
>We're trying to establish some security around our applications.
>I want to be able to allow a user to connect only from certain
>applications and exclude everything else.
>Anyone have any Ideas?
>
>David_Mattie_at_DMR.CA
>
Received on Tue Jul 21 1998 - 13:23:56 CDT
![]() |
![]() |