What are the different kernel parameters?
Why do we set kernel parameters?
What happens to the database instance If database is completely using configured shmmax memory?
What is meant by fixed size?
What are the different types of buffers are allocated in memory at the instance startup time?
If a user or server reaches the maximum number of configured processes, What would be the impact to the user or server?
How do you decide which block size to be used in the database or in a particular tablespace?
What is a hard parsing and soft parsing?
How do you control hard parsing?
What is a literal and bind variables?
When do use literals and when do you use bind variables?
How do you check block corruption in the database?
What are different type of protection modes in data guard environment?
I have a 3 standby databases with one primary database, Now how many protection modes can be configured?
Can different standby databases receives redo data synchronously and asynchronously? If Yes, How can we have a single protection mode throughout data guard setup having more than one standby database?
Which process will give the commit acknowledgement to the primary database?
How data is shipped from primary database to standby database?
What is the functionality of LNS and RFS server?
What is the functionality of ARCH background process?
Which process will apply the redo data in standby database?
What are the parameters do we need to configured to set up physical standby database?
What is FAL_SERVER parameter?
If we unset FAL_SERVER parameter, What would be the impact?
What are standby redo log files?
What happens if archive logs are deleted or corrupted in primary before they applied to standby?
When we issue switch over command in physical standby database, The new primary database will be recovered/opened to which point of the database?
What are issues you have faced while installing Oracle RAC?
What is OCR and Voting disks?
What is a client side load balancing and server side load balancing?
How do you achieve client side load balancing and server side load balancing?
I have 2 queries executing in the RAC database instance on ORCL1, one is insert and another is select statement and suddenly instance got crashed then what happens to my sessions?
how do you configure fail over and what are different types of fail over methods?
What are the steps you will take before applying patch?
Why do we unlock and lock the grid binaries before and after applying patches?
How do you recover the global inventory corruption in oracle RAC?
What are new features in Oracle upgrade utility in Oracle 12c?
What are the new features in Oracle 12c?
What is your backup strategy?
How backups were configured in your environment?
What is an obsolete backup?
My database backup retention is 5 days and
day 0 - Full backup
day 1 - Incremental backup
day 2 - Incremental backup
day 3 - Incremental backup
day 4 - Incremental backup
day 5 - Incremental backup
day 6 - Incremental backup
day 0 - Full backup
day 1 - Incremental backup
day 2 - Incremental backup
day 3 - Database is crashed.
Since database's backup retention is 5 days, How many backups are available in the backup destination?
I have yesterday's database full backup and today datafile has been added and accidentally dropped. Can we recover the datafile without any data loss?
I have yesterday's database full backup and database is crashed today, How database knows the recovery length/time?
What is a db file sequential read and db file scatter read?
How do you troubleshoot slow performance of a query which was doing perfectly good some time back?
What is a index, Why do we create indexes and what are different types of indexes?
What is a partition and what are different types of partitions?