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
This directory contains examples dedicated the topic of the autonomous Oracle Optimizer.
2
+
3
+
Unless otherwise stated, I used <ahref="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