You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
params=oracle://sytem:SECRET-PfbiAOWC07c=@2019"%40localhost:1521/orcl?connectionClass=GORACLE&poolIncrement=1&poolMaxSessions=1000&poolMinSessions=1&sysdba=0&sysoper=0&sysasm=0&standaloneConnection=0&enableEvents=0&heterogeneousPool=0&prelim=0&poolWaitTimeout=3000&poolSessionMaxLifetime=3600&poolSessionTimeout=300 extAuth=0: ORA-12154: TNS:could not resolve the connect identifier specified
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputConnecting to oracle database using sql/database with Open function
Tried both possibilities which didn't work
db, err := sql.Open("goracle", "system/oracle@2019@localhost:1521/orcl")
db, err := sql.Open('goracle', 'system/"oracle@2019"@localhost:1521/orcl')
What did you expect to see?
Successful connection to Database.
What did you see instead?
params=oracle://sytem:SECRET-PfbiAOWC07c=@2019"%40localhost:1521/orcl?connectionClass=GORACLE&poolIncrement=1&poolMaxSessions=1000&poolMinSessions=1&sysdba=0&sysoper=0&sysasm=0&standaloneConnection=0&enableEvents=0&heterogeneousPool=0&prelim=0&poolWaitTimeout=3000&poolSessionMaxLifetime=3600&poolSessionTimeout=300 extAuth=0: ORA-12154: TNS:could not resolve the connect identifier specified
The text was updated successfully, but these errors were encountered: