Re: Result Set over Network Question

From: Robert Klemme <shortcutter(at)googlemail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>, pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Result Set over Network Question
Date: 2012-05-07 13:44:36
Message-ID: CAM9pMnPKNs7s=ZCaKS48m_EPf4s66A_x8K3X7zJHPnPHoeq-kQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, May 7, 2012 at 2:11 PM, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:
> Robert Klemme, 07.05.2012 14:03:
>>
>> Alternative tools for JDBC tests:
>>
>> http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
>
> SQL Developer does not support PostgreSQL

Last time I checked (quite a while ago) you could use arbitrary JDBC
drivers. There's also
http://docs.oracle.com/cd/E25259_01/appdev.31/e24285/intro.htm#sthref306

And this seems to indicate that it's still the case: "[...] or another
third-party driver. [...]
JDBC URL (Other Third Party Driver): URL for connecting directly from
Java to the database; overrides any other connection type
specification."
http://docs.oracle.com/cd/E25259_01/appdev.31/e24285/dialogs.htm#BACDGCIA

I assume Oracle is not interested in aggressively advertizing this
feature though.

Kind regards

robert

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Thomas Kellerer 2012-05-07 14:25:44 Re: Result Set over Network Question
Previous Message Thomas Kellerer 2012-05-07 12:11:53 Re: Result Set over Network Question