exam questions

Exam 1z0-054 All Questions

View all questions & answers for the 1z0-054 exam

Exam 1z0-054 topic 1 question 105 discussion

Actual exam question from Oracle's 1z0-054
Question #: 105
Topic #: 1
[All 1z0-054 Questions]

You received complaints from users about slow response time in some parts of the application. On investigation, you find that this happens whenever the application runs any query against the PROD_DET table that contains detailed information about all the products.
You gathered the table statistics and executed the following statements to find more information about this table:
SQL> SELECT chain_cnt, 2 round(chain_cnt/num_rows*100,2) pct_chained, 3 avg_row_len, pct_free , pct_used 4 FROM user_tables 5 WHERE table_name = 'PROD_DET';CHAIN_CNT PCT_CHAINED
AVG_ROW_LEN PCT_FREE PCT_USED---------- ----------- ----------- ---------- ----------4789 100 3691 10 40
Which methods can you use to improve the performance? (Choose all that apply.)

  • A. online table redefinition
  • B. export and import the table
  • C. decrease the PCTFREE value
  • D. move the table using the ALTER TABLE command
Show Suggested Answer Hide Answer
Suggested Answer: ABD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...