Hello,
I am trying to setup asp.net zero to use an Oracle DB but I am getting this error:
I've tried to use the migrator app and I am getting the same issue. Here is the format of the connection string I am using:
Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname.com)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=serviceName)));User Id=username;Password=passoword;