You can translate the question and the replies:

IO Error: Invalid number format for port number

Welcome everyone I'm trying to connect to JDBC, but I'm running into a problem (IO error: Invalid number format for port number) i need help, Thanks
user
26-04-2022 21:36:34 -0400
code

1 Answer

Hi In general, the error **"IO error: Invalid number format for port number"** occurs when the JDBC URI is incorrect. Hence, I would ensure that the JDBC URI for the database is correct when connecting to the [JDBC data source](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_data_sources_and_base_views/jdbc_sources/jdbc_sources#jdbc-sources) from Denodo. For example, the connection URL to Oracle database format is: >jdbc:oracle:thin:@<host>[:<port>]/<service>` You could refer to the similar community question answered [here](https://community.denodo.com/answers/question/details?questionId=9064u0000004FaVAAU&title=Error%3A+Invalid+number+format+for+port+number) for more information.. Hope this helps!
Denodo Team
27-04-2022 05:13:33 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here