Oracle .NET and Windows
Oracle .NET and Windows
  • 22
  • 762 487
Connect Power BI Desktop with Azure Active Directory and Oracle Database
This video guides connecting Power BI Desktop to an Oracle Database using Microsoft Entra ID, also known as Azure Active Directory, for single sign-on capabilities. Connections occur using ODP.NET, which is installed and configured using Oracle Client for Microsoft Tools (OCMT). OCMT is a free tool.
Download OCMT to your Power BI machine:
www.oracle.com/database/technologies/appdev/ocmt.html
How to configure Oracle Database for Power BI single sign on access:
czcams.com/video/qm4ukAuXBiE/video.html
How to configure Oracle Database and Power BI for Azure Active Directory OAuth 2.0 single sign on access:
czcams.com/play/PLdtXkK5KBY57zO3S1jMYfhjS1NveNcqAL.html
zhlédnutí: 8 277

Video

Developing with Python, Visual Studio Code and Oracle Database
zhlédnutí 2,2KPřed rokem
This demo provides an overview of developing applications using Visual Studio Code and Python with Oracle Database. We will use Visual Studio Code and the python-oracledb driver to develop a Python application that gets data from Oracle Database. We will use the Oracle Developer Tools for VS Code extension to edit, run, and debug SQL and PL/SQL. We will check the code into Github where a Github...
Oracle Entity Framework (EF) Core 6 Demo
zhlédnutí 28KPřed 2 lety
This video demonstrates using Oracle Database with EF Core 6. The app is built with Oracle Autonomous Database, though it also works with on-premises Oracle database. We use EF Core migrations to create the app's schema objects. Then, we use scaffolding to create a model from the database schema. The video's code is available here: github.com/oracle/dotnet-db-samples/blob/master/samples/ef-core...
Oracle Database Express Edition (XE) 21c on Windows - Installing and Getting Started
zhlédnutí 205KPřed 2 lety
Learn how to install Oracle Database Express Edition (XE) release 21.3 on Windows, the free edition of Oracle Database. We include important prerequisites you need to know about before you install. We also show how to connect to the database using SQL*Plus, how to startup and shutdown the database, how to set up the database to automatically start when windows starts and how to create a user. F...
ODP.NET 21c What's New - Binary JSON and Client Initiated Continuous Query Notification
zhlédnutí 861Před 2 lety
Learn about the new binary JSON data type and CICQN support in Oracle Data Provider for .NET 21c available with on-premises, cloud, and autonomous Oracle Database 21c. The video's sample code and DB setup instructions are available on GitHub. github.com/oracle/dotnet-db-samples/tree/master/session-demos/2021/cicqn-json
Connecting Oracle Autonomous Database to Azure Web Apps
zhlédnutí 2,7KPřed 2 lety
Watch a demonstration how to connect an Azure ASP.NET Core web app using ODP.NET Core to Oracle Autonomous Database. Learn the simple configuration steps to setup this multicloud deployment. You can download the sample code and usage directions here: github.com/oracle/dotnet-db-samples/tree/master/session-demos/2021/odpcore-adb-azure
Oracle Entity Framework Core Introduction
zhlédnutí 36KPřed 4 lety
This video demonstrates how to start using ODP.NET Entity Framework Core (EF Core). It builds a simple Oracle EF Core application that uses Migrations and Reverse Engineering. The code sample can be downloaded from github.com/oracle/dotnet-db-samples/tree/master/samples/dotnet-core/ef-core/get-started
Oracle Database Express Edition on Windows - Installing and Getting Started
zhlédnutí 109KPřed 5 lety
Learn how to install Oracle Database Express Edition (XE) release 18.4 on Windows, the free edition of Oracle Database. We also show how to connect to the database using SQL*Plus, how to startup and shutdown the database, how to set up the database to automatically start when windows starts and how to enable the included HR sample schema for use when trying out Oracle code examples. Useful link...
ODP.NET Performance Counters: Setup and Configuration
zhlédnutí 5KPřed 5 lety
Learn how to register, configure, and use Oracle Data Provider for .NET performance counters. This video walks through the process step by step, culminating in a live ODP.NET counters demonstration with Windows Performance Monitor. The demo sample code is available on GitHub: github.com/oracle/dotnet-db-samples/tree/master/session-demos/2018/Oracle-Code/Bengaluru/PerfCounters
ODP.NET Database Connections: Using Connect Descriptors and Net Service Names
zhlédnutí 9KPřed 6 lety
There are a number of ways Oracle Data Provider for .NET (ODP.NET) connects to the database. The most common method uses net service names to reference connect descriptors usually stored in the tnsnames.ora file. This video shows the varied ways to use connect descriptors and net service names to successfully connect ODP.NET applications to Oracle Database.
ODP.NET Core Introduction
zhlédnutí 23KPřed 6 lety
This video provides an Oracle Database .NET Core introduction. Learn step by step how to develop a simple ODP.NET Core application and connect to the Oracle Database.
Oracle and .NET: Application High Availability Best Practices
zhlédnutí 2,5KPřed 6 lety
Learn how Oracle Database brings unprecedented high availability to .NET applications, which allows end users to experience near-zero downtime, no errors, and automatic recovery after a failure. These capabilities are made possible through several technologies, such as Application Continuity, Transaction Guard, and Transparent Application Failover. Learn how to employ these technologies and oth...
Oracle and .NET: Performance Best Practices
zhlédnutí 11KPřed 8 lety
Watch this video to find out the best practices for getting the best performance from your Oracle and .NET applications. This is a session from the Oracle Virtual Technology Summit in July 2015. Topics Overview: 2:15 ODP.NET Coding Best Practices 3:25 Oracle Performance Analyzer and SQL Tuning Advisor: 22:09 Caching 30:06
What's New for Oracle and .NET - Part 2 (2015)
zhlédnutí 2,6KPřed 8 lety
Watch this video to find out what is new for Oracle and .NET developers in 2015. This is a session from the the Oracle Virtual Technology Summit in July 2015. Topics NuGet 1:26 Entity Framework 11:43 Ease of Development and Migration 29:10 High Availability 39:51
What's New for Oracle and .NET - Part 1 (2015)
zhlédnutí 8KPřed 8 lety
Watch this video to find out what is new for Oracle and .NET developers in 2015. This is a session from the the Oracle Virtual Technology Summit in July 2015. Topics Overview and ODAC Releases 1:20 Multitenant 4:33 Schema Compare 13:34 ODP.NET, Managed Driver 20:51
Tune your .NET Application with SQL Tuning Advisor and Oracle Performance Analyzer in Visual Studio
zhlédnutí 1,8KPřed 8 lety
Tune your .NET Application with SQL Tuning Advisor and Oracle Performance Analyzer in Visual Studio
Oracle Schema Compare Tools and SQL Deployment Script Generation in Visual Studio
zhlédnutí 12KPřed 9 lety
Oracle Schema Compare Tools and SQL Deployment Script Generation in Visual Studio
Leveraging Oracle Multitenant from Visual Studio and .NET
zhlédnutí 1,5KPřed 9 lety
Leveraging Oracle Multitenant from Visual Studio and .NET
Quickstart: Getting Started with Oracle and .NET
zhlédnutí 109KPřed 9 lety
Quickstart: Getting Started with Oracle and .NET
ODP.NET Managed Driver - Getting Started
zhlédnutí 48KPřed 9 lety
ODP.NET Managed Driver - Getting Started
ODP.NET Managed Driver Beta - Quick Start
zhlédnutí 27KPřed 11 lety
ODP.NET Managed Driver Beta - Quick Start
Oracle Integration with Visual Studio 2012
zhlédnutí 110KPřed 11 lety
Oracle Integration with Visual Studio 2012