I'm receiving an error when using the Export Wizard to export a query that contains a bind variable:
For Example:
Go to Tools | Export | Export Wizard and select "Query" from the export category. Paste a query that contains a bind variable and export to a file:
i.e. SELECT * FROM sys.dba_indexes WHERE Table_Name like (:Table_name);
The wizard indicates the export failed with the following log errors:
Thread (23) Export Started [9/20/2010 2:25:04 PM]
Thread (23) Export Wizard error processing objects, export halted.
Thread (23) Error parsing Export template: Object reference not set to an instance of an object.
Thread (23) Export Finished [9/20/2010 2:25:04 PM]