generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request