File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#------------------------------------------------------------------------------
2- # Copyright 2016, 2017 , Oracle and/or its affiliates. All rights reserved.
2+ # Copyright 2016, 2018 , Oracle and/or its affiliates. All rights reserved.
33#
44# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved.
55#
88#------------------------------------------------------------------------------
99
1010#------------------------------------------------------------------------------
11- # QueryChangeNotification .py
12- # This script demonstrates using query change notification in Python, a
13- # feature that is available in Oracle 11g. Once this script is running, use
14- # another session to insert, update or delete rows from the table
11+ # CQN .py
12+ # This script demonstrates using continuous query notification in Python, a
13+ # feature that is available in Oracle 11g and later . Once this script is
14+ # running, use another session to insert, update or delete rows from the table
1515# cx_Oracle.TestTempTable and you will see the notification of that change.
1616#
1717# This script requires cx_Oracle 5.3 and higher.
You can’t perform that action at this time.
0 commit comments