I cann`t connect to Oracle
Hello! I downloaded EAP, ojdbc6.jar (from Orcale site). But "Test connection" failed to ORA-12514. Settings in attachment. The same settings in SQLDeveloper work. What do I do wrong?
Thanks.
Attachment(s):
Connection Error.png
Data Sources and Drivers.png
Please sign in to leave a comment.
Hello.
Actually "Database" field should contain the service name, not "database". It's https://youtrack.jetbrains.com/issue/DBE-808
What is your Oracle service name? "XE"? Please try. Also enter user name and password.
Regards,
Alexander.
Or, if "a805" is a SID, then you can change the URL to jdbc:oracle:thin:@host:port:sid (https://youtrack.jetbrains.com/issue/DBE-107)
Alexander.
"Database" field contains SID.
Thanks. This answer helped me.