Hi @alsaltalbahri
What changes did you do on your project in order to move to Oracle ? Because, by default, AspNet Zero comes with SQL Server configuration.
Thanks,
So I followed this tutorial https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Oracle-Official, and I am getting errors all over the project. Is there is a step by step guide specifically for AspNet Zero?
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;