Skip to content

Make service name the default choice #12

@gvenzl

Description

@gvenzl

Connecting to Oracle Database via SID is highly discouraged and for 99% of application use cases should no longer be required.

Hence it doesn't make much sense to have SID be the default selected choice and not the service name:

gvenzl@gvenzl-mac my-app % npm create @oracle/database-app -- --name 'my-todo' --template 'node-vanilla'
? Which database connection type would you like to choose? Basic Connection (Protocol, Hostname, Port, Service Name / SID)
? What is your database protocol? tcp
? What is your database hostname? localhost
? What is your database port? 1521
? Which service type would you like to use? (Use arrow keys)
❯ SID
  Service name

This should be the other way around, Service name should be the default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions