views:

258

answers:

3

Hi,

I am using Oracle Sql Developer to browse a MySQL database. When I browse table with Columns tab(shows table definitions), some of tables will display an Error Encountered dialog that says: Vendor code 1317. Does anyone know how I can resolve this?

Thanks,

/Z

+1  A: 

Are you using the latest version of SQL Developer?

Might be worth asking this question on the SQL Developer Forum on OTN as it is well supported by the Oracle SQL Developer team.

I had a quick search and the only thread I could find was this one in which one of the responses reports the same problem as you but unfortunately there is not a direct response to it.

carpenteri
A: 

1317 seems to be the mySQL code for ER_QUERY_INTERRUPTED. Maybe some sort of timeout ?

Gary