I'm trying to create a package and a table that are visible to Oracle APEX in a pre-built Oracle DB Developer VM using pre-installed SQL Developer in it, but I didn't find any valid instructions on how to login into database from SQL Developer for APEX development.
I've tried everything that is suggested in default startup terminal window, for example login "orcl" with default "oracle" password, but it responds with "incorrect login/password" error.
"Getting Started with Oracle SQL Developer" tutorial suggests to create an "hr" user and account, but I'm not sure if it is the right way to accomplish what I need.