could not find SOA composite in JDeveloper 12c and also SOA extension for 12c - soa

Installed JDEVLOPER 12c, but could not find SOA composite.
1) Tried HELP -> check for updates -> Check 'Spring & Oracle Weblogic SCA'-> restart did not help much.
2) Downloaded SOA Composite 11.1.1.9.0.99.99 Editor from below url for JDEVLOPER 12c, as I could not find 12c extension thinking 11 ext will work for 12c http://www.oracle.com/ocom/groups/public/#otn/documents/webcontent/156082.xml#oracle.sca.modeler
manually tried adding extension to 12c did not work
How can I open a new SOA application in JDEVLOPER Studio Edition Version 12.2.1.3.0

In 12c you need to get the specific JDeveloper that is packaged in the SOA installation. SOA is no longer an extension.
Get it here - http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html

Related

Connect visual studio 2019 to xampp

I am a student and an apprentice developer. Currently I have been assigned a .NET core mvc project, the task I have to perform is to deploy the project on my own computer and test the CRUD.
I have a windows 10 on my machine. I have already installed visual studio code. For the database I use xampp - mysql.
I would like you to help me to connect visual studio with xampp to test the CRUD. Thank you very much. If you have a link or tutorials you can send them to me too. Thank you!!!
You can build data-driven apps using Object Relational Mapper (ORM) like Entity Framework Core or Dapper.
Both Dapper and EFCore work with many SQL databases like SQL Server, MySql, PostgreSQL, SQLite, and so on. You can pick the database of your choice.
For more information and tutorials you can visit the official documentation for EfCore on the Microsoft Docs website:
https://learn.microsoft.com/en-us/ef/core/
In order to deploy your .NET Core app, you can build your project in release mode and deploy it on IIS which comes pre-installed on a Windows machine. Refer to the following link to know more about hosting .NET apps on IIS:
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-5.0

OraOLEDB.Oracle provider is not registered on the local machine (VS 2013)

I had install a Visual studio 2013 ultimate version and oracle 11g express edition (11.2.0.2.0 64 bit) in my pc.
I tried to open a existing project and try to connect the database, but it throw me the error above. as long as I refresh the database OR conn.open(), it will throw me "OraOLEDB.Oracle provider is not registered on the local machine".
Anyone has experience this issues? or any method that might help on this? I have struggle with this problem for few days.
Your comment and suggestion is much appreciated!!!
Looks like you did not install the "OraOLEDB.Oracle" - it is not included by default.
Check your options in Oracle Universal Installer or you can download it from here 64-bit Oracle Data Access Components (ODAC) Downloads
Note, since you installed 64 bit version of Oracle, you also have to compile your application as "x64", otherwise it does not work.

Install Oracle Database Extensions for .NET into VS2013

How to install Oracle Database Extensions for .NET into VS2013.
32-bit Oracle Data Access Components (ODAC)
with Oracle Developer Tools for Visual Studio
Everytime I run this installer, it is always exclude Oracle Database Extensions for .NET. There is a reminder of for upgrade only in the description of the package installer.
Oracle Database Extensions for .NET 4 12.1.0.1.0 -- for upgrade only
Oracle Database Extensions for .NET 2.0 12.1.0.1.0 -- for upgrade only
So where should I get the installer for Oracle Database Extensions? Currently I using VS2013 Professional and Oracle database server 11g 64 bits.
I need that because of Developing and Deploying a .NET Stored Procedure using Oracle Deployment Wizard.
Developing and Deploying a .NET Stored Procedure
Inside this website, you can see the tutorial for VS2010 version.
Additional: I have to use Oracle 12c client 32bits because of VS2013 and Entity Framework.
Additional: I have ttied 64 bits, but my VS2013 still doesn't have Deploy option
Well, this is guesswork:
Try installing Oracle 10g ODAC and Oracle Developer Tools for Visual Studio .NET (very bottom of the downloads page) first, and then install the latest for upgrade only distribution.
Okay, here's an excerpt from Oracle Database Extensions for .NET:
This product is included with the Oracle Database on Windows installation. Further upgrades are installed as part of the Oracle Database Access Components (ODAC) releases, however Oracle Database Extensions for .NET must first be installed and configured before it can be upgraded.
Also, I found Oracle® Database Extensions for .NET Developer's Guide 12c Release 1 (12.1) for Microsoft Windows. In it's Installation and Configuration > Installation section:
Before the first use of Oracle Database Extensions for .NET, do the following:
Install Oracle Database 12c and either allow the installer to create the database for you, or install the database software only and use Database Configuration Assistant to create a database afterwards.
After installation and database creation, execute the following to enable Oracle Database Extensions for .NET.
chopt enable ode_net
Execute the following to create the Oracle Database Extensions for .NET windows service.
oraclrctl -new
Bottom line: You have to install Oracle Database 12c to enjoy Oracle Database Extensions for .NET. It is meant to be a service running along with the database server, not in the client.

Which Oracle drivers do I need for ASP.NET 4.5?

I am trying to install the correct Oracle drivers on my development machine. I'm creating an ASP.NET web site and every time I run I get an error saying that says "The provider is not compatible with the version of Oracle client". I have tried both 32-bit and 64-bit Oracle drivers but have still had no luck. Can someone lead me to a link for the drivers I need based on my specs?
I'm using Windows 8 64-bit. The database is Oracle 11.2.0.2.0 - 64 bit.
The ODAC112021Xcopy_x64.zip might give you the dll's and client you'll need. Take a look at this previous answer for more detail about deployment of the application.

Oracle Provider VS 2012 RC

Database: Oracle 11g
VS 20120 Provider: ODAC 11.2 Release 4 and Oracle Developer Tools for Visual Studio (11.2.0.3.0)
i just updated to VS 2012 RC and I cant even connect to my database. I dont expect EF 5 or .NET 4.5 to work with this provider but I just want to be able to set my solution target for .Net 4 and still be able to connect to my database. When I use the server explorer I do not see the provider that I usually use and the only oracle provider that comes with VS supports up to 10g and is deprecated.
Can anyone help me with getting a provider for oracle 11g in VS 2012?
I was able to figure this one out although google searches are not clear about the possibility to of finding an oracle provider for use in VS 2012 RC, .NET 4.5, using EF 5. So I will save everyone who is trying to do the same some trouble!
Devart develops providers for the different databases. I had given up on finding one for .NET 4.5 and was only looking for alternatives to the providers that oracle released for support EF 4.2. I found that alternative at Devarts site and it is called dotConnect for Oracle.
http://www.devart.com/dotconnect/oracle/download.html
At the time of writing this they are on version 7. I found out that it supports VS 2012 RC and EF5 by looking at the release notes on the right hand side of the screen. It is not made apparent anywhere else from what I can tell. It does support connecting to an oracle 11G database using .NET 4.5 and EF 5 though. Works just as it should. It costs money but I feel it is well worth the price rather then waiting for Oracle who has made no comment or announcement about developing a provider for .NET 4.5 and who never succeeded to deliver on EF 4.3 regardless.
So save yourself some time and heartache and check out dotConnect for oracle.
This Ora.NET provider for Oracle 11g (supports .NET 4.5) is available:
64Bit
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
32Bit
http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html

Resources