Explore >> Select a destination


You are here

www.behind-the-enemy-lines.com
| | oerrorpage.neocities.org
1.9 parsecs away

Travel
| | [AI summary] The post explains compatibility requirements for running specific software on x64 computers versus x86 and notes the public domain licensing of the files.
| | li-shuan.blogspot.com
2.1 parsecs away

Travel
| | ??? ????18-20?? ??2? ???55? ????55? ???5? ???5? ??? ??? 1? ????200C? ?????????15??? 2???+????????????"8"???????????? 3???????????? 4??????...
| | blog.media.mit.edu
2.0 parsecs away

Travel
| | The Media Lab has moved to a new blogging platform, Medium . You can still access our archive of Blogger posts here .
| | yorakb.wordpress.com
15.1 parsecs away

Travel
| select extractValue(rws.object_value, '/ROW/TABLE_NAME') table_name, extractValue(rws.object_value, '/ROW/PARTITION_NAME') partition_name, to_date(substr(extractValue(rws.object_value, '/ROW/HIGH_VALUE'),11,11),'YYYY-MM-DD') high_value, extractValue(rws.object_value, '/ROW/NUM_ROWS') num_rows, round(extractValue(rws.object_value, '/ROW/BLOCKS')*8/1024) size_mb from ( select dbms_xmlgen.getxmltype('select table_name, partition_name, high_value, num_rows, blocks from user_tab_partitions') as x from dual ) ...