I want to install WebLogic 14c. but I dnt know which ORDS version is compatible with WebLogic 14c.
kindly anyone help regarding compatibility of WebLogic 14-c to ORDS
From Oracle Support, it appears that the last version of ORDS (21.1.1) only supports WLS 12.2.1, 12.1.1 and 10.3.0
ORDS 21.4 (the current latest) does support WebLogic 14c: https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/21.4/aelig/installing-REST-data-services.html#GUID-57B22E09-081E-4326-A9D5-61635B518931
Oracle REST Data Services supports the following Java EE application servers:
Application Server Supported Release
---------------------------------------------------
Oracle WebLogic Server 12c Release 2 (from version 12.2.1.3 and later) and 14c Release and later
Apache Tomcat Release 8.5.x through Release 9.0.x
Related
I installed glpi on a server and I want to do automatic inventoring of other computers and machines in the park.
I tried to install FusionInventory but its last version isn't compatible with glpi 10.0.5.
Is there an other plugin that i can use please?
GLPI from 10.x onwards now has its own agent that can be installed on clients. Details can be found here:
https://glpi-agent.readthedocs.io/en/latest/
I have a doubt regarding LIferay 7.0 and Wildfly. I recently found a method to integrate Oracle DB with Liferay but, at least in the example and on my attempts to try it, when I start Wildfly with Liferay it keeps telling me "Unsupported Database Oracle".
The tutorial I followed was this one: https://www.dontesta.it/blog/en/2016/04/13/liferay-7-ce-how-to-add-support-for-oracle-db/
Is that only supported for Tomact? (Like in the example in that tutorial).
Thanks in advance.
The Oracle driver for Liferay 7 CE also works for the bundle with wildfly.
The procedure is very simple:
Build the Oracle Driver for Liferay (by following the guide liferay-portal-oracledb-support)
Download JDBC Oracle driver
Copy JDBC Driver in $LIFERA_HOME/wildfly-10.0.0/modules/com/liferay/portal/main/
Add JDBC Driver ojdbc7.jar as resource in module.xml ($LIFERA_HOME/wildfly-10.0.0/modules/com/liferay/portal/main/)
Copy jar (liferay-portal-oracledb-support-1.0-SNAPSHOT.jar) of the Oracle Driver for Liferay in $LIFERAY_HOME/wildfly-10.0.0/standalone/deployments/ROOT.war/WEB-INF/lib/
Start Liferay
By following the above steps you should be able to install successfully Liferay 7, also you can see this tutorial Liferay 7 Wildfly: How to add support for Oracle DB
I point out the project https://github.com/amusarra/liferay-portal-database-all-in-one-support which groups the support for the three commercial databases for versions 7.0, 7.1 and 7.2 of Liferay.
This project add support to the Oracle Database, SQL Server and IBM DB2 database. Liferay has performed refactorting the code so that it is possible and easy to add support for databases no longer supported OOTB (out-of-the-box). The last version (1.1.4) of the driver works with the Liferay 7.2.1 CE GA2.
You can download the latest version binary jar from Maven Central Repository liferay-portal-database-all-in-one-support (https://search.maven.org/#search%7Cga%7C1%7Cit.dontesta), by doing so you can avoid doing the build.
I invite you to read the article How to build a Docker Liferay 7.2 image with the Oracle Database support (https://www.dontesta.it/en/2019/08/21/how-to-build-a-docker-liferay-7-2-image-with-the-oracle-database-support/) which may be interesting for you.
I have been trying to find all the Oracle Databases that is supported with Weblogic 12c.
I have been trying to find it on web, but unable to get the proper list.
Any help would be appreciated.
have a look at these Oracle certification matrix for 12c releases :
For weblogic Version 12.1.1
For weblogic Version 12.1.2
For weblogic Version 12.1.3
Weblogic 12.1.3 contains ojdbc6.jar and ojdbc7.jar (checked locally, but also documented here)
This means compability with 11g and 12g releases of Oracle Databases (see also http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#01_03)
Following the instructions from WSO2 IS on setting it up with Microsoft SQL Server (https://docs.wso2.com/display/ML111/Setting+up+Microsoft+SQL), I continue to get the following error when running WSO2 IS:
ERROR (com.microsoft.sqlserver.jdbc.SQLServerConnection) - Java
Runtime Environment (JRE) version 1.7 is not supported by this driver.
Use the sqljdbc4.jar class library, which provides support for JDBC
4.0. ERROR (org.wso2.carbon.user.core.util.DatabaseUtil) - Database Error - Java Runtime Environment (JRE) version 1.7 is not
supported by this driver. Use the sqljdbc4.jar class library, which
provides support for JDBC 4.0.
I made sure that there were no extra sqljdbc libraries in the paths (to rule out ambiguity). I followed the instructions exactly, but did note that they referenced SQL Server 2005 (yikes!).
I am working on a Windows 7 machine, JRE 8, JDK 1.7, SQL Server 2012/2014, and WSO2 IS 5.1.0.
Any help would be greatly appreciated.
I assume you are using the JDK 1.7, so according to the documentation from microsoft you need to have Sqljdbc41.jar. Can you check you have the correct version in the lib folder?
Sqljdbc41.jar requires a JRE of 7 and supports the JDBC 4.1 API
Also make sure that the dropins folder don't have any mssql libs before restarting the server (Jars from lib are copied to dropins at the startup, so there is a chance you have mssql jars copied from an earlier startup).
Also note that WSO2 IS has a separate page for setting up databases. Please follow that doc instead which contains the documentation specific to IS.
The link given in the official page of oracle for linux or fedora is broken. So, I am unable to install oracle 10g from the official website. Please give me any other ideas to install oracle 10g.
According to this database download page:
Oracle Database 10.2 and 11.1 are no longer available for download.
The software is available as a media or FTP request for those
customers who own a valid Oracle Database product license for any
edition. To request access to these releases, follow the instructions
in Oracle Support Document 1071023.1 (Requesting Physical Shipment or
Download URL for Software Media) from My Oracle Support. NOTE: for
Oracle Database 10.2, you should request 10.2.0.1 even if you want to
install a later patch set. Once you install 10.2.0.1 you can then
apply any 10.2 patch set. Similarly, for 11.1 request 11.1.0.6 which
must be applied before installing 11.1.0.7. Patch sets can be
downloaded from the Patches and Updates tab on My Oracle Support.