简体   繁体   English

在Oracle SQL Developer中显示DB2表

[英]Show DB2 Tables in Oracle SQL Developer

UPDATE: If anyone knows a tool that is free, and would display, and let me edit DB2 table data stored on a Zos System, I welcome that as an answer too. 更新: 如果有人知道一个免费的工具,并且会显示出来,让我编辑存储在Zos系统中的DB2表数据,我也欢迎将此作为答案。 Really all I'm trying to do is find a nice windows GUI interface to avoid using the 3270 environment. 实际上,我要尝试做的就是找到一个不错的Windows GUI界面,以避免使用3270环境。


I'm connecting to a DB2 database with Oracle SQL developer. 我正在使用Oracle SQL开发人员连接到DB2数据库。 There's several tables in the database, but I don't see them listed when I start the connection, or make a query. 数据库中有几个表,但是启动连接或进行查询时我没有看到它们列出的表格。

I'm using a DB2 on zOS and I've got the connection with the following 2 drivers db2jcc.jar db2jcc_license_cisuz.jar 我在zOS上使用DB2,并且已与以下2个驱动程序db2jcc.jar db2jcc_license_cisuz.jar连接

Does anyone know if this is something I have to live with, or is there something I am missing to show all the tables? 有谁知道这是我必须忍受的东西,还是我缺少显示所有表格的东西? Also, if people know why I can't edit in-line query results, that'd be awesome to. 另外,如果人们知道为什么我不能编辑内联查询结果,那真是太棒了。 They seem to be read only. 它们似乎是只读的。

FYI, schema browser doesn't allow me to do anything either. 仅供参考,架构浏览器也不允许我执行任何操作。

在此处输入图片说明

At work we use DbVisualizer. 在工作中,我们使用DbVisualizer。 Your mainframe DBA's will need to give your account you are connecting with privileges to see the system catalogs. 您的大型机DBA将需要给您的帐户您要连接的特权,以查看系统目录。

DBVIS DBVIS

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

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