Rename sample to match feature name.

This commit is contained in:
Anthony Tuininga 2018-05-18 14:23:08 -06:00
parent b9381892a5
commit c8c44ff698

View File

@ -1,5 +1,5 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. # Copyright 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# #
# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. # Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved.
# #
@ -8,10 +8,10 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# QueryChangeNotification.py # CQN.py
# This script demonstrates using query change notification in Python, a # This script demonstrates using continuous query notification in Python, a
# feature that is available in Oracle 11g. Once this script is running, use # feature that is available in Oracle 11g and later. Once this script is
# another session to insert, update or delete rows from the table # running, use another session to insert, update or delete rows from the table
# cx_Oracle.TestTempTable and you will see the notification of that change. # cx_Oracle.TestTempTable and you will see the notification of that change.
# #
# This script requires cx_Oracle 5.3 and higher. # This script requires cx_Oracle 5.3 and higher.