Connect MAUI to Oracle Autonomous Database

Jassim Al Rahma 26 Reputation points
2022-05-21T11:42:28.963+00:00

Hi,

Did anyone try to connect MAUI app to the oracle autonomous database?

Can anyone guide please

Thanks,
Jassim

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,868 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,247 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,651 Reputation points Microsoft Vendor
    2022-05-23T07:54:46.773+00:00

    Hello,​

    I do not have an Oracle related environment to make a test. But I find Following ways, you can try it.

    1.Oracle provide an article about Connectting to Autonomous Database Using a Client Application for Visual Studio doc.
    https://www.oracle.com/database/technologies/appdev/dotnet/adbdotnetquickstarts.html#third-option-tab

    It says that

    This tutorial shows you how to connect .NET Core applications to Oracle Autonomous Database (ADB) using Oracle Data Provider for .NET (ODP.NET) Core

    MAUI’s target framework is based on .NET 6, so you can refer to Oracle’s document to make a test.

    2.Or expose an authenticated REST api of the Oracle DB features, using HttpClient to access it in MAUI.

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments