GeekInterview.com
Login  |   Register

  GeekInterview Online Testing Center Online Testing (31)
Brain Gym Brain Gym (1)Certification Certification (0)Java Java (9)Microsoft Microsoft (7)Networking Networking (1)Technology Technology (11)Testing Testing (2)

  Oracle Database Skills Practice Test


You issue the following queries to obtain information about the redo log files: SQL> SELECT
group#, type, member FROM v$logfile;

GROUP# TYPE MEMBER

1 ONLINE /databases/DB01/ORADATA/u02/log1a.rdo
1 ONLINE /databases/DB01/ORADATA/u03/log1b.rdo
2 ONLINE /databases/DB01/ORADATA/u02/log2a.rdo
2 ONLINE /databases/DB01/ORADATA/u03/log2b.rdo
3 ONLINE /databases/DB01/ORADATA/u02/log3a.rdo
3 ONLINE /databases/DB01/ORADATA/u03/log3b.rdo

SQL> SELECT group#, sequence#, status FROM v$log;

GROUP# SEQUENCE# STATUS
1 250 INACTIVE
2 251 CURRENT
3 249 INACTIVE

You immediately issue this command:

ALTER DATABASE DROP LOGFILE MEMBER ’/databases/DB01/ORADATA/u03/log2b.rdo’;

Why does the command fail?

             Each online redo log file group must have two members
             You cannot delete any members of online redo log file groups
             You cannot delete any members of the current online redo log file group
             You must delete the online redo log file in the operating system before issuing the ALTER DATABASE command.
 
  Question 3 of 69 First  |   Previous  |   Next  |   Last  

Related Questions
# Question Details
1 How does Java handle integer overflows and underflows
2 What modifiers may be used with an inner class that is a member of an outer class
3 To what value is a variable of the String type automatically initialized
4 What is the range of the short type
5 What is the range of the char type
6 What is the argument type of a program's main() method
7 What is the difference between a break statement and a continue statement
8 How are Java source code files named
9 What is an object's lock and which object's have locks
10 What classes of exceptions may be caught by a catch clause


Related Articles

ZK Developers Guide Review

ZK Developer s Guide Review The complexity in developing Ajax based applications has led some software development companies to build frameworks that would ease the workload of developers especially for those who are not familiar with JavaScript With the help of a framework the developer doesn&r
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Taking Advantage of Standard Internet Protocols

Taking Advantage of Standard Internet Protocols As mentioned Oracle XML DB provides native support for standard internet protocols such as S WebDAV and Continuing with the preceding sample you might for example upload another employee XML document into the XML repository with one of the above prot
 

Accessing Repository Resources with SQL

Accessing Repository Resources with SQL In fact Oracle XML DB repository resources are stored in a set of database tables and indexes which can be accessed via SQL You are not supposed to access those tables directly Instead Oracle XML DB provides two public views RESOURCE VIEW and PATH VIEW through
 

Using Oracle XML DB Repository

Using Oracle XML DB Repository Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository which is an essential component of Oracle XML DB mosgoogle NOTE Oracle XML DB repository also known as XML repository is a hierarchically organ
 

Performing DML Operations on XML Schema Based XMLType Views

Performing DML Operations on XML Schema Based XMLType Views Analyzing the underlying query of the empSch v view discussed in the preceding section you may note that each attribute of the EMP T object used in the select list maps to a certain column of a single table namely emps What this means in pr
 

Using XMLType Views

Using XMLType Views Using XMLType Views XMLType views provide a convenient way to construct XML representations of relational data without physically migrating that data into XML Once written an XMLType view may be used in various queries making them simpler and so increasing their readability mosgo
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XML Schemas

Using XML Schemas The simplest way to create an XMLType storage structure in Oracle XML DB is by registering an appropriate XML schema against the database As a part of the registration process Oracle automatically creates the storage for a particular set of XML documents based on the information pr
 

Managing SQA Projects

Managing SQA Projects No matter how big a project is there will always be a person who will be overseeing the whole project They are usually the project managers and in this case called the SQA managers SQA managers are always at the forefront of everything answering to the business manager regardin
 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Partner Links  |   Site Updates  |   Add Resource

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