OS: Oracle Linux 7.6
Oracle DB: 19.3c
Virtual Box
Question: In Oracle 18c sqldeveloper useed to come pre-installed. I used to be able to start it by going to --> Oracle_Home--> sqldeveloper-->sqldeveloper--->bin--> ./sqldeveloper.
In 19c, I doin't see ./sqldeveloper in bin, instead I am seeing the following 3 files:
README.md, sql, sql.exe
Any idea how I can start sqldeveloper? I tried ./sql.exe but I keep getting permission denied error, the owner is oracle:oinstall, and I am logged in as oracle.
Thanks for your help.