Task and Meeting Management Database
Updated: 2011-03-31 03:42:15
The Meeting Tracker sample database for Microsoft Access 2007 allows you to track all of the details associated with your meetings. It includes the ability to assign tasks to...

Starting with Oracle Database 11g Release 2, an event-based Scheduler job can be started based on the arrival of a file in a directory on the server. The file arrival event is raised by a new Scheduler object called a file watcher. As per the docs: A file watcher defines the location, name, and other [...]
Arup Nanda: External tables enable users to access data in text files, immediately eliminating the need to load input text files to intermediate tables for processing—saving both time and storage space. Now, with Oracle Database 11g Release 2, intermediate processing of any kind—such as decompression of compressed input files—is eliminated, further saving time and storage, [...]★
Randolf Geist: Oracle 11g obviously has added the capability to perform a conventional, non-direct-path insert in parallel. Greg Rahn: Parallel conventional (NOAPPEND) insert was an 11g new feature, though it seems to have escaped the new features list in the docs. It was added to support cases where parallel insert as select was desired, but [...]★