Try Playground
Show / Hide Table of Contents

Setup Oracle Database Environment [Deprecated]

In order to set up Oracle Database environment, follow the steps mentioned below to set up the environment for using the Oracle Dependency.

Configuring Notification on Oracle Server

NCache tracks changes in a database using the notifications received from Oracle Server about changes in the database. For this purpose, NCache registers a CHANGE NOTIFICATION with the Oracle Server. The NCache server should have the CHANGE NOTIFICATION privileges to create a notification registration. If the NCache server machine does not have these privileges, the following statement can be used to grant the CHANGE NOTIFICATION privilege to the user:

CONNECT sys/{your system password} as SYSDBA;
GRANT CHANGE NOTIFICATION TO {your user};
GRANT EXECUTE ON DBMS_CHANGE_NOTIFICATION TO {your user};
ALTER SYSTEM SET "job_queue_processes" = 1;

Once the environment is set, use Oracle dependency using Sync Cache with Oracle in the Programmer's Guide.

See Also

Setup SQL Server Environment
Setup Ole​Db Environment
Setup SQL Server for CLR Procedures
Monitor Caches

In This Article
  • Configuring Notification on Oracle Server
  • See Also

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top