SQL Developer - access to AS400 iSeries [message #634246] |
Fri, 06 March 2015 06:57 |
|
dvaillant
Messages: 1 Registered: March 2015
|
Junior Member |
|
|
Hi,
I would like to know the way to access to a db2 database (AS400 iSeries) with Sql Developer 4.x.
I have already used db2jcc.jar, but I don't know how to configure the connexion.
With SQL-View, I can access to the database using the ALIAS parameter in ODBC.
But how it work with SQL Developer ?
Thanks by advance !
|
|
|
|
|
|
Re: SQL Developer - access to AS400 iSeries [message #634440 is a reply to message #634436] |
Tue, 10 March 2015 03:15 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Quote:But SQL Developer is an Oracle product, so the question is at its place here.
The problem is not at DB2 side but at SQL Developer one to connect to a DB2 database.
May be you are correct Michel. When I read the client tools forum details "Tools for executing SQL and PL/SQL commands", I interpret it as only related to Oracle. Yes SQL Developer is an Oracle product, but I thought the forum is to help only with Oracle related stuff like how to connect to Oracle DB. What if someone asks how to connect to DB2 from TOAD. That is how I interpreted. May be I am wrong. As a benefit of doubt, I have now posted some links to point OP to some usage notes.
|
|
|
Re: SQL Developer - access to AS400 iSeries [message #634441 is a reply to message #634438] |
Tue, 10 March 2015 03:21 |
|
Michel Cadot
Messages: 68728 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Far better answer than your previous one.
Quote: I thought the forum is to help only with Oracle related stuff like how to connect to Oracle DB.
There are many topics in this forum related to connect SQL Developer to a non-Oracle database (most of the time SQL Server) including migration issues.
The matrix is simple, the forum includes:
Oracle client tool <-> Oracle database
Oracle client tool <-> Non-Oracle database
Non-Oracle client tool <-> Oracle database
But NOT "Non-Oracle client tool <-> Non-Oracle database".
[Updated on: Tue, 10 March 2015 04:10] Report message to a moderator
|
|
|
|