Hi,
We are using v6.1 of aspnetzero with .net Core/MVC and have SignalR working fine for SQLServer.
Does anyone have any experience/suggestions for running a SignalR interface to Oracle 12c using EF or the Devart DotConnect for Oracle components?
Thanks!
6 Answer(s)
-
0
Hi @andrewt
Did you have an error about this ? SignalR implementation is not related to DB provider.
-
0
We just cant seem to workout how to get the table notification. we are using dotconnect and oracledependancy so not sure if its a dotconnect or abp/signalr issue. Any thoughts? / help would be great!
-
0
Bump if anyone has any experience with dotconect-oracle-signalr.
-
0
Hi @andrewt
Sorry for my late response.
So, as far as I undrerstand, when you are trying to use AspNet Zero with Oracle, you are not able to create AbpNotifications table, right ?
If so, have you deleted all existing migrations and created a new migration after using dotconnect in your project ?
Thanks,
-
0
No, we are not migrating aspnetzero to Oracle. We use sqlServer for the basic tenant management but all the app data is stored in an Oracle 12C db. The change takes place in the Oracle db, and signalR needs to update the aspnetzero front end UI.
-
0
Hi @andrewt
Sorry, it seems like I didn't understand your question at all :). Could you explain what you are trying to do in detials ?