host | Hostname or IP address of the Oracle database server. | oracledb.example.com | β
|
port | Port on which the Oracle listener accepts client connections. Typically 1521. | 1521 | β
|
service | Oracle service name (not SID). The listener uses this to direct connections to the correct pluggable database. | xepdb1 | β
|
user | Username with permission to connect and write to the target schema. | oracle_user | β
|
password | Password for the Oracle user. | xyz123 | β
|
database | Name of the Oracle database where the table will be created or updated. | orcl | β
|
mode | Oracle client mode. Set to either thin (default) or thick depending on the installed driver. | thin or thick | β
|