Oracle XE Client Connection String

Oracle XE Client does not come with sqlnet therefore you need to connect to the database using a connection string.

Oracle XE Connection Stringusername/password@[//]host[:port][/service_name]

  • port is required if the port number is not 1521.
  • service_name defaults to XE.