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.
我们为多个项目使用同一个用户,我希望为不同的连接池使用不同的默认模式。有没有办法在 weblogic JDBC 配置中指定默认模式?
好的,我自己想通了:
如果你去Data Source -> Configuration -> Connection Pool -> 点击Advanced,
那里Init SQL将执行新创建的物理数据库连接的初始化,我们可以放:
Init SQL
SQL ALTER SESSION SET CURRENT_SCHEMA=animals
制作默认架构。