简体   繁体   English

从DB2 z / OS到Oracle / Postgres的迁移:DB2 Connect替换

[英]DB2 z/OS to Oracle/Postgres migration : DB2 Connect replacing

In the context of a mainframe rehosting project (from z/OS to Linux), we are planning to migrate DB2 z/OS to Oracle. 在大型机托管项目(从z / OS到Linux)的上下文中,我们计划将DB2 z / OS迁移到Oracle。

Currently, several Windows applications uses DB2 connect DDF/DRDA to access to DB2 z/OS data (through ODBC, JDBC). 当前,一些Windows应用程序使用DB2 connect DDF / DRDA来访问DB2 z / OS数据(通过ODBC,JDBC)。

Will it be necessary to use Oracle Database Provider for DRDA for these applications ? 这些应用程序是否有必要使用Oracle Database Provider for DRDA? Or can we simply use normal ODBC / JDBC Oracle drivers and adapt the code ? 还是我们可以简单地使用常规的ODBC / JDBC Oracle驱动程序并修改代码?

Thanks. 谢谢。

You can use normal Oracle drivers (if you want your Windows odbc/jdbc applications) to access Oracle on Linux. 您可以使用普通的Oracle驱动程序(如果您希望Windows odbc / jdbc应用程序使用)在Linux上访问Oracle。 Yes you may need to adapt some of the code and of course the connection strings. 是的,您可能需要修改一些代码,当然还要修改连接字符串。 You don't need DB2-connect unless you want some applications to continue to use type-2 drivers to access DB2 on Z/OS. 您不需要DB2连接,除非您希望某些应用程序继续使用Type-2驱动程序来访问Z / OS上的DB2。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM