The following error occurs when publishing a query to Toad Intelligence Central(TIC):
"Error: Object reference not set to an instance of an object"
Publishing a simple query e.g. select * from <tablename> works OK
Oracle query is using a WITH clause, which is not supported when publishing to TIC
rewrite query/script to not include the WITH statement e.g.