haibinh48

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-04-27
05:14
1046 views
Can not connect to oracle 11g db
Hi all,
I am using visual COBOL for Eclipse on Window and trying to connect to Oracle DB.
I set DBMAN = JDBC but my received output:
SQLCODE = -0000000009
MFSQLMESSAGETEXT = Got minus one from a read call
Anyone hepl me?
Best regard!
1 Reply
Chris Glazier

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-04-27
10:56
How are you trying to connect, thru a JDBC Connection String or a JDBC DataSource Object? What is the connection string you are using?
Can you connect to Oracle on this computer thru Java or thru SQL Developer, etc?
There is a section in the documentation as well as a tutorial on how to set up a JDBC connection here: