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 SQL Developer 连接到 DB2 数据库时,有没有办法在连接属性中指定我的模式,以便我始终瞄准我想去的地方?
我不知道 Oracle SQL Developer 是如何工作的,但至少 DB2 的 JDBC 驱动程序可以选择在连接字符串中指定模式,例如:
jdbc:db2://server:50000/MYDB:currentSchema=MySchema;
如果您可以手动更改 OSD 正在使用的连接字符串,那么也许您可以添加该选项。