BEA Logo BEA WebLogic Server Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

WebLogic SGI IRIX Platform Support


Latest Certified Releases

The latest certified release is WebLogic Server Release 4.5.1. For more information, see Platform certification detail. Platform certification for WebLogic Server Release 5.1 is still in progress. Please contact your account manager for more information.

General Information

IRIX is Silicon Graphic's version of UNIX. For information on IRIX, go to SGI's website. You can also get a Java Developers Kit for IRIX on the SGI website.

jdbcKona/Oracle native libraries for Irix

The jdbcKona/Oracle JDBC driver for IRIX is provided in the WebLogic Server 4.5 distribution, in the lib/irixshr directory. (Please note that starting with WebLogic Server Release 5.1, jdbcKona/Oracle is known as the WebLogic jDriver for Oracle.)

The driver for IRIX uses the Oracle N32 client libraries, so you must run Java in the default N32 mode. To specify N32 on the java command line, use one of these options:

-32 or -o32 MIPS 032 ABI
-n32 MIPS n32 ABI (default)

See SGI's Java FAQ for more details.

To use jdbcKona/Oracle, set the LD_LIBRARY and LD_LIBRARYN32 paths as follows (assuming you installed WebLogic Server in /usr/local/weblogic). Type each command on one line:

$ LD_LIBRARYN32_PATH=$LD_LIBRARYN32_PATH:/usr/local/weblogic/lib/irixshr; 
     export LD_LIBRARYN32_PATH

$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/weblogic/lib/irixshr;
     export LD_LIBRARY_PATH

 

Copyright © 2000 BEA Systems, Inc. All rights reserved.
Required browser: Netscape 4.0 or higher, or Microsoft Internet Explorer 4.0 or higher.