I have Oracle 12c installed on a windows server 2016 in Azure. I have a database populated locally, and need to access it remotely. I have allowed following through firewall within the machine:
\dbhome_1\bin\oracle.exe
\dbhome_1\bin\tnslsnr.exe
I need to access this database over sql developer on a remote machine. How do I know which ports to allow over the network security group?