Interviewer And Interviewee Guide

Oracle Security Interview Question:

How to enforce security using stored procedures?

Submitted by: Administrator
Don't grant user access directly to tables within the
application.

Instead grant the ability to access the procedures that
access the tables.

When procedure executed it will execute the privilege of
procedures owner. Users cannot access tables except via the
procedure.
Submitted by: Administrator

Read Online Oracle Security Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.