Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 534 Bytes

File metadata and controls

11 lines (8 loc) · 534 Bytes

This directory contains examples dedicated the topic of the autonomous Oracle Optimizer.

Unless otherwise stated, I used SQLCL to connect to the cloud database as follows:

$ sql /nolog SQL> set cloudconfig wallet_file.zip SQL> connect adwcu1/password@dbname_high 

The directory stats_on_load contains a demonstration of how statistics are maintained for direct path INSERT, even if the target table contains rows.

close