- Download/extract IBM Toolkit for Java/JTOpen.
- Copy the jt400.jar to C:\Oracle\sqldeveloper\jdbc\lib\jt400.jar
- Navigate to Tools > Preferences > Database > JDBC Driver Options
- Add a new JDBC Driver, calling the driver class as "com.ibm.as400.access.AS400JDBCDriver"
- For the Library definition, click Browse
- Name the Library as "AS400 JDBC"
- Add entry to the class path, referencing the jar file in step (2)
- Your new AS400 JDBC Driver should look like this
- Back to your SOA composite, simple use the Database Adapter
- The Database Adapter wizard will prompt you to create a new connection.
- Select Connection Type as "Generic JDBC" and Driver Class as "com.ibm.as400.access.AS400JDBCDriver"
- Now test the connection
- Done!
Thursday, October 28, 2010
Configuring JDeveloper 11g with AS400
The following steps is a guide on how to connect to an AS400 database using JDBC and JDeveloper 11g for design-time. Where my local JDeveloper installation is at C:\Oracle\sqldeveloper and my JDE server name is JDEEnt1.
Topics
- 12c (1)
- Architecture (2)
- B2B (1)
- Banking (1)
- BPEL (3)
- Cisco (1)
- ebXML (1)
- EDIFACT (1)
- Effective Management (2)
- Engineered Systems (2)
- Exadata (2)
- Exalogic (1)
- Governance (1)
- Innovative (1)
- Issue Management (1)
- ITIL (1)
- Java (3)
- JDeveloper (2)
- Methods (27)
- Mobility (1)
- OFM (5)
- OIC (1)
- Oracle SOA Suite (7)
- OSB (1)
- Principles (8)
- Release Management (1)
- Scripting (1)
- Standards (3)
- Virtualization (1)
- webMethods (6)
- XPath (1)