Hi Renato and Rob,
as Rob said I wrote the plugin all alone and by the time I wrote it had
no Oracle DB available. In fact I shamefully must admit that I only
recently installed Oracle 10g at home. Before that I had never connected
to an Oracle DB with SQuirreL.
The Graph uses lots of DatabaseMetadata methods including:
getTables()
getColumns()
getExportedKeys()
getImportedKeys()
getIndexInfo()
On the other hand when the scripting functions are used, the SQL Script
plugin comes into play. I did not start the Script plugin but I'm taking
care of it since I guess two years. I did a lot of work on it and I'm
really sure that it doesn't contain Oracle specific code too. The SQL
Script plugin also uses the methods named above.
So I'm pretty sure that your JDBC driver generates the Oracle specific
calls when one of the DataBaseMetaData functions are called.
Gerd
gua...@po... schrieb:
> Without Oracle Plugin the same behavior.
> That the rows in v$sql are visibel I had first to rename the table.
> I heard that in 10g the history is better.
> Renato
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
|