Querying (SQL) Oracle/Toad dump files without importing them

Owlorly

New Member
We're doing a monthly data dump of our databases. We've got some SQL queries to create statistics about the data. I'd like to compare the results of the current state with the last few dumps.I can open the files with the Export File Browser in Toad (v11) and sort/filter the data using the GUI, but that's not powerful enough. Is there a way to query the dump files with SQL without having to take extra steps like creating a new schema and importing it?
 
Top