Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Using the SSDT tool we can connect to mssql database and create a database project in visual studioand deploy it using the .dacpac file that we get from building the application. Can the same be done for Oracle databases instead of mssql database?

What I have tried:

I have to implimented this only for mssql databases but can't find a way to implement it for Oracle databases
Posted
Updated 3-Apr-19 9:24am
v2

You need the Oracle driver and a connection string that uses the driver. Below are articles about connecting to Oracle through SQL Server Management Studio, SQL Server Integration Services and SQL Server Reporting Services.

https://www.techwalla.com/articles/how-to-connect-to-oracle-with-sql-management-studio

Connecting to Oracle Database using Sql Server Integration Services - Stack Overflow[^]

Oracle Connection Type (SSRS) | Microsoft Docs[^]

Connecting to Oracle Database (OracleToSQL) | Microsoft Docs[^]
 
Share this answer
 
Comments
Member 14035007 28-Oct-18 2:02am    
Thanks for answering. But I am trying to create a visual studio database project(DAC) for Oracle database, these articles states nothing about it.
The Visual Studio Marketplace has an add-in for Visual Studio that looks to be what you need:
Oracle Developer Tools for Visual Studio 2017 - Visual Studio Marketplace[^]

And from the Oracle site:
Oracle Developer Tools for Visual Studio[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900