Skip to content

In APEXlang skill 01-direct-sqlcl-import.md, sql <db_connection_name> should be sql -name <db_connection_name> #51

Description

@ujnak

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.

  1. 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.

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions