ADF 12c and weblogic 11g - weblogic

I have developed an application with adf 12c by jdeveloper 12c. But I have to deploy it on weblogic 11g. I looked for official guid but no success.
In oracle documents they said adf 12c supported by wls 10.3.5+, wls 12c. But is that means wls 11 supports 12c or not?
Can you help me?

The certification matrix http://www.oracle.com/technetwork/developer-tools/jdev/documentation/122-cert-2708091.html#ApplicationServers tells you that adf 12c is supported only for weblogic sever 12c.
The answer to your question is no, wls 11g doesn't support ADF 12c applications.

Related

Teradata version support LDAP connection

Do all Teradata versions support LDAP connections, if not from which version the LDAP was implemented?
Regards,

Do I need to have oracle software in my machine for migrating data from oracle to sql azure using SSMA?

Do I need to have oracle software in my machine for migrating data from oracle to sql azure using SSMA?
Error Message is like ...
Connection to Oracle failed.
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
You need to download and install oracle client from this link
http://www.oracle.com/technetwork/topics/dotnet/downloads/index.html
and chose 32-bit or 46-bit version to be able to connect to oracle DB

Sonar 3.7.2 -Support for SQL 2012

We have SONAR installed in a LINUX world using the native driver to connect to SQL, and are having no issues per se, but we are currently using SQL 2012 as our backend DB and wonder if SONAR fully supports SQL 2012?
You mean SQL Server 2012, right? If so, it is not supported and we have no plan to support it.

Oracle weblogic portal

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.

Has anyone wrote a SQL Azure data provider for Graffiti CMS 1.3

Is anybody using SQL Azure with Graffiti CMS. If so how do you add SQL Azure as your DB for Graffiti CMS 1.3?
As of today, Graffiti CMS is not compatible with SQL Azure. Graffiti CMS 1.3 Beta supports SQL Server (2000, 2005, 2008), MySQL, and Access. Older versions also worked with VistaDB.
SQL Azure does not have the same feature set as SQL Server 2008 - it is a subset. So unfortunately the current Graffiti SQL Server data provider will not work on SQL Azure as it uses some of the unsupported things. For example ntext fields are used (to be compatible with older versions of SQL Server) and Azure only supports the newer varchar(max)/nvarchar(max).
It would be great to add SQL Azure support in the future though. :)