Oracle weblogic portal - weblogic

My question may be basic,
What is 'Oracle Weblogic Portal'? Is that a product from Oracle or does it mean a web portal (using J2EE) developed as Weblogic as application server?

From that product's homepage at oracle.com
Oracle WebLogic Portal, formerly BEA WebLogic Portal, is the best-of-breed portal framework for creating highly interactive composite applications in a SOA environment...
It is now an Oracle product, since Oracle bought BEA Systems quite a while ago.

Related

Kerberos authentication between Java application hosted in Netweaver 7.5 and Oracle database 19c

We have a Java application that is hosted in SAP Portal NW 7.5 which connects to Oracle DB through Custom JDBC datasource maintained in NWA.
Now our requirements is to include Kerberos authentication for connection between SAP Portal NW 7.5 and Oracle DB from Portal.
Kindly share your best practice approach and documents,OSS (if any) to achieve the requirements.
AD integration requirement
Regards,
Bharanidharan
Can you take a look at the instructions present in JDBC developer's guide?

what are the real time benefits of migrating to service bus 12c from 11g for an enterprise application?

What are the real time benefits of migrating to service bus 12c from 11g for an enterprise application? We are currently using soa suite 11g. One thing which I know is it incorporates the development of services in jdeveloper itself instead of using eclipse.
Also, approximately how much time is required for the migration?
Some of the benefit that I have found is the native support for REST Services and the use of JS for REST end to end services in OSB 12.2.1 and SOA 12.2.1.
The migration time is highly dependant on the number of services you have in both OSB and SOA, but it must be quite simple.

How to install back-end infrastructure on firebox server?

Looking to install the application on the server. Can quickblox be installed on firebox server?
You can contact QuickBlox team regarding Enterprise installations questions http://quickblox.com/enterprise/
it can be doable only with Enterprise plan

Can Reporting service on sql server web edition running on azure virtual machine use the azure database as the data source?

Since the azure database not support the reporting service anymore, I have to use a reporting service on a sql server running on an azure virtual machine to get the reporting service for my azure websites. The azure websites uses the reporting service web services to provides the report functions to users.
My question is, Can the web edition work for that purpose? Or has to be at least standard edition.
The standard edition even for 1 core costs 410$ per month + the virtual machine cost. Which does not make any sense to me at all, because we only use the reporting services on that sql server running on the virtual machine.
Can web edition reporting service connect to the azure database as the data source?
You need to have Standard Edition or higher for connecting to remote data sources.
In Web Edition Reporting Services only supports connecting to a local Web Edition of SQL Server DbEngine. http://msdn.microsoft.com/en-us/library/cc645993.aspx#Reporting

Hosting WCF Service in Oracle Weblogic Server

Our team has developed a number of WCF services in Visual Studio. Currently we are hosting them on IIS server. However, a need occured to host them on Oracle WebLogic Server 12c. Is this possible? Are there any pitfalls associated with that approach?