Skip to content

Service binding doesn't work with Oracle and SqlServer #82

Description

@xieshenzh

spring-cloud-bindings injects database connection url for oracle and sqlserver with the format: jdbc:type://host:port/db.

But Oracle and SqlServer use different formats of connection url:
Oracle: jdbc:oracle:thin:@host:port/db
SqlServer: jdbc:sqlserver://host:port;databaseName=db

As a result, spring-cloud-bindings doesn't work when binding to Oracle or SqlServer by providing host, port and db.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions