In integration projects, we often exchange data using files such as daily order lists, supplier invoices, or shipment details stored on FTP or SFTP servers.
Instead of manually checking for new files, Oracle Integration Cloud (OIC) provides a built-in feature called File Polling.
File Polling lets OIC automatically check a folder (on an FTP/SFTP server or file server) at regular intervals.
When a new file is detected, OIC automatically reads, processes, and moves or deletes it, depending on your configuration.
This automation is very useful when:
- You deal with batch files from multiple systems.
- You want to schedule automatic data transfers.
- You want to reduce manual monitoring and improve reliability.