GeekInterview.com
  I am new, Sign me up!
 

Oracle DBA Interview Questions


Oracle DBA Interview Questions

Questions: 231
Comments: 477
 Oracle DBA Tags
 Showing Questions 141-150 of 231 Questions
<< Previous 11 12 13 14 [15] 16 17 18 19 20 Next >>
 Sponsored Links

 
 Oracle DBA Interview Questions
Sorting Options :  

Latest Answer: An Extent is a set of contignous data blocks obtain in a single allocation and used to store specific type of information. ...

Latest Answer: 1. set SHARED_SERVERS=(more than 1) in init.ora2. make changes in tnsnames.ora file to get the connection with DISPATHERS rather than dedicated servers ...

Latest Answer: Components of Physical database are:-1. Datafile - One or more2. Redo log file - Two or more3. Control File - Two or more ...

Latest Answer: Oracle logical structure follows the order likeTablespaceSegments ExtentsDatablocksOracle database consists of tablesapces (one or more tablespace forms database) Segments is the area in which on oracle object sores in a tablespace.One Oracle object ...

Latest Answer: data segmentundo segmenttemperory segmentIndex segments ...

Latest Answer: DBMS_METADATADBMS_STATSDBMS_SUPPORTDBMS_SESSION ...
Tags : DBMS

query v$log 
Latest Answer: select sum(bytes)/1024/1024 size_in_mb from v$log; ...

You can query dba_data_files and dba_temp_files 
Latest Answer: select substr(to_char(sum(bytes)/1024/1024, '999,999,999.99'), 1, 15) "TOTALMB", substr(to_char(sum(bytes)/1024/1024/1024, '999,999.99'), 1, 11) "TOTALGB" from dba_data_files; ...

Latest Answer: SELECT A.ROLE,A.PRIVILEGEFROM ROLE_SYS_PRIVS A,DBA_ROLE_PRIVS BWHERE A.ROLE=B.GRANTED_ROLE ANDB.GRANTEE='SCOTT'UNIONSELECT null role, A.PRIVILEGEFROM dba_sys_privs aWHERE a.grantee = 'SCOTT' ...

Latest Answer: Answer: Yes, We can start a database without spfile. It is not necessary that the database should be open with spfile. If  init.ora file is there, then you can open the database. Then  later you can create a spfile from pfile. Mohammed ...

View page << Previous 11 12 13 14 [15] 16 17 18 19 20 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape