1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
DESC sys.x$ps_schema_table_statistics_io;
Field Type Null Key Default Extra
table_schema varchar(64) YES NULL
table_name varchar(64) YES NULL
count_read decimal(42,0) YES NULL
sum_number_of_bytes_read decimal(41,0) YES NULL
sum_timer_read decimal(42,0) YES NULL
count_write decimal(42,0) YES NULL
sum_number_of_bytes_write decimal(41,0) YES NULL
sum_timer_write decimal(42,0) YES NULL
count_misc decimal(42,0) YES NULL
sum_timer_misc decimal(42,0) YES NULL
DESC sys.x$ps_schema_table_statistics_io;
Field Type Null Key Default Extra
table_schema varchar(64) YES NULL
table_name varchar(64) YES NULL
count_read decimal(42,0) YES NULL
sum_number_of_bytes_read decimal(41,0) YES NULL
sum_timer_read decimal(42,0) YES NULL
count_write decimal(42,0) YES NULL
sum_number_of_bytes_write decimal(41,0) YES NULL
sum_timer_write decimal(42,0) YES NULL
count_misc decimal(42,0) YES NULL
sum_timer_misc decimal(42,0) YES NULL
DESC sys.x$ps_schema_table_statistics_io;
Field Type Null Key Default Extra
table_schema varchar(64) YES NULL
table_name varchar(64) YES NULL
count_read decimal(42,0) YES NULL
sum_number_of_bytes_read decimal(41,0) YES NULL
sum_timer_read decimal(42,0) YES NULL
count_write decimal(42,0) YES NULL
sum_number_of_bytes_write decimal(41,0) YES NULL
sum_timer_write decimal(42,0) YES NULL
count_misc decimal(42,0) YES NULL
sum_timer_misc decimal(42,0) YES NULL
SELECT * FROM sys.x$ps_schema_table_statistics_io;
DESC sys.x$ps_schema_table_statistics_io;
Field Type Null Key Default Extra
table_schema varchar(64) YES NULL
table_name varchar(64) YES NULL
count_read decimal(42,0) YES NULL
sum_number_of_bytes_read decimal(41,0) YES NULL
sum_timer_read decimal(42,0) YES NULL
count_write decimal(42,0) YES NULL
sum_number_of_bytes_write decimal(41,0) YES NULL
sum_timer_write decimal(42,0) YES NULL
count_misc decimal(42,0) YES NULL
sum_timer_misc decimal(42,0) YES NULL
SELECT * FROM sys.x$ps_schema_table_statistics_io;
|