How to upgrade JDeveloper11 to 12c? - oracle-adf

I have downloaded Oracle JDeveloper 11.1.1.7 (jdevstudio11117install.exe) for developing ADF/MAF Mobile application, I want to upgrade the JDeveloper version to latest.
It is possible to upgrade/update the latest version? or Should I need to download latest freshly. Please suggest.

You need to download JDeveloper 12.1.3 from here.
Then install it into a new directory.
Then use the help->check for update to get your Oracle Mobile
Application Framework extension to enable you to do mobile
development.

I suggest to download a fresh copy of JDeveloper 12c.
JDeveloper 11.1.1.* has a wizard for updates, as shown on the image
but you can see that is stated that it can apply updates only for JDeveloper 11g (which probably means that it cannot automatically upgrade to 12c).

Related

Where can I download the Sybase ASE 12.5 installer?

I need to test a project working on this version of sybase. I have searched for the installer on the sap website but it seems that it is no longer available for download in the developer version.
Where can I find it?

Upgrading the SQL Extensions Toolkit in netezza

How to upgrading the SQL Extensions Toolkit in Netezza? I don't want to have duplicate files I just want to upgrade from the SQL Ext I have currently.
Thanks.
Latest packages are available in fix central
Install instructions ->
https://www.ibm.com/support/knowledgecenter/SSULQD_7.2.1/com.ibm.nz.sqltk.doc/t_sqlext_installing.html
and https://www.ibm.com/support/knowledgecenter/SSULQD_7.2.1/com.ibm.nz.sqltk.doc/t_sqlext_enabling.html
You might find it easier to install SQLToolkit in its own database and refer to the functions from that database.

Configure Liferay 7.0 and WIldfly with Oracle

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.

Installing ngpsql to use PostgreSQL in PowerBI

I'm trying to get data from a PostgreSQL database into PowerBI Desktop but it doesn't seem to work. I think the problem is with the installation with npgsql. When trying to setup a new database connection in PowerBI I type in the database and server, and this is the error message I get:
"Unable to connect
Details: "PostgreSQL: We were unable to find a database provider with invariant name 'Npgsql'.
This error could've been the result of provider-specific client software being required, but missing on this computer. To download client software for this provider, visit the following site and choose the 64-bit (x64) version of, at minimum, 'Npgsql version 2.0.12': https://go.microsoft.com/fwlink/?LinkID=282716""
I've tried going npgsql website and install the required components but I can't seem to get it working. I'm not a developer so this is a bit complicated for me. Does anyone know how to get these components installed? I very much appreciate your help!
I'm using Windows 10 on a Surface Pro 3 if this helps. And I do have Visual Studio Community installed as well.
Best,
Bruno.
I have downloaded and tried it with version 3.6.6
Install npgsql
During the installation stage, enabled "Npgsql GAC Installation" as GAC requires Npgsql.
Restart the PC.
It should work now.
The solution from this page helped me: https://community.powerbi.com/t5/Community-Blog/Configuring-Power-BI-Connectivity-to-PostgreSQL-Database/ba-p/12567
Select the option to install to the GAC during install of the program npgsql v3.x.x downloaded from this page https://github.com/npgsql/Npgsql/releases
It worked for me (although I do not know why:-)
When you install Npgsql you should enable installation into the GAC.
Otherwise component will not be automatically detectable to other programs.

How to install dotnetnuke in local system?

Can anyone please guide me how to install dnn in local system. How to setup code files and database? I have windows vista os and sql server Express database installed in my system
Thanks,
Merry
Here is a link that will walk you through the process.
http://www.installationwiki.org/Development_Environment_for_Skinning_DotNetNuke
An alternative: Charles Nurse recently published a walk through for using the new WebMatrix product from Microsoft to install DotNetNuke.
To know more about how to install DNN please flow the below link
https://mydnn.blogspot.com/2017/09/how-to-install-dotnetnuke.html
https://www.c-sharpcorner.com/blogs/how-to-install-dotnetnuke

Resources