Whether Sonarqube 5.0 version supports Oracle 12C - oracle

I'm configuring Oracle 12C with Sonarqube 5.0. I just want to check whether the below configurations are enough or I need to upgrade something else.
Sonar - Version 5.0
Java - Java JDK 11
DB - Oracle 12C

Related

Oracle 19c Compatible - Powerbuilder

One of our application build by powerbuilder 6.5 and it was currently connected Oracle 11.2.0.4 version. We are planning to migrate the 19c oracle. So will it be compatible 19c Oracle?
And we need to know if the Appeaon 2017 R3 1858 will support/compatible for 19C oracle?
We are working on a similar project to migrate Oracle9i database to Oracle 19c and the front end application is Powerbuilder 6.5
As part of the POC we connected the application to Oracle 19c application using Oracle 10g client on the server. With this setup we saw Powerbuilder 6.5 was compatible with Oracle 19c and have not faced any issues so far.

Installation failed during Oracle Application Express 18.2

I installed Oracle Application Express Version 5.0 on Oracle Linux 6.9 with Oracle Database 11g and working perfect.
Now I want upgrade to 11.2 Version but I am getting this error during installation
I believe you have to be on a minimum database version of 11.2.0.4 for APEX 18.2

Database Migration from Oracle 11G to 12C on Sonarqube Version 5.0.1

Could you please advise me the impact of migrating database from Oracle 11g to Oracle 12c for Sonarqube version 5.0.1.
Is this Sonarqube version 5.0.1 supported and tested on Oracle 12c ?
Please advise.
Any help will be appreciated.
Thanks and Regards,
Anish Sethi.
As you can read on the "Requirements" page of the SonarQube 5.1, versions of Oracle that are supported include:
12C with Oracle 12.1.0.2.0 drivers since SonarQube 4.5 LTS (port
number is mandatory in JDBC URL)
So SonarQube 5.0.1 should run fine on Oracle 12. Still:
This does not necessarily mean that the migration from Oracle 11 to 12 is seamless - only your DBA will tell you this.
SonarQube 5.0 is a quite old version, so you won't get a lot of help in case of trouble
yes, Sonarqube 5.0.1 is compatible with oracle 12C and my driver jdbc is ojdbc6.jar which will also running fine for 12C . my question is do we need to make any other changes inside Sonar application or sonar properties if The port number, Oracle SID and services does not changes for this upgrade ??

Oracle 12C compatability with Sonar 4.3.2

Our DB team is upgrade Oracle to 12C. We currently have Sonar 4.3.2. Is Sonar 4.3.2 compatible with Oracle 12C.
There is an open ticket on the matter and no support yet: http://jira.sonarsource.com/browse/SONAR-6768
No roadmap is defined, but support might very much not comes first with oldest versions of SQ, upgrade to latest LTS version or latest version might be required.

Version of Oracle thin driver to use with Java 6

We are upgrading from Java 1.5 to Java 6 and J2EE 1.4 to Java EE 5. We are using Oracle 10g. Java EE 5 only supports JDBC 3.0, but Java 6 supports JDBC 4.0. If I am running on a Java EE 5 server with Java 6, can I use the JDBC 4.0 API in my Java EE 5 web app?
Which Oracle thin driver should I use? Is it ojdbc6.jar from Oracle's download page? Is that compatible with Oracle 10g?
You can use ojdbc6.jar.
There are 3 Oracle JDBC drivers still being widely used:
ojdbc14.jar for projects with JDK 1.4
ojdbc5.jar for projects with JDK 5 (or 1.5)
ojdbc6.jar for projects with JDK 6 (or 1.6)
Even though you're using Java EE 5, if the relevant JDK is 6, then you match Oracle driver's version number with your JDK number.
Oracle has a FAQ on their JDBC drivers regarding driver and database compatibility. This part might be useful to you.
For Oracle 10g here is the list of available JDBC drivers.
The list does not contain a specific driver for JDK 1.6, the latest version is ojdbc14.jar what I suspect you have already used.
Your have referred to Oracle 11g JDBC drivers which may also work with Oracle 10g but I have no experience with that.

Resources