Skip to content

Not receiving CQN notifications while in Node REPL #1217

Open
@maxsatula

Description

@maxsatula

A simple CQN example does not receive notifications when running in Node interactive REPL.

Example code is here
https://gist.github.com/maxsatula/90584883001f95214e619bbd2022da08

While having successful CQN subscription, events are not coming upon table changes in REPL mode.

The same code works absolutely fine in any non-interactive mode I could think of.

> process.platform
'linux'
> process.version
'v12.14.1'
> process.arch
'x64'
> require('oracledb').versionString
'4.1.0'
> require('oracledb').oracleClientVersionString
'19.3.0.0.0'

Actually that is WSL on Windows 10 if that matters. Oracle Instant Client is used.

Database version is 11.2.0.4.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions