Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle database Security.
Paul Drake wrote:
> Pete Finnigan <plsql_at_petefinnigan.com> wrote in message news:<ejcHAzApztAARxiH_at_peterfinnigan.demon.co.uk>... >>>>PRODUCT_USER_PROFILE table owned by SYSTEM.
>>>>Hi,
>>>> Can any one suggest, how to prevent inserting or deleteing records
>>>>in oracle table through MS Access or VC ++ project window.
>>>>
>>>> Thanks in advance
>>>> Jesu.
>>>
>>>Sybrands solution will work. An alternative is to use the
> > > Hi Pete. > > I believe that this was covered here not long ago. Geoff Ingram has a > routine in his book, "high performance oracle" that kills off sessions > that don't conform to allowed executables, but still relies upon the > program name being identifiable. > > Seeing that I only have a couple of minutes before my train leaves, I > won't cover it in detail here. > > If the OP is interested he can post here or search for it on the > archives of this newgroup. > > Paul
Well if we just want to kill executables ... no matter what they are doing ... go with SYSTEM triggers such as AFTER LOGON.
Reg: http://www.psoug.org/reference/system_trigger.html
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Tue Jan 13 2004 - 00:03:59 CST
![]() |
![]() |