I'm using Dapper and getting this error while trying to connect to Oracle Database
return new OracleConnection(_configuration.GetConnectionString("CONNECTIONNAME"));
My ConnectionString looks like this:
"ConnectionStrings": {
"CONNECTIONNAME": "User Id=***;
Password=***;
Data Source=MYDB;
connection timeout=6000;
licensekey=***"
},
Does anyone have some idea how to fix it? Thanks