Base solution for your next web application
Open Closed

Oracle DB setup #11529


User avatar
0
alsaltalbahri created

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;


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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,

  • User Avatar
    0
    alsaltalbahri created

    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?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @alsaltalbahri

    This document is for ABP Commercial and it doesn't work for AspNet Zero. Could you share your project via email with [email protected], we can change it for you.