© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
A. Nuijten, P. BarelModern Oracle Database Programminghttps://doi.org/10.1007/978-1-4842-9166-5_16

16. Processing Data in the Background

Alex Nuijten1   and Patrick Barel2
(1)
Oosterhout, Noord-Brabant, The Netherlands
(2)
Almere, Flevoland, The Netherlands
 

Processing data can be quite time-consuming; for instance, when a file is uploaded to the database, and it needs to be parsed and loaded into several tables. As an end user, working with the application grinds to a halt until the process has been completed.

Often the processing of a file (or any other type of data influx—like a web service) can be delayed until later. Moving the process to the background gives ...

Get Modern Oracle Database Programming: Level Up Your Skill Set to Oracle's Latest and Most Powerful Features in SQL, PL/SQL, and JSON now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.