Skip to content

Commit 10363cd

Browse files
committed
readme
1 parent 699c070 commit 10363cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

optimizer/fine_grained/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ This directory contains examples of fine-grained cursor invalidation.
22

33
The 'tests.sql' script is provided to give you ideas on how to try this feature out for yourself. There is a spool file tests.lst if you want to look at expected output.
44

5-
The tests are in a raw state because I originally wrote the examples for my own benefit to explore the boundaries of this feature. In particular, there is a mixture of some DDL that *will* allow SQL statements to use rolling invalidation and some DDL that will not. Some of the PROMPT comments may be incorrect now because the test was created before Oracle Database 12c R2 was released.
5+
The tests are in a raw state because I originally wrote the examples for my own benefit to explore the boundaries of this feature. In particular, there is a mixture of some DDL that *will* allow SQL statements to use rolling invalidation and some DDL that will not. There may be cases where a statement is accepted but it results in a no-op. Some of the PROMPT comments may be out of date because the test was created before Oracle Database 12c R2 was released.
6+
7+
My intention is to tidy up these scripts for Oracle Database 18c but I hope you will find them interesting now.
68

79
### Note
810

9-
The example here was run on Oracle Database 12c Release 2.
11+
The example was run on Oracle Database 12c Release 2.
1012

1113
The tests are not intended to be 'full coverage' - there may be other cases that work.
1214

0 commit comments

Comments
 (0)