Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Database Gateway for SQL Server v12.1 Certification matrix question

User_12Y0OMay 1 2019 — edited May 6 2019

Current system is Oracle EE version 11.2.0.4 on AIX 7.1.   Need to install Oracle Database Gateway for SQL Server.  However, the two certification matrix's (v11.2 and v12.1 for Oracle Database Gateway for SQL Server) do not include this configuration on the certification matrix published.  Is this certified?  Would Oracle Gateway for SQL Server v12.1 be the correct version to install for Oracle EE RDBMS 11.2.0.4?

Oracle Gateway for SQL Server v12.1 is certified with AIX v7.2, v7.1, v6.1  but the Oracle RDBMS shows only as version 12.1.

Oracle Gateway for SQL Server v11.2 is certified with AIX 5.32, 6.13 with Oracle RDBMS 11.2, 11.1, 10.21

This post has been answered by mxallen-Oracle on May 6 2019
Jump to Answer

Comments

gimbal2
If you have to resort to GCJ, you are already on thin ice and should rethink your strategy. I'd say you don't need Java but you need a native C/C++ application. In any case, a Google search for "gcj java comm" resulted in this as the first hit:

http://stackoverflow.com/questions/1835531/java-compiled-with-gcj-using-javax-comm-api-possible

Amazing what a simple Google query can tell you in under a second, huh?
EJP
GCJ is not a Java compiler, and it relies on a library called GNU CLASSPATH which isn't Java either. Don't use it, and don't ask about it here, this site is for Java as defined by the Sun/Oracle specifications.
860005
Thank you for replying.

I have a complete java program, the problem is that i dont know how to compile it on embeded linux 2.6.86. I googled it and gcj came up in search results. Can you assisst me in this problem.

I m using ok6410 development kit (arm board). It is with wince 6 or linux 2.6.86. I have whole coding in java which is tested in windows OS.

How can i compile my code in above mentioned kit?
860005
Yes i did googled it and came accross that answer which i didnt understand. Can u suggest me any other compile that will run in

Embeded linux 2.6.86 (Debian)

The problem is i have done all my coding in java.
gimbal2
857002 wrote:
Yes i did googled it and came accross that answer which i didnt understand. Can u suggest me any other compile that will run in

Embeded linux 2.6.86 (Debian)

The problem is i have done all my coding in java.
Java classes are cross-platform. If there is a Java runtime for this Linux version then you can run them even if you compiled them on Windows. If there is no compatible Java runtime then you should have done your research before writing the code.
EJP
How can i compile my code in above mentioned kit?
Download and install a JDK from Sun/Oracle for the platform and use the 'javac' command.
1 - 6

Post Details

Added on May 1 2019
3 comments
351 views