File to be corrected
https://github.com/oracle/skills/blob/main/apex/apexlang/references/ops/runtime-gates/01-direct-sqlcl-import.md
Recommended fix
Current text.
- Open one authenticated SQLcl user session with
db_connection_name, trying sql <db_connection_name> first and falling back to sql /nolog plus connect <db_connection_name> inside that same session when needed.
Rcommended text.
- Open one authenticated SQLcl user session with
db_connection_name, trying sql -name <db_connection_name> first and falling back to sql /nolog plus connect <db_connection_name> inside that same session when needed.
Although fallback processing is performed, succeeding on the first attempt reduces both execution time and token consumption.
File to be corrected
https://github.com/oracle/skills/blob/main/apex/apexlang/references/ops/runtime-gates/01-direct-sqlcl-import.md
Recommended fix
Current text.
db_connection_name, tryingsql <db_connection_name>first and falling back tosql /nologplusconnect <db_connection_name>inside that same session when needed.Rcommended text.
db_connection_name, tryingsql -name <db_connection_name>first and falling back tosql /nologplusconnect <db_connection_name>inside that same session when needed.Although fallback processing is performed, succeeding on the first attempt reduces both execution time and token consumption.