Skip to content

Commit

Permalink
0004818: Fixed SqlException when generating snapshot from a node with…
Browse files Browse the repository at this point in the history
… an Oracle database (#143)
  • Loading branch information
evan-miller-jumpmind committed Feb 8, 2021
1 parent 46ad787 commit b9e2d2c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -216,7 +216,7 @@ public List<Transaction> getTransactions() {
" blocked.sid," +
" blocked.username," +
" blocked.status," +
" blocked.blocking_session" +
" blocked.blocking_session," +
" sql.last_load_time," +
" sql.sql_text " +
"from v$session blocked " +
Expand Down

0 comments on commit b9e2d2c

Please sign in to comment.