tora
                                
                                 tora copied to clipboard
                                
                                    tora copied to clipboard
                            
                            
                            
                        SQL statement sanitizer fails when sql stat ends with `$`
For example
select * from sys.AUD$;
for this query the semicolon is not removed but it is sent into the database.
multi-line statement works ok:
select * from sys.AUD$
;