Eclipse is not able to connect to oracle 10g it is giving errors like:
Could not connect to New Oracle.
Error creating SQL Model Connection connection to New Oracle. (Error: Io exception: Got minus one from a read call)
Io exception: Got minus one from a read call
Error creating jdbc.connection.name connection to New Oracle. (Error: Io exception: Got minus one from a read call)
Io exception: Got minus one from a read call
But it is opening the database page normally. I can create tables, insert, etc.
My url is http://localhost:8080/apex
.
I used the following connection settings in Eclipse:
- SID: XE
- Host: localhost
- Port no: 8080
- Username: system
- password: 123
- Connection url: jdbc:oracle:thin:@localhost:8080:XE
I have also started all Oracle services from services.msc.
How can I fix these errors?