Oracle DBA Questions
Oracle DBA Questions
Ans : D
Ans : B
Ans : A
Ans : C
Ans : C
8. These following parameters are optional in init.ora parameter file DB_BLOCK_SIZE, PROCESSES
a True, b False
Ans : False
10. It is very difficult to grant and manage common privileges needed by different groups of database users
using the roles
a True, b False
Ans : False
11. What is difference between a DIALOG WINDOW and a DOCUMENT WINDOW regarding
moving the window with respect to the application window
a Both windows behave the same way as far as moving the window is concerned.
b A document window can be moved outside the application window while a dialog window
cannot be moved
c A dialog window can be moved outside the application window while a document window
cannot be moved
Ans : C
Ans : C
13. Which of the following is not an reason for the fact that most of the processing is done at the server ?
a To reduce network traffic. b For application sharing, c To implement business rules centrally,
d None of the above
Ans : D
a Yes, b No
Ans : B
a. Intuitive and easy to use., b. GUI?s can display multiple applications in multiple windows
c. GUI?s provide more user interface objects for a developer d. None of the above
Ans
16. What is the difference between a LIST BOX and a COMBO BOX ?
a In the list box, the user is restricted to selecting a value from a list but in a combo box the user can
type in value which is not in the list
b A list box is a data entry area while a combo box can be used only for control purposes
c In a combo box, the user is restricted to selecting a value from a list but in a list box the
user can type in a value which is not in the list
d None of the above
Ans : A
17. In a CLIENT/SERVER environment , which of the following would not be done at the client ?
a User interface part, b Data validation at entry line,
c Responding to user events,
d None of the above
Ans : D
18. Why is it better to use an INTEGRITY CONSTRAINT to validate data in a table than to use a STORED
PROCEDURE ?
a Because an integrity constraint is automatically checked while data is inserted into or updated in a table
while a stored procedure has to be specifically invoked
b Because the stored procedure occupies more space in the database than a integrity constraint definition
c Because a stored procedure creates more network traffic than a integrity constraint definition
Ans : A
a. A client/server model allows centralised control of data and centralised implementation of business rules.
b A client/server model increases developer;s productivity
c A client/server model is suitable for all applications
d None of the above.
Ans : C
Ans : B
Ans : A
22. The system variable that records the select statement that SQL * FORMS most recently used
to populate a block is
a SYSTEM.LAST_RECORD
b SYSTEM.CURSOR_RECORD
c SYSTEM.CURSOR_FIELD
d SYSTEM.LAST_QUERY
Ans : D
23. Which of the following is TRUE for the ENFORCE KEY field
a ENFORCE KEY field characterstic indicates the source of the value that SQL*FORMS uses
to populate the field
b A field with the ENFORCE KEY characterstic should have the INPUT ALLOWED
charaterstic turned off
a Only 1 is TRUE
b Only 2 is TRUE
c Both 1 and 2 are TRUE
d Both 1 and 2 are FALSE
Ans : A
Ans : B
Ans : C
Ans : B
27. The packaged procedure that makes data in form permanent in the Database is
a Post
b Post form
c Commit form
d None of the above
Ans : C
28. Which of the following is TRUE for the SYSTEM VARIABLE $$date$$
a Can be assigned to a global variable
b Can be assigned to any field only during design time
c Can be assigned to any variable or field during run time
d None of the above
Ans : B
Ans : D
Ans : D
Ans : A
32. Name the two files that are created when you generate a form using Forms 3.0
a FMB & FMX, b FMR & FDX, c INP & FRM, d None of the above
Ans : C
Ans : C
Ans : 1
35. All datafiles related to a Tablespace are removed when the Tablespace is dropped
a TRUE
b FALSE
Ans : B
Ans : B
Ans : B
Ans : A
Ans : B
Ans : C
41. Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the constraint
a Yes
b No
Ans : B
Ans : B
43. A Transaction ends
a Only when it is Committed
b Only when it is Rolledback
c When it is Committed or Rolledback
d None of the above
Ans : C
Ans : C
45. A database trigger doesnot apply to data loaded before the definition of the trigger
a TRUE
b FALSE
Ans : A
Ans : C
47. Which of the following does not affect the size of the SGA
a Database buffer
b Redolog buffer
c Stored procedure
d Shared pool
Ans : C
Ans : D
Ans : B
Ans : B
51. Declare
fvar number := null; svar number := 5
Begin
goto >
if fvar is null then
>
svar := svar + 5
end if;
End;
a Error
b 10
c5
d None of the above
Ans : A
Ans : C
a Must be declared
b Must be raised explicitly
c Raised automatically in response to an Oracle error
d None of the above
Ans : C
Ans : D
Ans : C
a Yes
b No
Ans : A
a Yes
b No
Ans : B
a Yes
b No
Ans : A
Ans : B
61. Which of the following is not correct about the |TABLE| datatype ?
Ans : A
Ans : B
a Select ? into
b Update
c Create
d Delete
Ans : C
a Error
b VIK RAM
c VIKRAM
d NULL
Ans : C
66. Declare
a number := 5; b number := null; c number := 10;
Begin
if a > b AND a ( Select count(*) from Emp E2 where E1.SAL > E2.SAL ) will retrieve
a 3500,5000,2500
b 5000,2850
c 2850,5750
d 5000,5750
Ans : A
a Yes
b No
Ans B
Ans : B
a CREATE
b ALTER
c ALTER SESSION
Ans : C
Ans : D
Ans : C
77. If an UNIQUE KEY constraint on DATE column is created, will it accept the rows that are inserted with
SYSDATE ?
a Will
b Won?t
Ans : B
a Define, Create
b Drop, Comment
c Insert, Update, Delete
d All of the above
Ans : C
a Zoom_out
b Zoom_in?
c Image_zoom
d Zoom_image
Ans : C
a Yes
b No
Ans : A
Ans : B
a $$dbtime$$
b $$time$$
c $$datetime$$
d None of the above
Ans : A
Ans : C
a Run_Report built_in
b Call_Report built_in
c Run_Product built_in
d Call_Product built_in
Ans : C
Ans : A
Ans : D
Ans : D
a TRUE
b FALSE
Ans : B
Ans : C - Please check the Correcness of this Answer ( The correct answeris 2 )
Ans : C
Ans : C
a Yes
b No
Ans : B
a Yes
b No
Ans : B
94. What type of file is used for porting Forms 4.5 applications to various platforms ?
a . FMB file
b . FMX file
c . FMT file
d . EXE file
Ans : C
a READ_IMAGE_FILE
b GET_IMAGE_FILE
c READ_FILE
d GET_FILE
Ans A
96. When a form is invoked with CALL_FORM does Oracle forms issues SAVEPOINT ?
a Yes
b No
Ans : A
97. Can we attach the same LOV to different fields in Design time ?
a Yes
b No
Ans : A
98. How do you pass values from one form to another form ?
a LOV
b Parameters
c Local variables
d None of the above
Ans : B
99. Can you copy the PROGRAM UNIT into an Object group ?
a Yes
b No
Ans : B
a Yes
b No
Ans : A
a Generating form
b Executing form
c Save form
d Run form
Ans : C
a Library
b Stored procedure & Function
c Collection of Subprograms
d None of the above
Ans : D
a Mutually exclusive
b Select more than one column
c Above all TRUE
d Above all FALSE
Ans : A
a Poplist
b Tlist
c List of values
d Combo box
Ans : C
a Modeless window
b Modal window
c Both are TRUE
d None of the above
Ans : B
a Yes
b No
Ans : A
a Yes
b No
Ans : B
a 10
b 20
c 50
d None of the above
Ans D
Ans : D
a Asterisk(*) in column ?
Ans : D
a Screen
b Previewer
c Either of the above
d None of the above
Ans : D
a TERM is the terminal definition file that describes the terminal from which you are using R20RUN
( Reports run time )
b TERM is the terminal definition file that describes the terminal from which you are using R20DES
( Reports designer )
c There is no Parameter called TERM in Reports 2.0
d None of the above
Ans : A
113. If the maximum records retrieved property of a query is set to 10, then a summary value will
be calculated
a Only for 10 records
b For all the records retrieved
c For all therecords in the referenced table
d None of the above
Ans : A
114. With which function of a summary item in the COMPUTE AT optio required ?
a Sum
b Standard deviation
c Variance
d % of Total function
Ans : D
115. For a field in a repeating frame, can the source come from a column which does not exist in
the datagroup which forms the base of the frame ?
a Yes
b No
Ans : A
116. What are the different file extensions that are created by Oracle Reports ?
Ans : C
117. Is it possible to Disable the Parameter form while running the report?
a Yes
b No
Ans : A
118.What are the SQL clauses supported in the link property sheet ?
Ans : D
120. If two groups are not linked in the data model editor, what is the hierarchy between them?
a There is no hierarchy between unlinked groups
b The group that is right ranks higher than the group that is to theleft
c The group that is above or leftmost ranks higher than the group that is to right or below it
d None of the above
Ans : C
Ans : B
Ans : B
Ans : A
Ans : B
Ans : A
Ans : B
Ans : A
128. The following parameters are optional in init.ora parameter file DB_BLOCK_SIZE, PROCESS
a TRUE
b FALSE
Ans : B
129. NOARCHIEVELOG parameter is used to enable the database in Archieve mode
a TRUE
b FALSE
Ans : B
a TRUE
b FALSE
Ans : B
Ans : B
Ans : D
Ans : A
a ODBC.INI
b ODBC.DLL
c ODBCDRV.INI
d None of the above
Ans : A