OracleTableDependency 4.6.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OracleTableDependency --version 4.6.1
NuGet\Install-Package OracleTableDependency -Version 4.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OracleTableDependency" Version="4.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OracleTableDependency --version 4.6.1
#r "nuget: OracleTableDependency, 4.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OracleTableDependency as a Cake Addin
#addin nuget:?package=OracleTableDependency&version=4.6.1

// Install OracleTableDependency as a Cake Tool
#tool nuget:?package=OracleTableDependency&version=4.6.1

DISCONTINUED
OracleTableDependency is a high-level implementation to access table record change notifications from ORACLE Database Server.

This class allows you to create a dependency to detect changes on a database table. Every change will trigger a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data.

If you want to use record change notifications without paying attention to the underlying Database infrastructure, the OracleTableDependency class is your choice.

The OracleTableDependency class represents a notification dependency between an application and a Oracle table. When you use OracleTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue, Trigger and Procedure.

In this way OracleTableDependency class provides access to notifications without knowing anything about the underlying infrastructure. Once a record changed happens, OracleTableDependency's event subscribers are notified.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

DISCONTINUED