Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Oracle 融合中间件连接和处理 MySQL 数据库?
当然。
请按照以下步骤操作:
1-在 Weblogic 控制台中,选择创建网络数据源。根据需要填写名称、JNDI 路径,然后选择 MySQL 作为数据库类型。
2- 选择适合您需要的 MySQL 驱动程序(开箱即用)。
3- 如果您需要 XA 连接或两阶段提交,请标记标志。
4- 提供主机、用户和密码。
现在你可以走了。
你当然可以。
首先找到合适的 jdbc 驱动程序,然后创建一个连接池并让您的应用程序从连接池中获取会话。