Oracle

Frends templates for Oracle. Oracle is a relational database management system known for its scalability and enterprise features.
This template generates CSV data from Oracle database Server. Using this template, you can create a CSV file by fetching data from Oracle database Server, and then transform it into CSV file which will be saved on SFTP server.
This template assumes that the following prerequisites are in place:
This template creates a new CSV file based on the data from the SQL query.
The variable SelectionCriteria provides the possibility to add conditions to the SELECT statement.
In case of already existing file in SFTP server path, old file will be overwritten.
Example CSV data
email;address1;address2;country;state;city;zipcode;phone;firstname;lastname;title
dave1021@example.org;15440 River Drive;" #5100";USA;CA;Rivertown;123455;1234567895;Dave;Twenty-Five-One;Mr
dave10621@example.org;16440 River Drive;" #6100";USA;CA;Rivertown;123456;1234567896;Dave;Twenty-Six-One;Mr
dave10521@example.org;15440 River Drive;" #5100";USA;CA;Rivertown;123455;1234567895;Dave;Twenty-Five-One;Mr
dave10621@example.org;16440 River Drive;" #6100";USA;CA;Rivertown;123456;1234567896;Dave;Twenty-Six-One;Mr
dave10521@example.org;15440 River Drive;" #5100";USA;CA;Rivertown;123455;1234567895;Dave;Twenty-Five-One;Mr
dave10621@example.org;16440 River Drive;" #6100";USA;CA;Rivertown;123456;1234567896;Dave;Twenty-Six-One;Mr
This template does not handle transient errors separately, however the connection to the SFTP server and Oracle database are retried three time before failing.
The template does not handle any SQL errors that may occur - the errors will be thrown as exceptions.
Directory | File directory on SFTP server. |
FileName | Name of the file to be written on SFTP server. |
ServerAddress | SFTP server address. |
ServerUser | SFTP server user. |
ServerPassword 🗝 | SFTP server user's password. |
TableName | Name of the database table. |
ColumnNames | A comma separated list of the columns that are to be selected. |
SelectionCriteria | The criteria to select the record(s) that will be selected on the database. |
OracleConnectionString 🗝 | Connection string to access the database. |
Frends templates for Oracle. Oracle is a relational database management system known for its scalability and enterprise features.