-
-
-
-
-
-
Database Auto extend question
This is an Interview Question By BMC Software.. " while installing the Oracle 9i ( 9.2) version, automatically system takes the space of approximately 4 GB.. thats fine.... Now, if my database is growing up and it is reaching the 4GB of my database space...Now, i would like to extend my Database space to 20 GB or 25 GB... what are the things i have to do " Pls give me the accurate Solutions or alternates...
-
-
Oracle Database Monitoring
If Several databases are up and running, which command will help to monitoring in os ?
-
Familar Unix Files for DBA
As a Oracle DBA what are all the UNIX file you should be familar with?
-
Troubleshoot an Error
What will you do if in any condition you do not know how to troubleshoot the error at all and there are no seniors or your co-workers around?
-
Daily tasks for an oracle dba
What are key tasks for an oracle dba on daily basis?
-
What happen after ckeck point?
what will happen after checkpoint ?
i means .. dbwr write or redo log entries like that .. i am asking.. -
-
-
-
-
What is a deadlock and Explain
A deadlock is a condition where two or more users are waiting for data locked by each other. Oracle automatically detects a deadlock and resolves them by rolling back one of the statements involved in the deadlock, thus releasing one set of data locked by that statement. Statement rolled back is usually the one which detects the deadlock. Deadlocks are mostly caused by explicit locking because oracle...
-
-
How do you find wheather the instance was started with pfile or spfile
Thhere are 3 different ways :-1) SELECT name, value FROM v$parameter WHERE name = 'spfile'; //This query will return NULL if you are using PFILE2) SHOW PARAMETER spfile // This query will returns NULL in the value column if you are using pfile and not spfile3) SELECT COUNT(*) FROM v$spparameter WHERE value IS NOT NULL; // if the count is non-zero then the instance is using a spfile, and if the count...
-
Oracle DBA Interview Questions
Ans