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.
Related
we have recently upgraded the Oracle client from 11.0.2.4 to 18c. However, an old .NET application that used to work is no longer connected to any Oracle database.
Does anyone know whether there are compatibility issues between the Oracle.ManagedDataAccess.dll and Oracle versions? I haven’t found any concrete reference so far. The version of our Oracle.ManagedDataaccess.dll is 4.121.2.0
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
As we know 20.1 is launched on 23rd april.
I tried to download it but i am using apex.oracle.com for learning. How do i upgrade that to 20.1?
I downloaded the 20.1 set up but cannot understand how to install/upgrade?
apex.oracle.com is managed by Oracle and is always upgraded to a pre-release version of Oracle APEX prior to the full public release of APEX. As of this writing (April 26, 2020), apex.oracle.com is already upgraded to production APEX 20.1.
If you wish to download the latest version of APEX for on-premises installation, you can simply go to https://apex.oracle.com/download.
If I correctly understood the question, you'd want to upgrade Apex version which you use on apex.oracle.com.
If that's so, no - you can't do that. Oracle guys will do it when they find appropriate. Usually there's a notice on that site about "scheduled maintenance" or something like that.
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 ??
I had to connect my Oracle 10g XE (10.2.0.1) with Visual Studio 2012.
Since I found that 10g is not compatible now, so I want to migrate it to higher version - 12c.
I have successfully installed Oracle 12c Enterprise Edition, but it's upgrade assistant says that you have to upgrade your 10g (10.2.0.1) to the version 10.2.0.5, then DB can be migrated to 12c.
Question: How to upgrade Oracle 10.2.0.1 to 10.2.0.5 ?
I couldn't find the patch links from internet, I have searched a lot on the internet but didn't not get an amazing solution that resolves my problem in one shot.
This message is an error in the installer. It is applicable to other editions of Oracle (for example to a Standard Edition) but XE does not have such version as 10.2.0.5. Even with an Oracle support contract paid, there is simply no such version on metalink. You need to export-import like described in this question.
You need a metalink account to download this patch (legally); it's probably easier to export the database and import it into a fresh 12c instance.