Oracle Diagnostics & Tuning
Oracle Optimizer
Oracle Optimizer
Oracle Troubleshooting
Oracle Troubleshooting
Oracle Diagnostics
Oracle Diagnostics
Oracle Advisors
Oracle Advisors
Oracle Upgrade Diagnostics
Oracle Upgrade Diagnostics
Other Diagnostics
Other Diagnostics
Test Data
Collected examples for generating tables containing random data for testing...Test Data
CREATE TABLE t1 AS
SELECT level AS id,
DBMS_RANDOM.string('x',10) AS code,
DBMS_RANDOM.string('a',50) AS short_description,
DBMS_RANDOM.string('a',200) AS long_description
FROM dual
CONNECT BY level <- 10000;
Generates a table called t1 with 10,000 rows, an auto-generated unique numeric id, a random 10 character uppercase code, a random mixed case short description and a random mixed case long description.
Potential issues with this dataset....
All values are fixed length rather than variable length
Bibliography
Bibliography
http://www.oracle.com/technetwork/database/manageability/ppt-active-session-history-129612.pdf http://www.oracle.com/technetwork/database/manageability/db-perf-tuning-ow08-131582.pdf http://www.oracle.com/technetwork/cn/database/diag-techniques-presentation-ow07-128491.pdf
https://forums.oracle.com/ords/apexds/post/how-can-i-get-the-qps-or-tps-of-oracle11g-0173
Test Datahttps://youtu.be/9br887GjmTo?si=3PEdYZHwep51uqdM
https://forums.oracle.com/ords/apexds/post/how-can-i-get-the-qps-or-tps-of-oracle11g-0173
Test Datahttps://youtu.be/9br887GjmTo?si=3PEdYZHwep51uqdM