- Mastering Oracle Scheduler in Oracle 11g Databases
- Ronald Rood
- 381字
- 2021-04-01 14:12:50
An overview of Oracle Scheduler
The Oracle Scheduler can be used to automate not only the simple maintenance tasks, but also the complex business logic. Traditionally, only PL/SQL could be executed in the Scheduler. Later, operating system scripts were added to it, and now we can run jobs on remote systems and cross platform as well. This can turn the Oracle Scheduler into the spider in your Web, controlling all the jobs running in the organization and giving you a single point for control.
Database background
Relational database management systems (RDBMS) can be very powerful. With a little code, we can use the RDBMS as a filesystem, mail server, HTTP server, and now also as a full-blown job Scheduler that can compete very well with other commercial job Schedulers. The advantage that Oracle gives us is in terms of price, flexibility, and phenomenal power. The scheduling capabilities are all a part of the normal Oracle license for the RDBMS, whereas others have a serious price tag and often require a database for the repository to store the metadata of the jobs.
Scheduling events in the database
Since Oracle added the procedural option to the database, they also included some scheduling power provided by dbms_jobs
. Although a bit restricted, it was used extensively. However, no one would even think about using this as an Enterprise-level Scheduler tool. This changed when Oracle introduced 10gR2. In this release, Oracle could not only start jobs that ran outside the database, but they also added the job chain.
In 11g, Oracle also added the option to run jobs on remote systems where no database is running. Now it's time to rethink what the database actually is. In the early days, a database was just a bunch of code that could hold data in tables. Today, the Oracle RDBMS can do that—and that too well—along with many more things. In fact, the Oracle RDBMS can perform so many tasks so amazingly, that it's surprising that we still call it just a database. We could easily turn it into a personal assistant.
Oracle Scheduler 11g can:
- Run jobs where no database ever was before
- Use different operating system credentials per job
- React on events
- Schedule jobs on multiple platforms simultaneously
- Give a tight security
- Sencha Touch Cookbook, Second Edition
- AutoCAD 2014中文版完全自學手冊
- Adobe創意大學Illustrator產品專家認證標準教材(CS6修訂版)
- AutoCAD 2018中文版從入門到精通
- Oracle Siebel CRM 8 User Management: LITE
- RESTful PHP Web Services
- NetLogo多主體建模入門
- SolidWorks快速入門教程(2022中文版)
- Photoshop網店美工實例教程(第2版 全彩微課版)
- Power Query從入門到精通
- Premiere Pro CC 2018基礎教程(第3版)
- SolidWorks2016中文版從入門到精通/CAX工程應用叢書
- After Effects印象 影視高級特效光影篇
- SolidWorks 2017基礎與實例教程
- Joomla! with Flash