Git Product home page Git Product logo

Comments (6)

xuzaoya avatar xuzaoya commented on June 3, 2024

=connect("oracle.jdbc.driver.OracleDriver","jdbc:oracle:thin:system/[email protected]:1521:orcl")
经测试正确执行
1、首先要确保oracle的服务OraclexxxListener和OracleServicexxx正确启动,其中xxx是通配符
2、url的第1种格式:jdbc:oracle:thin:username/password@host:port:SID, SID可通过select value from v$parameter where name='instance_name'查询到;
第2种格式:jdbc:oracle:thin:username/password@//host:port/service_name, service_name可通过select value from v$parameter where name='service_names'查询到。

from esproc.

jcjgithub avatar jcjgithub commented on June 3, 2024

多谢 建议你们调整下文档 我们这边配置是按照你们示例配置 我们这边以为是你们 已经适配好了 而不需要我们集成商针对数据库 做不同的调整。
image
期望你们加上oracle 的示例 或者加个注意事项 关于用户名密码的配置 需要根据不同的驱动厂商进行调整。

from esproc.

jcjgithub avatar jcjgithub commented on June 3, 2024

这样我们就不会被误导 当然你们不这样做 我们这边最终肯定可以找到办法 可是时间浪费了

from esproc.

xuzaoya avatar xuzaoya commented on June 3, 2024

所有的url格式都是遵从jdbc提供商的规定的,spl不做任何变动

from esproc.

jcjgithub avatar jcjgithub commented on June 3, 2024

期望 你们把这段话 加到你们的文档里面。

from esproc.

raqsoftwp avatar raqsoftwp commented on June 3, 2024

感谢反馈。文档已完善。connect()函数示例部分已增加了Oracle连接。

from esproc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.