Which statement about temporary dbspaces is FALSE?
A. Temporary dbspaces are not backed up.
B. A raw table can be created in a temporary dbspace.
C. Temporary dbspaces can have non-default page sizes.
D. Tables stored in temporary dbspaces are not logged.
正解:B
質問 2:
Which sysmaster table can be queried to find the logging status of a database?
A. sysdatabases
B. sysdb
C. sysdblogstatus
D. sysdblog
正解:A
質問 3:
For a given procedure name, what is the objective of the SQL query shown below?

A. The query returns the ordered compiled form of the specified procedure body.
B. The query returns neither the ordered text nor the ordered compiled form of the specified procedure body.
C. The query returns both ordered text and ordered compiled form of the specified procedure body.
D. The query returns the ordered text form of the specified procedure body.
正解:D
解説: (Pass4Test メンバーにのみ表示されます)
質問 4:
What does the ovbuff field of an onstat -p output show?
A. The number of times a buffer was extended.
B. The number of times that any buffer was overwritten.
C. The number of times that a buffer was read.
D. The number of times the instance ran out of free buffers.
正解:D
質問 5:
What does the SP_WAITTIME variable control?
A. The maximum time a user session will wait for a space extension to complete.
B. The maximum amount of wait time permitted before an automatic space allocation will begin.
C. The maximum amount of wait time for a reply from an H/A cluster secondary.
D. The maximum time allowed for distributed stored procedures to complete.
正解:A
質問 6:
Most, but not all Virtual Processors, can be modified via the onmode -p command. Which CANNOT be modified?
A. CSM
B. BTS
C. ADM
D. CPU
正解:C
質問 7:
When executing the SQL Admin API "defragment table" and "table repack" commands on the customer table, what will happen to the table? (Choose two.)
execute function sysadmin:task("defragment table","customer"); execute function sysadmin:task("table repack", "customer");
A. The table will be locked preventing inserts from happening for the duration of the commands.
B. Free space at the end of the table will be released to the dbspace for other tables to use.
C. Rows will be moved to the beginning of table.
D. Given sufficient resources the number of extents in the table will be reduced.
E. Fragments of a table will be combined.
正解:C,D