GeekInterview.com
Answered Questions

Daily tasks for an Oracle DBA

Asked By: chandandba | Asked On: Mar 13th, 2012

What are key tasks for an Oracle DBA on daily basis?

Answered by: doc123 on: Mar 22nd, 2012

Daily Tasks of DBA are following. 1. Disk Space checking for all databases, tablespaces, archive log destinations, dump destinations, and backup destinations. 2. All backup successfully finished or n...

Answered by: Ankur Kaushik on: Mar 15th, 2012

1.Connectivity: Make sure each database is available and accessible both by logging in via user applications, as well as running test scripts. 2.Backups: Check database and log backups, archiving an...

Locks in Oracle

Asked By: zefyrpma | Asked On: Nov 15th, 2011

A user issues the below query, 1. select * from table1 lock table at the same time DBA is trying to modify this table table1 using alter command, will he able to do that or not?

Answered by: doc123 on: Mar 22nd, 2012

DDL lock are exclusive locks. It shared the data. Means anyone can select data from same table.

Answered by: anil on: Mar 13th, 2012

there dba can break the lock given to table.
but in real time, no dba has the right to break the lock given by the user

Why use materialized view instead of a table

Asked By: rasmitaacharya | Asked On: Jun 4th, 2008

If materialized view contains the actual data and has to be re-created every time the original table data is changed and we intent to refresh the data in the view.Then what is the actual use of materialized view, why can't we create another table by itself by running the same query ?

Answered by: doc123 on: Mar 23rd, 2012

Materialized view is useful in replication and data warehousing environment where every time data extracting and data loading from another sites,databases. Materialized view also useful for maintaining complex queries because it uses query rewrite feature.

Common problems while taking backups

Asked By: suresh299 | Asked On: Jun 3rd, 2008

What are the common problems while taking backups? What are the necessary steps to take backup on to tapes and disks in real time?

Answered by: sundarasaravanan on: May 4th, 2012

For a cold backup :shutdown oracle first and then proceed the cold(offline) back up. once you shutdown the oracle database insert the external tape/disk.pls ensure the tape/disk is in good condition. ...

Answered by: doc123 on: Mar 23rd, 2012

Some Common issues with Backup. If you are taking backup from no-archive log: then your database doesn't bring down due to some processes are running. If you are taking hot backup then may be newly ...

What is rap?

Asked By: sreedhar | Asked On: Mar 30th, 2007

Answered by: doc123 on: Mar 23rd, 2012

Dear friend, it is not RAP but it is WRAP. Using this utility of Oracle, we can hide our PL/SQL code from user.

What is difference between spfile and init.Ora file???

Asked By: hasanvtu | Asked On: Nov 1st, 2006

Answered by: owais on: Jun 1st, 2013

spfile provides dynamic mean of maintaining your initialization parameters.

Answered by: arjun on: Feb 14th, 2013

Sp file is static and p file is dynamic

Which process writes data from data files to database buffer cache?

Asked By: Interview Candidate | Asked On: May 7th, 2005

Answered by: rkishore on: Nov 30th, 2012

Server process

Answered by: doc123 on: Mar 22nd, 2012

Data always copied in buffer cache from data file by only Server Process not DBWR.

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 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: