Felipe Vidal
Felipe Vidal

Reputation: 505

SQLcl Error "no ocijdbc21 in java.library.path"

I'm trying to use SQLcl, but I am not able to enter my TNS credentials as I would as SQLPlus. In SQLPlus I could just enter a string:

"{User}"/"{Password}"@(DESCRIPTION = (ADDRESS = (PROTOCOL = {Protocol})(HOST = {Host})(PORT = {Port}))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = {Service})))

I believe it does allow me neither the usage of commands Ctrl+C, nor Ctrl+V.

This is what is shown first. enter image description here

Then when I enter my credentials I get this error. enter image description here

How can I set it up & be able to configure DB TNS Names (or whatever applies) & thus connect? Any idea on what's going on?

Upvotes: 0

Views: 380

Answers (0)

Related Questions