Base solution for your next web application
Open Closed

SignalR with Oracle 12C - .net CORE 2.1 #6148


User avatar
0
AndrewT created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @andrewt

    Did you have an error about this ? SignalR implementation is not related to DB provider.

  • User Avatar
    0
    AndrewT created

    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!

  • User Avatar
    0
    AndrewT created

    Bump if anyone has any experience with dotconect-oracle-signalr.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @andrewt

    Sorry for my late response.

    1. 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 ?

    2. If so, have you deleted all existing migrations and created a new migration after using dotconnect in your project ?

    Thanks,

  • User Avatar
    0
    AndrewT created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?