Explain the security features in Oracle

Explain the security features in Oracle.

Data abstraction has been achieved in Oracle by separating the client and the server side logic. Therefore the client applications cannot manipulate the data. The triggers perform content based auditing and selectively disable application updates.

Access control can be achieved in Oracle by allowing the users to manipulate the data by using only their definer’s permitted privileges.
What are roles? How can we implement roles?
A role is a set or group of privileges that can be granted to users or another role....
What is user Account in Oracle database?
A user account is a schema which is used to store database objects, applications, and components.....
What is a trace file and how is it created?
The files that are created when an oracle background process encounters an exception are Trace files......
Post your comment