OK , please give me latest meeting id, as previous is expired/
I am not using any thing. Just using the project created from ABP Suite with Oracle as DB. So what ever default is created by ABP Suite , i am using the same.
I cannot share the sample app , it has my database entities. Requesting you to Please share a sample ABP project which is working with oracle
"Default": "Data Source=localhost:1521/ORCLPDB;User Id=testadmin1;Password=********"
"Default": "Data Source=ORCLPDB;User Id=testadmin1;Password=*******;"
"Default": "User Id=testadmin1;Password=*******;Data Source=(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)))(CONNECT_DATA =(SERVICE_NAME = ORCLPDB)))"
3rd one is working fine in my sample app (Without using ABP)
I have tested it in another app. and it's working fine. but the same connection string is not working abp created solution.