Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> [Q] Security Paranoia....
G'Day,
I am the database owner of a database called MyDB but not the database adminisitrator for the oracle server. The information that is contained in MyDB is sensitive needs to be secured from prying eyes. The only access to the database would be via a set of stored procedures.
So is it possible to:
In short I don't want the dba or any other super user to be able to interact or see the data in the db in any way (tables, stored procs etc) and only want external users to access the data from a stored procedure interface. Users would be granted access to the stored procedure interface via a specified user name and password. The only things they would be able to see would be the stored procedures and execute them, but not the content of the stored procedures. If this is achievable then are there any other additional considerations should this database participate in replication?
TIA
![]() |
![]() |