0 Replies Latest reply on Dec 14, 2012 3:51 PM by virtualdatabase

    override the JDBC import methods

    virtualdatabase

      I seem to remember a discussion about how one might specify a database specific query to over-ride JDBC metadata import.

      For example (instead of calling getTables() one might want the following query to run (Select table_name from all_tables, for example)

      In my case I also want to override the COMMENTS/Descriptions for a procedure..


      Any thoughts/help would be appreciated.