Invalid Oracle URL specified: OracleDataSource.makeURL

后端 未结 3 1223
挽巷
挽巷 2020-12-03 15:11

I\'m trying to connect to a local oracle database but I\'m getting this cryptic error message: Invalid Oracle URL specified: OracleDataSource.makeURL.

3条回答
  •  独厮守ぢ
    2020-12-03 15:27

    For WildFly users (v14.0.1.Final currently).

    You need to add additional parameters for DataSource:

    DataSource -> Connection -> Connection Properties

    driverType=thin (press Enter to complite).

    Also doublecheck you use right type of DataSource. In my case problem was solved by creating XA DataSource and pass URL to parameter.

提交回复
热议问题