Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ping error server compile time caps length less than 8 #602

Open
plexorab opened this issue Sep 25, 2024 · 1 comment
Open

Ping error server compile time caps length less than 8 #602

plexorab opened this issue Sep 25, 2024 · 1 comment

Comments

@plexorab
Copy link

plexorab commented Sep 25, 2024

I am trying to connect to an old Oracle 8i database (an attempt to unload the data from this ancient beast) and receives this error message:

Ping error server compile time caps length less than 8

When looking into the code for tcp_protocol_nego.go i find these lines:

if result.ServerCompileTimeCaps == nil || len(result.ServerCompileTimeCaps) < 8 {
return nil, errors.New("server compile time caps length less than 8")
}

What is ServerCompileTimeCaps ?

@sijms
Copy link
Owner

sijms commented Oct 10, 2024

sorry oracle before version 9 is not tested so not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants