How to connect Oracle Database With C#

preview_player
Показать описание
hello everyone welcome to my channel today i'm going to show you
how you can connect windows forms application to Oracle Database
using secure way
this is my first video on youtube soon i'll getting a microphone so i can add commentary in the video

TNS Connection String
Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl1)));User Id=scott;Password=tiger;

Source Code:

Hey ,
I'm creating videos on various topics related to Programming & Databases and I'd love to hear from you. What type of content do you prefer, and what topics would you like me to cover?
Let me know in the comments below. I can create videos that meet your needs and interests. Your feedback is much appreciated!

Thanks,
Programmer Ustad
Рекомендации по теме
Комментарии
Автор

What is the version of Oracle DB that you are using on this video?

hericlisbravoteixeiraheric
Автор

How did you get the Connection String that you place in app-config?

rafiulshan
Автор

i tried to connect to oracle 10g on vm but i get the error 'Value cannot be null.Parameter name: key' in con.open()
but connection to a local oracle database works.

sabermehdi
Автор

Sorry my english is bad. But you know how connect c# with oracle 18xe

isaiasmedinarojas