Thread: SQL Developer accessing PostgreSQL
<p dir="LTR"><span lang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font face="Calibri">Hello,</font></span><pdir="LTR"><span lang="en-us"><font face="Calibri">Is there a way to co</font></span><spanlang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font face="Calibri">nfigure Oracle</font></span><spanlang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font face="Calibri">’</font></span><spanlang="en-us"></span><span lang="en-us"></span><span lang="en-us"><font face="Calibri">sSQL Developer to access a PostgreSQL database? </font></span><p dir="LTR"><span lang="en-us"><font face="Calibri">Thanks,Jim</font></span><pdir="LTR"><span lang="en-us"></span><span lang="en-us"></span><span lang="en-us"></span>
On 03/29/10 20:33, Snyder, James wrote: > Hello, > > Is there a way to configure Oracle’s SQL Developer to access a > PostgreSQL database? > IMHO, no. And (even if it possible) it is completely useless, since the Postgresql has the "psql" program far better than any oracle tool and than all oracle tools together.
I recommend Aqua Data Studio
Just drop in the jdbc jar
From: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org] On Behalf Of Snyder, James
Sent: Monday, March 29, 2010 11:34 AM
To: pgsql-sql@postgresql.org
Subject: [SQL] SQL Developer accessing PostgreSQL
Hello,
Is there a way to configure Oracle’s SQL Developer to access a PostgreSQL database?
Thanks,Jim
PRIVILEGED AND CONFIDENTIAL This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender. If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:postmaster@argushealth.com. Thank you.
<span class="medium_text" id="result_box"><span style="background-color: rgb(255, 255, 255);" title="Han probado Squirrel.">Squirrelbeen tested. </span><span style="background-color: rgb(255, 255, 255);" title="Es opensource, hecho enJava y tiene soporte mediante JDBC para muchas bases de datos.">It is opensource, and is done in Java using JDBC to supportmany databases. </span><span title="Es un cliente universal de SQL, ver">It is a universal SQL client, see<br /><br/></span><span title="http://www.squirrelsql.org/"><a class="moz-txt-link-freetext" href="http://www.squirrelsql.org/">http://www.squirrelsql.org/</a></span></span><br/><br /> El 29/03/10 18:22, Hiltibidal,Rob escribió: <blockquote cite="mid:40FB2AE5907F9743A593A85015F157BF03FE10C1@ARG-EXVS03.corp.argushealth.com"type="cite"></blockquote><div class="Section1"><pclass="MsoNormal"><span style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73,125);">I recommend Aqua Data Studio</span><p class="MsoNormal"><span style="font-size: 11pt; font-family: "Calibri","sans-serif";color: rgb(31, 73, 125);"> </span><p class="MsoNormal"><span style="font-size: 11pt; font-family:"Calibri","sans-serif"; color: rgb(31, 73, 125);">Just drop in the jdbc jar</span><p class="MsoNormal"><spanstyle="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73, 125);"> </span><pclass="MsoNormal"><span style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31, 73,125);"> </span><p class="MsoNormal"><span style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: rgb(31,73, 125);"> </span><div><div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color-moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;"><p class="MsoNormal"><b><spanstyle="font-size: 10pt; font-family: "Tahoma","sans-serif";">From:</span></b><span style="font-size:10pt; font-family: "Tahoma","sans-serif";"> <a class="moz-txt-link-abbreviated" href="mailto:pgsql-sql-owner@postgresql.org">pgsql-sql-owner@postgresql.org</a>[<a class="moz-txt-link-freetext" href="mailto:pgsql-sql-owner@postgresql.org">mailto:pgsql-sql-owner@postgresql.org</a>]<b>On Behalf Of </b>Snyder, James<br/><b>Sent:</b> Monday, March 29, 2010 11:34 AM<br /><b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:pgsql-sql@postgresql.org">pgsql-sql@postgresql.org</a><br/><b>Subject:</b> [SQL] SQL Developer accessing PostgreSQL</span></div></div><pclass="MsoNormal"> <p><span style="font-family: "Calibri","sans-serif";">Hello,</span><p><spanstyle="font-family: "Calibri","sans-serif";">Is there a way to configure Oracle’sSQL Developer to access a PostgreSQL database? </span><p><span style="font-family: "Calibri","sans-serif";">Thanks,Jim</span></div><prewrap="">PRIVILEGED AND CONFIDENTIAL This email transmission contains privileged and confidential information intended only for the use of the individual or entitynamed above. If the reader of the email is not the intended recipient or the employee or agent responsible for deliveringit to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmissionis strictly prohibited by the sender. If you have received this transmission in error, please delete the emailand immediately notify the sender via the email return address or <a class="moz-txt-link-freetext" href="mailto:postmaster@argushealth.com">mailto:postmaster@argushealth.com</a>. Thank you. </pre><br />
Snyder, James, 29.03.2010 18:33: > Hello, > > Is there a way to configure Oracle’s SQL Developer to access a > PostgreSQL database? > > Thanks,Jim > As others have pointed out, it's not possible. The Postgres Wiki contains a list of GUI Tools that work with Postgres: http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools Thomas