Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
Oracle interview
Oracle architecture
Oracle processes
Oracle memory area
Oracle file types
Oracle database objects
Oracle operators
Oracle composite
Oracle constraints
Oracle data types
Oracle DCL and TCL
Oracle DML commands
Oracle error handling
Oracle functions
Oracle function, procedure, package
Oracle import and export
Oracle sub queries
Oracle table
Oracle triggers
Oracle views
Oracle synonym
Oracle indexes
Oracle joins
Oracle cursors
Oracle form
Oracle security
Oracle system privilege
Oracle object privileges
Oracle table privileges
Oracle view privileges
Oracle backup & recovery
Oracle DBA
Oracle PL/SQL
Oracle nested table & varrays
Oracle large objects
Oracle replication
Oracle transaction
Oracle optimizer
Oracle auditing
Oracle backup
Oracle database tuning
Oracle application tuning
Oracle procedures
Oracle functions
Oracle loops
Oracle exceptions
Oracle Select into clause
Oracle string functions
Oracle numeric functions
Oracle date functions
Oracle translate and decode
Oracle correlated sub-queries
Oracle union, intersect and minus
Oracle clusters
Oracle sequences
Oracle tablespaces
Oracle object datatypes
 
ASP.NET | ADO.NET | AJAX
C#.NET | VB.NET | PHP
NET Remoting | NET Interview
  
C | C++ | Java | Oops
Data Structure | OS
   
Database concepts | Oracle
SQL Server | Biztalk | Sharepoint
Notification services
Reporting Services
Service-oriented architecture
Data warehousing | MySQL
  
Project Management 
Linux | Testing | Networking
Software engineering 
  
UML | XML | HTML | SOAP 
CSS | VBScript  | Web Services
   
CV Cover letter | Interview 
HR | Soft skills | GD 
Working from Home 
Tutorial
ASP.NET | VB.NET | C#.NET     
Remoting.NET | Web service
Remoting overview | ADO.NET
UML | Sql server 
More links
Introduction to Legacy Modernization 
Oracle Web RowSet 
Books on Oracle
Oracle Modernization Solutions 
JDBC 4.0 and Oracle JDeveloper for J2EE Development 

Oracle Security

Oracle Security interview questions

<<Previous  Next>>
Part 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30  | 31   NEXT>>

Oracle Security - Posted on August 28, 2008 at 17:10 pm by Amit Satpute

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 previledges.

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.

Following examples illustrate the way to create them:

CREATE ROLE role_user1;

This example simply creates a role called test_role.

CREATE ROLE role_user2
IDENTIFIED BY pass123;

This example creates the same role and has an associated password with it.

What is user Account in Oracle database?

A user account is a schema which is used to store database objects, applications, and components, and to determine a user's database privileges. 

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.

Processes like dbwr, lgwr, pmon, smon create them.

Trace files are also created by ORA-00600 error or due to some diagnostic dump events.

What are Tablespace Quota and default tablespace?

A tablespace is a logical storage unit within an Oracle database because it is not visible in the file system of the machine, the database resides on.

The Tablespace quotas are used to assign users with limited size on tablespaces.

Default tablespaces are used for users who are not configured with default tablespaces.

What is Auditing? What are the different Levels of Auditing?

Auditing includes reading, writing and deleting the access on the objects at the table level. The privileges granted to a user can be audited.

There are three levels of auditing:

Statement level
Object level
Privilege level

Explain Statement Auditing, Privilege Auditing, And Object Auditing.

There are three levels of auditing:

Statement level: Statements found in stmt_audit_option_map are audited.

Object level: objects like tables, views, sequences, packages, stored procedures, stored functions are sudited.

Privilege level: All system privileges that are found in system_privilege_map are audited.  

What are the steps to creating a password authentication file?

The steps are :

  • First set REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE in init.ora file
  • Then dbs$orapwd file=orapw$ORACLE_SID password=sys force=y
  • Then startup force;
  • Then grant sysdba to user(any user in the database);
  • Then conn user/user
  • Then conn user/user as sysdba
  • Then show user

 <<Previous  Next>>




 
Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.