KyaPoocha.com

Huge Collection of Interview Questions


Archive for May, 2008

How will you create multiple rollback segments in a database? 

Create a database, which implicitly creates a SYSTEM rollback segment in a SYSTEM tablespace.  Read more »

What is the functionality of SYSTEM table space? 

To manage the database level transactions such as modifications of the data dictionary table that record information about the free space usage.  Read more »

What is the functionality of SYSTEM table space? 

To manage the database level transactions such as modifications of the data dictionary table that record information about the free space usage.  Read more »

What is the significance of having storage clause? 

We can plan the storage for a table as how much initial extents are required, how much can be extended next, how much % should leave free for managing row updating,... Read more »

Which parameter in Storage clause will reduce number of rows per block? 

PCTFREE parameter Row size also reduces no of rows per block.  Read more »

What is meant by free extent ? 

A free extent is a collection of continuous free blocks in tablespace. When a segment is dropped its extents are reallocated and are marked as free.  Read more »

How will you force database to use particular rollback segment ? 

SET TRANSACTION USE ROLLBACK SEGMENT rbs_name.  Read more »

List the Optional Flexible Architecture (OFA) of Oracle database? How can we organize the tablespaces in Oracle database to have maximum performance ? 

SYSTEM - Data dictionary tables. DATA - Standard operational tables. DATA2- Static tables used for standard operations INDEXES - Indexes for Standard operational... Read more »

How will you swap objects into a different table space for an existing database? 

- Export the user - Perform import using the command imp system/manager file=export.dmp indexfile=newrite.sql. This will create all definitions into newfile.sql. -... Read more »

What is meant by recursive hints? 

Number of times processes repeatedly query the dictionary table is called recursive hints. It is due to the data dictionary cache is too small. By increasing the... Read more »

What is redo log buffer? 

Changes made to the records are written to the on-line redo log files. So that they can be used in roll forward operations during database recoveries. Before writing... Read more »

What is dictionary cache? 

Dictionary cache is information about the database objects stored in a data dictionary table.  Read more »

What is Database Buffers? 

Database buffers are cache in the SGA used to hold the data blocks that are read from the data segments in the database such as tables, indexes and clusters DB_BLOCK_BUFFERS... Read more »

What is IAPXTB structure ? 

The entries of Pro * C and user exits and the form which simulate the proc or user_exit are stored in IAPXTB table in d/b.  Read more »

What is path setting for DLL? 

Make sure you include the name of the DLL in the FORMS45_USEREXIT variable of the ORACLE.INI file, or rename the DLL to F45XTB.DLL. If you rename the DLL to F45XTB.DLL,... Read more »

Page 11 of 13« First...«910111213»