Free C2090-600 Exam Braindumps (page: 7)

Page 6 of 16

Which of the following SQL statements will list table spaces whose utilization is greater than 95% and may potentially fill, returning an error?

  1. SELECT tbsp_name, tbsp_utilization_percent
    FROM TABLE(sysproc.mon_tbsp_utilization()) AS t
    WHERE tbsp_utilization_percent > 95
    AND tbsp_auto_resize_enabled = 1;
  2. SELECT tbsp_name, tbsp_utilization_percent
    FROM syscat.mon_tbsp_utilization
    WHERE tbsp_utilization_percent > 95
    AND tbsp_auto_resize_enabled = 0;
  3. SELECT tbsp_name, tbsp_utilization_percent
    FROM syscat.mon_tbsp_utilization
    WHERE tbsp_utilization_percent > 95
    AND tbsp_auto_resize_enabled = 1;
  4. SELECT tbsp_name, tbsp_utilization_percent
    FROM sysibmadm.mon_tbsp_utilization
    WHERE tbsp_utilization_percent > 95
    AND tbsp_auto_resize_enabled = 0;

Answer(s): C



When operating in NPS compatibility mode, which of the following are limitations for using a routine written in NZPLSQL? (Choose two.)

  1. The routine cannot contain comments.
  2. The routine must return either an integer or a null.
  3. The routine must be cross-compatible with Oracle PL/SQL syntax rules.
  4. The routine cannot contain argument lists or variable arguments (varargs).
  5. The routine must be generated with IBM Database Conversion Workbench (DCW).

Answer(s): B,D


Reference:

https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.porting.doc/doc/r_sql_compat_nzplsql.html/



Which of the following enables the user to connect to the HADR standby database and execute select statements?

  1. DB2_HADR_ROS
  2. HADR_SPOOL_LIMIT
  3. DB2_HADR_SOSNDBUF
  4. DB2_HADR_PEER_WAIT_LIMIT

Answer(s): A


Reference:

https://www.ibm.com/developerworks/data/library/techarticle/dm-1205hadrstandby/



The DBA is concerned about a new application potentially corrupting a set of tables in table space TS1 in database DB1. TAB1 is a table in TS1. The DBA performs the following commands before running the application. The first QUIESCE completes at time “pit”.

BACKUP DATABASE DB1 TABLESPACE (TS1) ONLINE
QUIESCE TABLESPACES FOR TABLE tab1 EXCLUSIVE QUIESCE
TABLESPACES FOR TABLE tab1 RESET

Which of the following is TRUE?

  1. The QUIESCE EXCLUSIVE is recorded in the History File once the QUIESCE RESET completes.
  2. Once the first QUIESCE completes, there are no running transactions involving tab1, but there might be running transactions against other tables in TS1.
  3. After application corruption, the DBA restores a backup of TS1 and issues ROLLFORWARD DATABASE TO pit AND COMPLETE TABLESPACE (ts1) ONLINE. There might be some uncommitted data in TS1.
  4. After application corruption, the DBA restores a backup of TS1 and issues ROLLFORWARD DATABASE TO pit AND COMPLETE TABLESPACE (ts1) ONLINE. This ensures none of the application changes were applied.

Answer(s): D






Post your Comments and Discuss IBM C2090-600 exam with other Community members:

C2090-600 Discussions & Posts