Skip to Main Content

Oracle Database Free

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Database 23c Free - Developer Release VirtualBox Appliance

user-hmibgMay 1 2023 — edited May 1 2023

Hi

I have installed sql developer in the oracle vm.
When trying to make a db connection, I get the following error….
Status : Failure -Test failed: ORA-01017: invalid credential or not authorized; logon denied

Could someone please guide me with this error?

Thanks

user : hr
password : oracle

Hostname: localhost
Port: 1521
SID: free

tnsnames.ora

# tnsnames.ora Network Configuration File: /opt/oracle/product/23c/dbhomeFree/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

FREE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = FREE)
)
)

LISTENER_FREE =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))

FREEPDB1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = FREEPDB1)
)
)

In the old version DeveloperDaysVM2019-05-31_20.ova

the connection was like this:

https://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/appdev/sqldev/plsql_debug/plsql_debug_otn.htm

Screenshot for Step

This post has been answered by Gerald Venzl-Oracle on May 1 2023
Jump to Answer
Comments
Post Details
Added on May 1 2023
6 comments
2,719 views