{"id":21813033,"url":"https://github.com/llamasoft/oracle-query-progress","last_synced_at":"2026-02-07T01:01:28.674Z","repository":{"id":29417087,"uuid":"32952692","full_name":"llamasoft/Oracle-Query-Progress","owner":"llamasoft","description":"Show the progress of a long running Oracle query","archived":false,"fork":false,"pushed_at":"2015-03-26T21:36:35.000Z","size":172,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-11T17:58:36.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llamasoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-26T21:24:52.000Z","updated_at":"2025-02-24T10:31:57.000Z","dependencies_parsed_at":"2022-07-19T06:16:58.220Z","dependency_job_id":null,"html_url":"https://github.com/llamasoft/Oracle-Query-Progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/llamasoft/Oracle-Query-Progress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llamasoft%2FOracle-Query-Progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llamasoft%2FOracle-Query-Progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llamasoft%2FOracle-Query-Progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llamasoft%2FOracle-Query-Progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llamasoft","download_url":"https://codeload.github.com/llamasoft/Oracle-Query-Progress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llamasoft%2FOracle-Query-Progress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29183274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"ssl_error","status_checked_at":"2026-02-07T00:35:01.758Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T14:26:47.103Z","updated_at":"2026-02-07T01:01:26.591Z","avatar_url":"https://github.com/llamasoft.png","language":"PLSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle Query Progress\n\nThis a SQL\\*Plus script meant to display the progress of a long running query.  Simply supply the `sql_id` of the query (obtainable from `v$session_longops`) and it will return the execution plan as well as the current progress.\nThe script does depend on two utility functions that have been included in `simplify_count.sql`.  You will need to run that first before running the main script.\n\n\nExample script output:\n\n    ==============================================\n    Query Sid:               560\n    Query Exec ID:      16777216\n    Query Exec Time: 2015-MAR-26 09:07 AM\n    \n                                                                                                                Exec Time\n      ID Plan Step                                                 Est. Rows        Row Count Memory   Temp         (Min) Step Status\n    ---- --------------------------------------------------------- --------- ---------------- -------- -------- --------- ---------------\n       0 SELECT STATEMENT                                                           2,874,501                          17 EXECUTING\n       1 |PX COORDINATOR                                                            2,874,501                          17 EXECUTING\n       2 | PX SEND QC (RANDOM) - :TQ10003                             19.2 M        2,871,840                          17 EXECUTING\n       3 |  HASH JOIN OUTER BUFFERED                                  19.2 M        2,871,840    3.8 G    7.0 G        20 EXECUTING\n       4 |   HASH JOIN OUTER                                          13.4 M       13,416,688                           2 READY\n       5 |   |PX RECEIVE                                              13.4 M       13,416,688                           0 READY\n       6 |   | PX SEND HASH - :TQ10000                                13.4 M       13,416,688                           0 READY\n       7 |   |  PX BLOCK ITERATOR                                     13.4 M       13,416,688                           0 READY\n       8 |   |   TABLE ACCESS FULL - SMALL_INPUT_TABLE                13.4 M       13,416,688                           0 READY\n       9 |   |PX RECEIVE                                              24.5 M       24,533,581                           2 READY\n      10 |   | PX SEND HASH - :TQ10001                                24.5 M       24,533,581                           1 READY\n      11 |   |  PX BLOCK ITERATOR                                     24.5 M       24,533,581                           1 READY\n      12 |   |   TABLE ACCESS FULL - MEDIUM_INPUT_TABLE               24.5 M       24,533,581                           1 READY\n      13 |   PX RECEIVE                                              134.6 M      175,036,199                           2 READY\n      14 |   |PX SEND HASH - :TQ10002                                134.6 M      175,036,199                           2 READY\n      15 |   | PX BLOCK ITERATOR                                     134.6 M      175,036,199                           2 READY\n      16 |   |  TABLE ACCESS FULL - LARGE_INPUT_TABLE                134.6 M      175,036,199                           2 READY\n\n\nNote: The script *can* run without SQL\\*Plus but you'll still need to supply the sql_id some way or another.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllamasoft%2Foracle-query-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllamasoft%2Foracle-query-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllamasoft%2Foracle-query-progress/lists"}