Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

dba interview questionspls post me answers fo rthis questions

This is a discussion on dba interview questionspls post me answers fo rthis questions within the Database General forums, part of the Databases category; 3. How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up? 4. Define the SGA ...

Go Back   Geeks Talk > Databases > Database General
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Database General Database common Questions

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-21-2008
Junior Member
 
Join Date: May 2008
Location: hyd
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
shanthiavari is on a distinguished road
dba interview questionspls post me answers fo rthis questions

3. How can you tell how much space is left on a given file
system and how much space each of the file system's subdirectories
take-up?

4. Define the SGA and:
• How you would configure SGA for a mid-sized OLTP environment?
• What is involved in tuning the SGA?

5. What is the cache hit ratio, what impact does it have on
performance of an Oracle database and what is involved in tuning it?

6. Other than making use of the statspack utility, what would
you check when you are monitoring or running a health check on an
Oracle 8i or 9i database?

7. How do you tell what your machine name is and what is its IP
address?
Reply With Quote
The Following User Says Thank You to shanthiavari For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 11-18-2008
Junior Member
 
Join Date: May 2008
Location: Pune
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
argvd is on a distinguished road
Smile Re: dba interview questionspls post me answers fo rthis questions

Hello, Your Questions are really nice!! but i think the last question is not related to oracle right?

This can be checked using operating system utilities also??
Reply With Quote
  #3 (permalink)  
Old 02-10-2009
Junior Member
 
Join Date: Feb 2009
Location: Hyderabad
Posts: 11
Thanks: 0
Thanked 3 Times in 3 Posts
msvkrishna is on a distinguished road
Wink Re: dba interview questionspls post me answers fo rthis questions

Hi checkout the answers.....well i am also new to the DBA role...so plzz let me know if i am wrong!!

3. How can you tell how much space is left on a given file
system and how much space each of the file system's subdirectories
take-up?
Answer:In unix you go to the specific mount point and say df -k to find the space in the mountpoint.
If u want to find the space in a particular tablespace...u can say
select file_name,bytes/1024/1024 from DB_DATA_FILES where tablespace name=xyz.

4. Define the SGA and:
• How you would configure SGA for a mid-sized OLTP environment?
• What is involved in tuning the SGA?
Answer:SGA stands for system global area and it is an Instance memory structure.
To configure SGA we need to setup the SGA_MAX_SIZE parameter in the init.ora file.
What is involved in tuning the SGA?----sorry no idea


5. What is the cache hit ratio, what impact does it have on
performance of an Oracle database and what is involved in tuning it?

Answer:If the Oracle process can find the data already in the Database buffer cache,it can read the data directly from the memory and it is called a cache Hit.
If there is more cache hit the burden on the database reduces.

6. Other than making use of the statspack utility, what would
you check when you are monitoring or running a health check on an
Oracle 8i or 9i database?
Answerid not understand whatz statspack....well the regular things we do to check the health of a DB is we check the Alert log files,have an eye on the backup logs and constant montitoring of the tablespaces and the number of sessions connected to the database and so on.....

7. How do you tell what your machine name is and what is its IP
address?
Answer:IPconfig or IFconfig

Plzzzzzz correct me if any of my answers are wrong!!!!
Reply With Quote
The Following User Says Thank You to msvkrishna For This Useful Post:
  #4 (permalink)  
Old 03-21-2009
Junior Member
 
Join Date: Mar 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
naveen.huttad is on a distinguished road
Re: dba interview questionspls post me answers fo rthis questions

7. How do you tell what your machine name is and what is its IP
address?

If u r working on UNIX O/S them the below cmd wud give u the detailed info bout ur machine

w|more

Cheers........
Naveen
Reply With Quote
  #5 (permalink)  
Old 08-31-2009
Junior Member
 
Join Date: Aug 2009
Location: Kampala, Uganda
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
shahmohsin46 is on a distinguished road
Re: dba interview questionspls post me answers fo rthis questions

msvkrishna,




3. How can you tell how much space is left on a given file
system and how much space each of the file system's subdirectories
take-up?
Answer:In unix you go to the specific mount point and say df -k to find the space in the mountpoint.
If u want to find the space in a particular tablespace...u can say
select file_name,bytes/1024/1024 from DB_DATA_FILES where tablespace name=xyz.


I think you have made some syntax errors in writting the query, the exact query is
select file_name,bytes/1024/1024 from DBA_DATA_FILES where tablespace_name='xyz';


And on Solaris you can use du -sh to check the space occupied on given mount point.

Last edited by shahmohsin46; 08-31-2009 at 05:51 AM.
Reply With Quote
Reply

  Geeks Talk > Databases > Database General

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
interview on Informatica with Wipro...interview questions please chakri_kc Data Warehousing 6 08-21-2009 11:33 AM
c interview questions dscollege C and C++ 3 10-27-2008 08:33 AM
pls let me know the answers for follwing lr questions vsmkreddy LoadRunner 1 05-16-2008 09:29 AM
QTP Questions and Answers Saishkumar QTP 7 04-02-2008 03:37 AM
Interview Questions Sunder123 C and C++ 0 09-10-2007 11:33 AM


All times are GMT -4. The time now is 05:53 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved