You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran TestCQN under the sample directory. When I shutted down and started up the database, it printed ERROR: DPI-1013: not supported (dpiSubscr__callback: event type).
Here is the output.
$ pwd
/home/kubo/odpi/samples
$ LD_LIBRARY_PATH=../lib ./build/TestCQN # shutdown and startup the database in another terminal
Registered query with id 101
In another session, modify the results of the query
select * from TestTempTable
Use Ctrl-C to terminate or wait for 100 seconds
Waiting for notifications...
Waiting for notifications...
ERROR: DPI-1013: not supported (dpiSubscr__callback: event type)
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
ERROR: DPI-1013: not supported (dpiSubscr__callback: event type)
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Waiting for notifications...
Done.
The values of message->eventType were 'DPI_EVENT_SHUTDOWNandDPI_EVENT_STARTUP` when DPI-1013 errors were reported.
The following code should be added just next of this line
Thanks, @kubo. That was helpful. I hadn't known how to generate those events so left them as unsupported. It clearly wan't that hard to generate those events after all! :-)
Thanks, @kubo. Since the constants were already there and the code change was minimal I decided to consider this a bug and will include it in the patch I am about to release.
I ran TestCQN under the sample directory. When I shutted down and started up the database, it printed
ERROR: DPI-1013: not supported (dpiSubscr__callback: event type)
.Here is the output.
The values of
message->eventType
were 'DPI_EVENT_SHUTDOWNand
DPI_EVENT_STARTUP` when DPI-1013 errors were reported.The following code should be added just next of this line
ODPI-C version: The latest in the github repository.
Oracle version: Oracle 18.3
OS: Linux
The text was updated successfully, but these errors were encountered: