Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Migration from OAS to OAC

Accepted answer
70
Views
5
Comments

If we leave our data warehouse on-premises but move from On Prem OAS24 to OAC, what additional functionality would be available?

Obviously we would get updates more frequently - but I’m thinking more about the ML/AI features.

We are in a competitive situation with other BI providers and moving to OAC seems a simple migration that may provide benefits.

Not clear whether things like Auto ML and the newer AI capabilities require ADW as a data source.

Tagged:

Best Answers

  • The OCI services aren't directly dependent on OAC, they are just cloud-only services that can be called (via APIs) from tools like OAC and OAS.

    Of course those tools (OCI AI services) requires the data to be available to them, using OCI Object Storage in general, and because of that they feel more "natural" when used with OAC because you are on a full cloud setup.

    As for AutoML, the doc still says it is available for datasets from a "Oracle Autonomous Data Warehouse" connection. Therefore, to use it, you will need to move the data you need from on-premises to a cloud Autonomous DB, and there you have AutoML. Maybe you will get most benefits from using the cloud with AutoML to identify the model and parameters for your need, but to "deploy it to prod" on your own database on-premises once you identified it (data scientist exploration job vs production usage of ML).

    If your on-premises data warehouse is an Oracle Database, you can already use for free the same ML models as Autonomous DB would have (depends on your database version: newer version added extra models and options).

    As Federico said, there are also a number of things that do not exist in OAC, and if you are a historical OBIEE/Oracle Analytics user, you maybe are using some of those.

    I would carefully go over the various documents and play with a OAC sandbox a bit first, to make sure that you really need OAC for the features you are interested in. Because just going to OAC keeping your data on-premises, you will maybe discover that some services are still not available because of other cloud dependencies, or that your main requirements was mostly integration to send data to the cloud to be able to use the OCI AI services even from your on-premises OAS.

  • peacey
    peacey Rank 3 - Community Apprentice
    Answer ✓

    Thanks everyone. Plenty of good input here- I need to go away and think

Answers