GeekInterview.com
Answered Questions

Oracle dead locks

Asked By: karthikdb | Asked On: May 20th, 2011

If dead lock happened for 2 applications at a time in a banking sector..How to resolve this issues without forcing any one of the application ..We should not have to stop the transaction...

Answered by: Dharma Kotha on: Oct 10th, 2011

A deadlock occurs when data was locked simultaneously by two sessions(users) and waiting for data, this can be resolved by rollback statement.

Answered by: dharma on: Aug 23rd, 2011

Dead Locks can be resolved by rollback statement.

What is a datafile

Asked By: Interview Candidate | Asked On: Apr 6th, 2005

Answered by: csanthoshreddy on: Mar 6th, 2012

datafile is the physical storage location of the database.tablespace is logical.for creation of tablespace one or more datafiles needed.we can define the datafile location with the following parameter

db_create_file_dest

Answered by: Dharma Kotha on: Oct 10th, 2011

Datafiles are physical data location of oracle architecture. Table space contains no.of datafiles.

What are the advantages of views

Asked By: Interview Candidate | Asked On: Jul 9th, 2005

Answered by: doc123 on: Mar 22nd, 2012

Exactly View is logical identity.Oracle only stores definition of View in metadata. Using view, we can hide some columns of tables from users, we can hide original table name from user. Using view we can perform complex query in single statement.

Answered by: ROHAN MAKODE on: Feb 25th, 2012

Assume that the dba is modifying a tables and the same time developer want to use that database a then dba can provide him the view for that tables.

Code
  1. CREATE VIEW VIEW_NAME(SELECT * FROM A);

What is a tablespace

Asked By: Interview Candidate | Asked On: Jul 9th, 2005

Answered by: ANIL on: Dec 13th, 2011

Tablespace is a logical content of data It is also called collection of datafiles They are of two types Small tablespace Big tablespace For small tablespace we can create many datafile For big tab...

Answered by: kamesh on: Nov 29th, 2011

Table space is the space given to any of data file to get exist into the database provided no two same data files that should exist in any table space.

What are the components of logical database structure of Oracle database

Asked By: Interview Candidate | Asked On: Sep 1st, 2005

Answered by: doc123 on: Mar 22nd, 2012

Logical Structure of Oracle is following.

Tablespace =>Schema => Segments => Extent => Oracle Block. (Remember Oracle block is smallest logical unit).

Answered by: csanthoshreddy on: Mar 6th, 2012

the logical components of database are tablespaces, segments, extents, datablocks. datablock is the smallest unit of oracle I/0.

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: