GSTPy.get_ora_connection

GSTPy.get_ora_connection((str)user, (str)password, (str)host, (int)port, (str)service, (str)schema) → NetworkInterface :

Establish a connection to the oracle backend interface.

Parameters:
  • user (str) – The username of the database user.
  • password (str) – The password of the database user.
  • host (str) – The hostname or ip of the database instance.
  • port (int) – The port of the database instance.
  • service (str) – The service name to connect to.
  • schema (str) – The schema name to connect to.
Returns:

The network interface.

Return type:

NetworkInterface