-
Cache Fusion Technology
What is Cache Fusion Technology?
-
Instance of Database Problem
Tell me any instance when your database encountered any problem. How you dealt with that problem.
-
Properties of Database Isolation
Describe four properties of database isolation. In which situation lock contention will happen. What is transaction lock?
-
Simple and Advance Replication
What is simple replication and advance replication? What is the difference between simple replication and advance replication? How can we do simple replication?
-
A day as a DBA
How you spend a day as a DBA. Explain DBA activities in detail.
-
-
-
Installing Oracle9i/10g at unix (RedHat) environment
While Installing Oracle9i/10g at unix (RedHat) environment , which parameter needs to be set at OS level, to login as a sysdba in Oracle for the first time?
-
-
-
Cloning and Standby Databases
What is the difference between Cloning and Standby databases?
-
Is VARCHAR2 size optimization worthwhile ?
Hi, I've recently commissioned a hosted system from a developer who has recommended using J2EE and Oracle. Their J2EE system is quite slick and works very well in preproduction. It uses annotations to generate the Oracle tables on the fly during deployment. On examination of the table structures that it's generated though, it's defaulted all of the VARCHAR2 definitions to 255 characters. On asking...
-
-
Index tablespace for a Database
How to assign an index tablespace for a database permanently, so that whatever indexes we are creating in the database, should automatically goes to that tablespace i.e. we neednot supply the tablespace name during index creation.
-
-
-
What is a deadlock ? Explain .
Two processes wating to update the rows of a table which are locked by the other process then deadlock arises. In a database environment this will often happen because of not issuing proper row lock commands. Poor design of front-end application may cause this situation and the performance of server will reduce drastically. These locks...
-
What is a latch?
Latches are low level serialization mechanisms used to protect shared data structures in the SGA. The implementation of latches is operating system dependent, particularly in regard to whether a process will wait for a latch and for how long.A latch is a type of a lock that can be very quickly acquired and freed. Latches are typically used to prevent more than one process from executing the same piece...
-
Latches vs Enqueues
Enqueues are another type of locking mechanism used in Oracle. An enqueue is a more sophisticated mechanism which permits several concurrent processes to have varying degree of sharing of "known" resources. Any object which can be concurrently used, can be protected with enqueues. A good example is of locks on tables. We allow varying levels of sharing on tables e.g. two processes can lock a table...
-
What is difference between Logical Standby Database and Physical Standby database?
The primary functional difference between logical and physical standby database setups is that logical standby permits you to add additional objects (tables, indexes, etc) to the database, while physical standby is always an exact structural duplicate of the master database. The downside, though, is that logical standby is based on newer technologies (logical standby is new in Oracle 9.2) and tends...
Oracle DBA Interview Questions
Ans