Replies: 2 comments 2 replies
|
parts of sqlnet.ora that driver supported are translated as url parameters |
1 reply
option = map[string]string {
"trace file": "trace.log",
// other options can be found in README.md
}
connUrl := go_ora.BuildUrl(server, port, service, user, password, options)
db, err := sql.Open("oracle", connUrl) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way of using the tnsnames.ora aliases (sqlnet) to create connections?
All reactions