-
DBMS analysis and Requirements
Imagine that you joined a company as DBA and your first task is to create test and production database environments for application developers and users. How would you analyze requirements for a new DBMS? Write your answer according to the requirements of Oracle 9i or 10g Enterprise database system.
-
NoArchiveLog Mode
A Database is running in NoArchiveLog mode then which type of backups you can take?
-
Database Status
How will you check the database status from os level in a unix env ?consider that some of the instances are in mount state; hence checking the pmon os process will be vain..? Need a unix os command to check if the databases are up and running
-
Hard Disk Crash
What will happen in database if your like hard disk crashes & what will be your next step to recover that database?
-
-
Database Buffer Blocks
How many type of database buffer blocks are available? What are they?
-
-
-
-
Power Failure
What is the effect on database at the time of total power failure when an UPDATE query is under execution in Oracle 9i?
-
Recovery Catalog
How will you find out if your database is using recovery catalog or not?
-
Redo Log
If we are running in NOARCHIVELOG mode and my all redo log files are full and data is still not committed by the current session. What activity will Oracle perform and what will happen with the un-comitted data?
-
TNS-03505: Failed to resolve name
HI I installed RHEL4 on my home pc.and I created 2 databases of oracle 10g (same vesrion)The problem is while iam establishing connectivity between these 2 databases iam getting error like TNS-03505: Failed to resolve namemy listerner.ora file isLISTENER=(DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST= (ADDRESS=(PROTOCOL=IPC)(KEY=CHANDU)) (ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))...
-
-
Alert Log File
What are contents that are not saved in alert log file? What happen when alert log file is full?
-
Control Number of Datafiles
How do you control number of Datafiles one can have in an Oracle Database?
-
Database Connections
How will you determine the number of connections connected to your database?
-
-
Alert log file
how to see some selected lines in alert log file in unix environment.
like tail -100f alert_SID.log we can see only 100 lines but i need to see the lines between 300 to 500 from down . -
Kill Multiple sessions
If have 50 inactive session and i want to to kill all session at once tell me the procedure to kill all 50 session at once
Database Admin Interview Questions
Ans