Oracle XE Client does not come with sqlnet therefore you need to connect to the database using a connection string.
Oracle XE Connection String
username/password@[//]host[:port][/service_name]
- port is required if the port number is not 1521.
- service_name defaults to XE.