Skip to content

Commit cd65676

Browse files
committed
rm file
1 parent 467c880 commit cd65676

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

optimizer/autonomous/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This directory contains examples dedicated the topic of the autonomous Oracle Optimizer.
2+
3+
Unless otherwise stated, I used <a href="http://www.oracle.com/technetwork/developer-tools/sqlcl/overview/index.html" name="SQLcl">SQLCL</a> to connect to the cloud database as follows:
4+
5+
<pre>
6+
$ sql /nolog
7+
SQL> set cloudconfig wallet_file.zip
8+
SQL> connect adwcu1/password@dbname_high
9+
</pre>
10+
11+
The directory *stats_on_load* contains a demonstration of how statistics are maintained for direct path INSERT, even if the target table contains rows.

0 commit comments

Comments
 (0)