Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have some oracle database queries in Visual studio code.I want to run it and I am not having Oracle Application..I want to retrieve the records by running it in Visual studio itself..Can anyone please suggest me any idea or any tutorial..

What I have tried:

I tried running it normally but not getting the records from the db table
Posted
Updated 17-Sep-20 5:14am
Comments
Richard MacCutchan 17-Sep-20 8:45am    
Sorry, but no one here can guess what code you have written, or exactly what problems occurred. Please use the Improve question link above and provide some proper details.
bbirajdar 17-Sep-20 11:10am    
You can always run SQL queries on Oracle DB with ADO.NET and inline queries. But unless you show your code and stop using words like "I tried it running normally" , we will not understand your problem

Get the Oracle Personal or Express edition.

Oracle is at Core 3.1 (where it is relevant).

Oracle Database Editions[^]
 
Share this answer
 
Not sure if I understand the question correctly, but if you need to explore Oracle database and run queries using Visual Studio, perhaps you're lookinf for 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