Hi experts,
I'm pretty new with multitenant and I've just created an empty virtual cloud server and installed XE database 18c for testing purposes.
After installing and configuring, a pluggable database XEPDB1 is created and I've test that I can connect to it from my remote PC with this syntax:
sqlplus system/xxxxx@myhost.mydomain.com:1521/xepdb1
I'd need to connect from my PC using the tradicional tnsnames+listener like:
sqlplus system/xxxxx@xepdb1
But I'm struggling with it without success... can anybody help, please?
Thanks,
Jose.