Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Ocp Question

Re: Ocp Question

From: arshad <arshadanis_at_usa.net>
Date: 2000/04/14
Message-ID: <00372b38.0ed8ee42@usw-ex0108-061.remarq.com>#1/1

Hi,
i have some questions which i found in the sts but i am confuse about the answers.
i am writing these here. pls if any one know the reason behind the correct answers
rely ASAP as i am taking exam on 15th april. Q1- using server manager line mode, which three methods could you use to diplay the current location of the control files for the current instance
(choose three)

a: query v$parameter--------------->correct
b: query v$controlfile------------->correct
c: use the describe command
d: use the show SGA command
e: query v$system_parameter
f: use the show parameter command-->correct

Q2- which view would you query to display the value assigned to the MAX- DATAFLILES parameter fo the PROD database

a: v$database
b: v$datafiles
c: V$controlfiles
d: V$controlfile_record_section

Answer :--------------------

Use follwing query from "V$controlfile_record_section"

SELECT type,record_total from V$controlfile_record_section where type ='DATAFILE';

Q3- when i am trying to use describe command for v$ view from SQL*PLUS i am geting this error
ORA-04043: object object_name doesnot exist. but i can able to select the data from the v$ views.

Answer: the structures of v$ views are available in svrmgr30 only and sys and system users can see the structure.(Don't know the reason )

Received on Fri Apr 14 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US