I followed this steps to install Oracle 19.6.0 for Ubuntu 18.04:
https://medium.com/@TechExpertise/installing-oracle-sql-developer-on-ubuntu-16-04-lts-bfa4af959deb
Then for some reason I was not able to open sqlplus, so I followed this steps as solution:
https://gist.github.com/tcnksm/7316877
And now I want to log in sqlplus by typing sqlplus / as sysdba
, but I am getting:
ERROR: ORA-12545: Connect failed because target host or object does not exist
So I think I have to make the appropriate settings in listener.ora and tnsnames.ora, but I am missing this files.