Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
RULE-BASED AUTONOMOUS DATABASE CLOUD SERVICE FRAMEWORK
Document Type and Number:
WIPO Patent Application WO/2019/068002
Kind Code:
A1
Abstract:
Provided herein are data cloud administration techniques that achieve autonomy by using a rules engine that reacts to a database system event by autonomously submitting an asynchronous job to reconfigure a database. In an embodiment, a rules engine receives an event from a DBMS. Based on the event, the rules engine executes a rule to generate a request that indicates configuration details for a database. The rules engine sends the request to a request broker. The request broker dispatches an asynchronous job based on the request. The asynchronous job configures the database based on the configuration details. Thus, databases in a cloud, data grid, or data center may be administered autonomously (without human intervention) base on dynamic conditions that are foreseen and unforeseen.

Inventors:
HUNG HOCHACK (US)
KUMAR RAJAMANI (US)
LEE JAEBOCK (US)
JAIN SANKET (US)
RAVIPATI GIRIDHAR (US)
MCHUGH JOHN (US)
LEE CHURN DON (US)
CHEN ALEXANDER (US)
HUANG JEN-CHENG (US)
Application Number:
PCT/US2018/053574
Publication Date:
April 04, 2019
Filing Date:
September 28, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
ORACLE INT CORP (US)
International Classes:
G06F17/30
Foreign References:
US20080016123A12008-01-17
US20120173717A12012-07-05
US201816055468A2018-08-06
US9692819B22017-06-27
US201615266902A2016-09-15
US201615254884A2016-09-01
US9396220B22016-07-19
US201615215446A2016-07-20
US201615266917A2016-09-15
US201615215435A2016-07-20
US201615215443A2016-07-20
US201615266030A2016-09-15
US8903801B22014-12-02
US8341178B22012-12-25
Other References:
RANDY URBANO ET AL: "Oracle Database Administrator's Guide, 12c Release (12.1)", 31 July 2017 (2017-07-31), pages 1 - 1500, XP055530482, Retrieved from the Internet [retrieved on 20181205]
Attorney, Agent or Firm:
MILLER, Brian M. et al. (US)
Download PDF:
Claims:
CLAIMS

What is claimed is:

1. A method comprising:

a rules engine receiving an event from a database management system (DBMS); the rules engine executing, based on the event, a rule to generate a request that

indicates database configuration details;

the rules engine sending the request to a request broker;

the request broker dispatching an asynchronous job based on the request;

the asynchronous job configuring a database based on the database configuration details.

2. The method of Claim 1 wherein:

the rules engine comprises a template engine;

executing the rule comprises the template engine selecting the rule based on the event; generate the request comprises the template engine generates text from a template.

3. The method of Claim 1 further comprising a machine learning engine generating a plurality of rules that includes the rule.

4. The method of Claim 3 wherein the rule is generated based on at least one of: a particular database tenant, or a particular service level agreement (SLA).

5. The method of Claim 3 wherein the plurality of rules includes at least: a rule that is applicable to a pluggable database, and a rule that is applicable to a container database.

6. The method of Claim 3 wherein generating the rule comprises executing at least one algorithm of: nearest neighbor, artificial neural network, linear regression, or logistic regression.

7. The method of Claim 3 further comprising training the machine learning engine based on a plurality of past events that were historically generated by one or more DBMSs.

8. The method of Claim 7 wherein:

each past event of the plurality of past events comprises one or more attributes;

training the machine learning engine comprises, for each attribute of the one or more attributes, adjusting a weight associated with the attribute.

9. The method of Claim 7 wherein:

the one or more DBMSs includes the DBMS;

the method further comprises:

retraining the machine learning engine based on a second plurality of past events that are more recent than said plurality of past events;

increasing a confidence score based on a count of past event in the second plurality of past events;

the machine learning engine generating, when the confidence score exceeds a threshold, a second plurality of rules that replaces said plurality of rules.

10. The method of Claim 9 further comprising:

the rules engine loading the plurality of rules and a plurality of manually crafted rules; the rules engine loading a subset of the second plurality of rules, wherein each

particular rule of the subset of the second plurality of rules replaces a corresponding rule of:

the plurality of manually crafted rules when the confidence score exceeds a second threshold, or

the plurality of rules.

11. The method of Claim 1 wherein the configuration details specify tuning the database for faster query execution.

12. The method of Claim 1 1 wherein the configuration details specify adjusting at least one of: a maximum count of open database cursors, a maximum count of connection sessions, a maximum size of a memory store of session-dependent variables, a maximum size of a memory store of session-independent variables, or an amount of parallelism.

13. The method of Claim 1 1 wherein:

the configuration details specify gathering a plurality of measurements of a data

distribution or a storage characteristic for one or more objects of the database comprising at least one of: a table, a column, an index, a partition, or a query; the method further comprises generating one or more statistics based on the plurality of measurements.

14. The method of Claim 13 further comprising: calculating a selectivity of a query predicate based on the one or more statistics; calculating, based on the selectivity, a respective estimated cost for each query

mechanism of a plurality of alternate query mechanisms.

15. The method of Claim 14 wherein:

the respective estimated cost of a query mechanism is based on an estimated amount of at least one of: memory, or input/output (I/O);

the query mechanism comprises at least one of: a particular access method of a

plurality of alternate access methods, or a particular join ordering of a plurality of alternate join orderings.

16. The method of Claim 13 further comprising performing, based on the one or more statistics, at least one of:

inserting an optimizer hint into a query based on the one or more statistics, creating or dropping a database index,

encoding or unencoding a column,

defragmenting or preloading a column or table,

materializing or dematerializing an object of a database view,

resizing a database file or a tablespace, or

copying the one or more statistics from a data dictionary of the database to a data dictionary of a second database.

17. The method of Claim 1 wherein the asynchronous job configuring the database comprises:

the asynchronous job detecting whether a cause or condition of the event has ceased; the asynchronous job configuring the database only if the cause or condition has not ceased.

18. The method of Claim 1 wherein the database is a pluggable database capable of being stored within a container database.

19. The method of Claim 18 wherein:

the rule engine contains a plurality of rules that includes the rule and a second rule that is applicable to a second pluggable database that is stored within a same container database that the pluggable database is stored in;

the event identifies the pluggable database and indicates a cause or condition; the rule contains a first action template and a first condition template that matches the cause or condition;

the second rule contains a second action template and a second condition template that matches the cause or condition;

the method further comprises:

receiving a second event from the DBMS that identifies the second pluggable

database and indicates the cause or condition;

applying the second action template based on detecting:

the event and the second event include the cause or condition, the asynchronous job has finished configuring the pluggable database, and the cause or condition has not ceased.

20. The method of Claim 18 wherein the asynchronous job causes at least one of:

creating the pluggable database within a container database,

relocating or cloning the pluggable database from a first container database on a first computer to a second container database on a second computer, creation or usage of a snapshot or backup of the pluggable database,

adjusting a maximum connection rate of a database,

generating an alert based on a dynamic condition,

resizing of a redo log or a fast recovery area,

applying a software upgrade or patch to the database or the DBMS, or

adjusting an allocated amount of at least one resource of: central processing unit (CPU), durable storage, or random access memory (RAM).

21. The method of Claim 1 wherein the rule specifies, based on a temporal period, adjusting an allocated amount of at least one resource of: CPU durable storage, or RAM.

22. The method of Claim 1 wherein executing the rule comprises generating a second event that causes a second rule to execute.

23. The method of Claim 1 wherein the event indicates at least one of: an execution statistic of different queries, an execution statistic of data manipulation language (DML) writes, an execution statistic of data definition language (DDL) commands, an execution statistic of a particular query, a result of an integrity check of the database, usage of a resource for the database exceeds a threshold, or a threshold exceeds availability of a resource for the database.

24. The method of Claim 23 further comprising, after the asynchronous job configures the database, the asynchronous job initiates a database health check that generates a second event that indicates at least one of: an execution statistic of different queries, an execution statistic of DML writes, an execution statistic of DDL commands, an execution statistic of a particular query, a result of an integrity check of the database, usage of a resource for the database exceeds a threshold, or a threshold exceeds availability of a resource for the database.

25. The method of Claim 1 wherein the request comprises at least one of: a

representational state transfer (REST) request, JavaScript object notation (JSON), extensible markup language (XML), or an executable script.

26. One or more non-transient computer-readable media storing instructions that, when executed by one or more processors, cause:

a rules engine receiving an event from a database management system (DBMS); the rules engine executing, based on the event, a rule to generate a request that

indicates configuration details for a database;

the rules engine sending the request to a request broker;

the request broker dispatching an asynchronous job based on the request;

the asynchronous job configuring the database based on the configuration details.

Description:
RULE-BASED AUTONOMOUS DATABASE CLOUD SERVICE FRAMEWORK

FIELD OF THE DISCLOSURE

[0001] This disclosure relates to administration of a multitenant data grid. Presented herein are data cloud administration techniques that achieve autonomy by using a rules engine that reacts to a database system event by autonomously submitting an asynchronous job to reconfigure a database.

BACKGROUND

[0002] Today's leading-edge organizations differentiate themselves through analytics to further their competitive advantage by extracting value from all their data sources. Other companies are looking to become data-driven through the modernization of their data management deployments. These strategies include challenges, such as the management of large growing volumes of data. Today's digital world is already creating data at an explosive rate, and the next wave is on the horizon, driven by the emergence of internet of things (IoT) data sources. The physical data warehouses of the past were great for collecting data from across the enterprise for analysis, but the storage and compute resources needed to support them are not able to keep pace with the explosive growth. In addition, the manual cumbersome task of patch, update, upgrade poses risks to data due to human errors. To reduce risks, costs, complexity, and time to value, many organizations are taking their data warehouses to the cloud. Whether hosted locally in a private cloud, outsourced to a public cloud service, or a mixture of the two, the cloud offers simpler management, higher scalability and availability with ensured performance, and new ways to cut the costs associated with data storage and processing.

[0003] The velocity and volume of incoming data is placing crushing demands on traditional data marts, enterprise data warehouses, and analytic systems. Typical data warehouse cloud solutions may be unable to meet such demands. Many customers are proving the value of data warehouses in the cloud through "sandbox" environments, line-of- business data marts, and database backups. More advanced monetization use cases include high-performance data management projects, data warehouses coupled with cloud computing analytics, and big data cloud implementation.

[0004] Production operations staff typically includes database administrators (DBAs) and other system administrators to perform database lifecycle management and administrative tasks. Hosting relationships between databases and computers are more or less rigidly arranged into a network topology, such that software upgrades, horizontal scaling, and planned or emergency provisioning/configuration may be tedious and error prone, especially at cloud scale order(s) of magnitude larger than a simple computer cluster.

[0005] Rigid topology may hinder or prevent horizontal scaling (elasticity) and capacity planning. Database and data center administration typically occurs ad hoc and is typically based on imperative commands that are expected to execute more or less immediately. Thus, administrative chores tend to be synchronous in nature, such that opportunities for parallelism are limited. Thus, administrative job submission and job execution tend to be tightly coupled, thereby needing significant manual shepherding to achieve sequencing of related administrative activities. Thus, conventional opportunities for cloud-scale administrative automation may be limited. Thus, the evolution and migration of installed pluggable databases may also be limited, such as when tolerating a mediocre topology is easier than optimally rearranging pluggable databases. For example, relocation of a pluggable database from one container database and/or computer to another may require repackaging and redeployment of many clients and/or services, which may weigh against such relocation. Human database tuning and administration is both slow and error-prone. Quality of administration is also highly variant depending on the knowledge level of human database administrators (DBAs). One way that industry solves that problem is by hiring expert DBAs to somewhat reduce errors and somewhat improve performance, which may more or less mitigate but incompletely solve various problems associated with scale. What is needed is a solution for delivering business insights with unmatched reliability that can virtually guarantee avoidance of manual error-prone human management processing. Thus reliability, availability, and serviceability (RAS), as well as efficiency and performance, of a data grid should be improved to a previously unattainable extent.

BRIEF DESCRIPTION OF THE DRAWINGS

[0006] In the drawings:

[0007] FIG. 1 is a block diagram that depicts an example cloud that uses an asynchronous job to eventually execute an administrative configuration request for a pluggable database, in an embodiment;

[0010] FIG. 2 is a flow diagram that depicts an example asynchronous configuration process to eventually execute an administrative request for a pluggable database, in an embodiment;

[0011] FIG. 3 is a block diagram that depicts an example cloud that has automatic reflexes to heal a topology, in an embodiment;

[0012] FIG. 4 is a block diagram that depicts an example cloud that has a rules engine that reacts to a database system event by autonomously submitting an asynchronous job to reconfigure a database, in an embodiment;

[0013] FIG. 5 is a flow diagram that depicts an example autonomous process that uses a rules engine that reacts to a database system event by submitting an asynchronous job to reconfigure a database, in an embodiment;

[0014] FIG. 6 is a block diagram that depicts an example cloud that uses machine learning to automatically tune rules for optimal management of container databases and their pluggable databases, in an embodiment;

[0015] FIG. 7 is a block diagram that depicts an example cloud that trains with historical events to improve rules, in an embodiment;

[0016] FIG. 8 is a block diagram that depicts an example cloud that avoids interference between rules, in an embodiment;

[0017] FIG. 9 is a flow diagram that depicts an example database tuning process for faster query execution, in an embodiment;

[0018] FIG. 10 is a block diagram that illustrates a computer system upon which an embodiment of the invention may be implemented;

[0019] FIG. 11 is a block diagram that illustrates a basic software system that may be employed for controlling the operation of a computing system.

DETAILED DESCRIPTION [0020] In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be apparent, however, that the present invention may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to avoid unnecessarily obscuring the present invention.

[0021] Embodiments are described herein according to the following outline:

1.0 General Overview

2.0 Example Data Grid

2.1 Container Database and Pluggable Database

2.2 Administrative Request

2.3 Configuration Details

2.4 Configuration Descriptor

2.5 Asynchrony

2.6 Hosting Metadata

2.7 Post processing

3.0 Asynchronous Configuration Process

4.0 Autonomous Reconfiguration

4.1 Monitor

4.2 Upgrade / Downgrade

5.0 Example Autonomous Database Cloud

5.1 Database System Events

5.2 Event Categories

5.3 Rules Engine

5.4 Rules

6.0 Example Autonomous Administration Process

6.1 Stimulus

6.2 Reaction

6.3 Chain Reaction

7.0 Machine Learning

7.1 Optimization Algorithms

7.2 Rules API

8.0 Training

8.1 Event Delivery

8.2 History Replay 8.3 Weighted Attributes

8.4 Training Confidence

8.5 Retraining

8.6 Retention Priority

8.7 Example Technology Stack

9.0 Rules Interference

9.1 Condition Recognition

9.2 Templating

9.3 Holistic Efficiency

9.4 Example Administration and Maintenance Tasks

10.0 Example Autonomous Tuning Process

10.1 Statistics

10.2 Predicate Selectivity

10.3 Cost-Benefit Analysis

10.4 Example Tuning Scenarios

11.0 Database System Overview

12.0 Pluggable Database and Container Database System Overview 13.0 Hardware Overview

14.0 Software Overview

15.0 Cloud Computing

1.0 GENERAL OVERVIEW

[0022] Presented herein are autonomous techniques for administering database clouds. Two major components of the example systems herein are an asynchronous guaranteed execution job framework and an event-based automatic rule engine. These major components facilitate automated administration and performance optimization of an ecosystem of database management system(s) (DBMSs), which may include multitenant databases and/or hierarchies or federations of databases. A DBMS is explained in more detail in the DATABASE SYSTEM OVERVIEW section below. In some cases, there may be structural aggregation (e.g. nesting) of databases, such as when pluggable databases (PDBs) reside within container databases (CDBs). Nesting of a PDB within a CDB is explained in more detail in the PLUGGABLE DATABASE AND CONTAINER

DATABASE SYSTEM OVERVIEW section below. [0023] The elastic nature of an online cloud, such as a data cloud, entails a dynamic topology and, at least in the case of a public cloud, multitenancy. With techniques herein, a data cloud may be configured as a dynamic ecosystem of resources, including datastores and analytics, that may experience disturbances such as demand spikes, network weather, maintenance, and capacity growth, which have varying degrees of unpredictability. Herein is a DBMS-integrated rules engine for an asynchrony framework, based on various mechanisms and techniques, for configuring intelligent reactions that optimize cloud performance during changing environmental conditions.

[0024] The DBMSs herein may provide or cooperate with mechanisms of database transportability, such that a database may be automatically replicated or relocated. Thus, a cloud's logical topology and load distribution may be dynamic and optimizable. For example, a point of delivery (PoD) may be a unit of logical co-location of services. In an embodiment, computer may host one or more PoDs, each of which may host one or more container databases, each of which may host one or more pluggable databases. Creation, replication, movement, and removal of databases instance(s) may occur according to a well defined (e.g. uniform) lifecycle of a database.

[0025] The rules engine may submit asynchronous jobs for execution of some or all pluggable database (PDB) lifecycle tasks across a set of points of delivery (PoDs), container databases, or other database hosting middleware. In an embodiment, the asynchronous job framework provides representational state transfer (REST) APIs for clients to submit requests which are then translated into asynchronous jobs. An asynchronous job is a unit of work that may be deferred, such as with scheduling or queueing. Asynchronous jobs may be submitted in one ordering and then executed in another temporal ordering. All aspects of job management, including persistence, scheduling, assignment, execution, recovery and error handling are handled within the system. Jobs are routed to the correct PoD where it is executed using the PoD APIs. The major components including request broker, event broker, and rules engine are independently and horizontally scalable.

[0026] The rules engine accepts events and translates them into job specifications for execution. Events from the PoD databases are ingested by the events broker, which then filters and classifies the events and feeds them into both the rule engine and machine learning engine. Rules are generated both automatically and manually to enable the system to tune and manage itself.

[0027] Generally, a rule engine may be a logic interpreter that achieves customizability and maintainability by dividing its codebase into rules that are editable/replaceable and a hardened engine to interpret the rules. Rules may conform to a formal grammar that the engine may parse. To some extent, rules may be processed and/or stored as data, even though rules encode logic. Thus, rules may be automatically modified, such as according to analytics and/or machine learning. In an embodiment, rules may be self-modifying. A rule may contain a predicate to evaluate and a consequence to occur if the predicate is satisfied. A predicate may evaluate combinations of conditions, such as variables and/or events. A rule may alter conditions by updating variables and/or raising additional events. Thus, related rules may interact to achieve inferencing that derives information and/or sequencing for compound behaviors. Rules, rule activation, and rule evolution are discussed later herein with regards to autonomous administration and performance optimization of a data cloud. Rule-based generation and orchestration of asynchronous database administration jobs are discussed later herein. Rules tuning and evolution based on machine learning are discussed later herein.

[0028] Solutions presented herein have asynchronous j obs that configure or reconfigure pluggable databases, such as an asynchronous database administration job. For example, an asynchronous database administration job may create or drop an index of a relational table, or create, replicate, move, or remove a database instance. Generally, a database configuration or reconfiguration is a system change that defines, removes, or adjusts (e.g. redefines) a database object such as a database instance, a schema, a namespace, a table, a relation, an index, a file, or logic. Configuration may be part of provisioning and deployment of a database or database object at a given computer and/or within a given database or DBMS, such as during relocation from another computer or DBMS. Reconfiguration may be an adjustment or removal of a database or database object. Configuration or reconfiguration may entail execution of data definition language (DDL), adjustment of content of a data dictionary of a DBMS, and/or addition, alteration, or removal of resources such as files. Asynchrony may facilitate scheduling, workload balancing, and prioritization.

[0029] Each of the solutions herein has a rules engine that orchestrates asynchronous jobs for contextually appropriate behavior. The rules engine has a template engine that processes rules that are encoded in templates. Rules are conditioned upon events. Each of these solutions has a database management system (DBMS) that dynamically emits events that indicate operational conditions. An event may cause a rule to generate an administrative request to configure or reconfigure pluggable databases. For example, a pluggable database may exhaust disk space. Responsively, the DBMS may send an event to the rules engine. Execution of a rule by the rules engine may generate an administrative request to move a pluggable database from on container database or computer to another container database or computer. The rules engine sends the administrative request to a request broker as a REST request that indicates configuration details that identify a pluggable database and specify evicting (relocating) the pluggable database. The request broker dispatches an asynchronous job based on the REST request. Based on the configuration details, the asynchronous job moves the pluggable database to another container database on another computer.

[0030] In an embodiment, a rules engine receives an event from a DBMS. Based on the event, the rules engine executes a rule to generate a request that indicates configuration details for a database. The rules engine sends the request to a request broker. The request broker dispatches an asynchronous job based on the request. The asynchronous job configures the database based on the configuration details. Thus, databases in a cloud, data grid, or data center may be administered autonomously (without human intervention) based on dynamic conditions that are foreseen and unforeseen.

[0031] The solutions may have components that cause asynchrony such as queues, thread pools, swim lanes, and executors. As follows, FIGs. 1-3 depict cloud infrastructure tailored for asynchronous execution of database administration jobs. FIGs. 4-9 depict refinements of that asynchronous database administration cloud infrastructure that achieve autonomy based on a rules engine that intelligently reacts to spontaneous events from DBMS(s) by spawning asynchronous jobs. The asynchronous database administration cloud infrastructure may incorporate computing systems that FIGs. 10-11 depict. In practice, embodiments may combine the entirety or parts of some or all of the database clouds and computing systems of the figures discussed herein, as well as those presented in related U.S. application

16/055,468.

2.0 EXAMPLE DATA GRID

[0032] FIG. 1 is a block diagram that depicts an example cloud 100, in an embodiment. Cloud 100 uses an asynchronous job to eventually execute an administrative request for a pluggable database. To operate as a data grid, cloud 100 is composed of cluster(s) of computers such as 111-112 that host databases such as 121-122 and 130. For example, each of databases 121-122 and 130 may be a relational database that is managed by a same database management system (DBMS). Each of computers 111-112 may be a personal computer, rack server such as a blade, mainframe, virtual machine, or any networked computing device capable of hosting a database. Computers 111-112 may communicate with each other and other computers (not shown) via a network, such as a local area network (LAN), or network of networks such as the global Internet. Computers 111-112 may be collocated, such as on a same rack, or separated such as in different data centers.

2.1 CONTAINER DATABASE AND PLUGGABLE DATABASE

[0033] Cloud 100 hosts databases such as pluggable database 130 in a way that may hide topology details from clients (not shown). For example, a client may use pluggable database 130 without knowledge of which data center, computer, and container database actually host pluggable database 130. A container database, such as 121-122, may contain pluggable databases such as 130. For example, container database 121 may be shared by multiple tenants that may or may not share various pluggable databases that are hosted by the container database 121.

2.2 ADMINISTRATIVE REQUEST

[0034] In operation, a database administrator (DBA) person or administrative software may submit administrative request 140 to create, configure, or reconfigure pluggable database 130 without knowledge of where pluggable database 130 is or will be hosted. For example, cloud 100 repeatedly may implicitly or spontaneously relocate pluggable database 130 to a different container database and/or computer at more or less arbitrary times. Thus, configuration details 150 within administrative request 140 need not identify a container database or a computer.

[0035] For example from a more or less arbitrary computer that does or does not reside within cloud 100, a DBA may submit administrative request 140 to cloud 100 for execution. Administrative request 140 may be delivered to cloud 100 as a hypertext transfer protocol (HTTP) request, such as a common gateway interface (CGI) post, a representational state transfer (REST) request, a remote procedure call (RPC), a simple object access protocol (SOAP) call, an asynchronous JavaScript XML (extensible markup language) (AJAX) request, or other remote data delivery mechanism.

2.3 CONFIGURATION DETAILS

[0036] Administrative request 140 is goal/result oriented and need not specify a tactic or strategy to execute. For example, configuration details may specify that pluggable database 130 should be created or adjusted to suit certain high level requirements.

[0037] For example if pluggable database 130 is running out of disk space, then configuration details 150 may specify a larger amount of disk space. Cloud 100 has flexibility in fulfilling administrative request 140. For example, more disk space may be achieved by moving tablespace files of pluggable database 130 from one filesystem to another as (cross-)mounted on a same computer as before. Instead, more disk space may be achieved by adjusting the virtual machine allocation in which pluggable database 130 is hosted (and perhaps restarting the virtual machine). Instead, cloud 100 may actually have to move pluggable database 130 from one container database and/or computer to another.

[0038] Likewise if pluggable database 130 is performing poorly, then configuration details 150 may specify more processing power such as more processors, processor cores, threads, or parallelism. Cloud 100 may fulfill administrative request 140 by granting more processor cores to a virtual machine that hosts pluggable database 130. Instead, cloud 100 may actually have to move pluggable database 130 from one container database and/or computer to another to acquire more processing power.

[0039] Cloud 100 does not immediately (synchronously) execute administrative request 140. For example, fulfilling administrative request 140 may entail taking pluggable database 130 temporarily out of service. Thus, configuration details 150 may specify a time, a time window, an amount of idleness or light workload, or other dynamic condition to occur before administrative request 140 should be executed. Alternatively, cloud 100, pluggable database 130, or any involved container database or computer may be temporarily too busy (e.g.

demand spike) to immediately execute administrative request 140. Thus, cloud 100 may queue, buffer, or otherwise defer execution of administrative request 140.

2.4 CONFIGURATION DESCRIPTOR

[0040] Cloud 100 uses configuration descriptor 160 and asynchronous job 170 for deferred execution of administrative request 140. Upon receipt of administrative request 140, cloud 100 generates configuration descriptor 160 based on administrative request 140 and configuration details 150. Configuration descriptor 160 encodes a normalized specification of administrative request 140 in a format suitable for storage and eventual dispatch to asynchronous job 170 for execution. Configuration descriptor 160 may be an encoded document such as XML or JavaScript object notation (JSON). Normalization may entail conversion and/or scaling of numeric units (as discussed later herein) or range limiting. For example, configuration details 150 may specify overnight execution, which cloud 100 may translate into configuration descriptor 160 as a time window of particular late-night hours. For example, a request for less than a minimum amount of a resource may be rounded up. Also, as discussed later herein, specified amounts of resources may be interdependent in enforceable ways, such as allocated volatile memory should not exceed allocated durable storage.

[0041] Cloud 100 may buffer or store configuration descriptor 160 in memory, in a database, or in a file. Cloud 100 may (e.g. synchronously) acknowledge to whichever client submitted administrative request 140 that the request is accepted and pending. For example if administrative request 140 arrived as an HTTP request, then cloud 100 may synchronously send an HTTP response that acknowledges that administrative request 140 has at least been queued. The acknowledgement may include a tracking identifier that the client may subsequently use to cancel, pause, or poll for status of administrative request 140. The acknowledgement may include an object oriented receiver (such as a computational future, a remote future, or a smart stub) that can poll and/or wait for administrative request 140 to actually be fulfilled. A receiver may be an instance of an object-oriented class. A receiver may be active, such as a smart stub that polls for status. A stub is a remote proxy. A smart stub is a stub that includes extra logic for flexibility for locating service(s) and/or managing repetition such as polling or retries. A receiver may be passive, such as suspended while waiting for a status or completion message or signal from cloud 100.

2.5 ASYNCHRONY

[0042] Upon generation of configuration descriptor 160, cloud 100 may immediately or eventually create (or reuse) asynchronous job 170 to execute administrative request 140 based on configuration descriptor 160. For example, asynchronous job 170 may be reused from a pool of lightweight threads, heavyweight operating system processes, or other executors. Upon assigning configuration descriptor 160 to asynchronous job 170, asynchronous job 170 may immediately or eventually execute (fulfill) administrative request 140 according to configuration descriptor 160. For example, asynchronous job 170 may idle until configuration descriptor 160 is assigned to it. For example, configuration descriptor 160 may specify that execution of administrative request 140 should not begin until midnight.

[0043] Alternatively, asynchronous job 170 may execute other requests one at a time from a queue of pending configuration descriptors. When configuration descriptor 160 eventually reaches the head of the queue, asynchronous job 170 may de-queue and execute configuration descriptor 160. For example, configuration descriptor 160 may be a JSON document in a Java message service (JMS) queue. In embodiments, the queue may be a priority queue based on any of: a) a priority indicated in configuration descriptors such as 160, b) a deadline (completion time) or time to live (TTL) indicated in configuration descriptors, or c) a request type such as create database, move database, increase database quality of service, replicate database, etc. For example, backup and replica creation are naturally low priority. Whereas, increasing quality of service is naturally high priority because a database is becoming inadequate, such as rising latency or exhausting disk space. Database restoration from backup may be urgent. 2.6 HOSTING METADATA

[0044] Asynchronous job 170 may load, parse, or otherwise process configuration descriptor 160 to discover what configuration change(s) to execute for a pluggable database. If configuration descriptor 160 does not identify a container database or computer, cloud 100 may retrieve needed identifiers from hosting metadata 180. Hosting metadata 180 provides directory information that maps an identifier of a pluggable database to identifiers of a container database and/or computer that hosts the pluggable database. Hosting metadata 180 may be implemented with a lookup table, a database table, or other referential data structure such as a map. Hosting metadata may be deployed as a file, a network service, or otherwise. Hosting metadata 180 may have additional information such as measurements of resource capacities and utilizations, resource requirements, and database interdependencies. For example, hosting metadata 180 may indicate facts such as: a) a particular container database has a particular pluggable databases, b) an amount of disk space is used by a particular pluggable database, c) a count of processing cores a particular computer has, d) a particular physical computer hosts particular virtual computers, e) a particular computer hosts particular container databases, f) particular container databases have replicas of a particular pluggable database, g) particular container databases host data partitions of a particular multi-instance pluggable database, and h) particular computers and databases have particular flavors, release levels, and patch levels.

[0045] For example, asynchronous job 170 may detect that configuration descriptor 160 specifies three processor cores for pluggable database 130. Asynchronous job 170 may consult hosting metadata 180 to discover that pluggable database 130 resides in current container database 121 that resides on computer 111. Hosting metadata 180 may indicate: a) current container database 121 is limited to two processing cores, even though b) computer 111 has four processing cores. Thus, asynchronous job 170 may decide that pluggable database 130 needs to be moved to a different container database. For example, hosting metadata 180 may indicate: a) computer 112 also has four processing cores and, b) target container database 122 has no limit on using processing cores. Thus, asynchronous job 170 may select target container database 122 for where to move pluggable database 130 to. Thus, asynchronous job 170 may fulfil administrative request 140 by moving pluggable database 130 to target container database 122.

2.7 POST PROCESSING

[0046] After fulfilling administrative request 140, asynchronous job 170 may additionally post process in various ways. Asynchronous job 170 may notify cloud 100 or a client that administrative request 140 is finished. Asynchronous job 170 may update hosting metadata 180 to reflect changes made by asynchronous job 170. Asynchronous job 170 may idle, return to a worker pool, de-queue another administrative request, or await destruction such as being garbage collected or otherwise deallocated.

3.0 ASYNCHRONOUS CONFIGURATION PROCESS

[0047] FIG. 2 is a flow diagram that depicts an example asynchronous configuration process to eventually execute an administrative request for a pluggable database using an asynchronous job, in an embodiment. FIG. 2 is discussed with reference to FIG. 1.

[0048] In step 202, an administrative request that indicates configuration details for a pluggable database is received. For example, cloud 100 receives (from an external client or from an internal facility) administrative request 140 from an administrator that wants to reconfigure pluggable database 130. For example, the administrator wants to decrease latency of pluggable database 130 by giving pluggable database 130 more memory (e.g. bigger database cache). The administrator may use a web browser to create configuration details 150 that specify a bigger amount of memory in administrative request 140.

[0049] In step 204, the cloud generates a configuration descriptor that specifies an asynchronous job based on the configuration details of the administrative request. For example, cloud 100 refers to configuration details 150 and administrative request 140 when generating configuration descriptor 160. For example, configuration descriptor 160 may be a work ticket that defines a pending unit of work. Cloud 100 may: a) prepare to immediately execute configuration descriptor 160, b) enqueue the descriptor for later execution, or c) schedule configuration descriptor 160 for execution at a relative or absolute time in the future.

[0050] In step 206, the cloud accesses hosting metadata to detect location(s) of container database(s) and/or computer(s) that already or will host the pluggable database. Although step 206 is shown as occurring between steps 204 and 208, some or all activities of step 206 may actually eagerly occur during step 204 or lazily occur during step 208. For example, selection of a target container database or computer to move pluggable database 130 to may occur at step 204. Whereas, identification of a current container database of pluggable database 130 may occur at step 208 or vice versa. Step 204 may occur more or less when administrative request 140 is received. Whereas, step 208 may be deferred until a convenient time to actually fulfill administrative request 140. Either of those times may be appropriate to perform some or all of step 206. For example, accessing hosting metadata 180 may be performed by asynchronous job 170 or by cloud 100 before creating asynchronous job 170 just in time for administrative request 140 to actually be executed.

[0051] In step 208, the cloud executes the asynchronous job to configure or reconfigure the pluggable database. For example, cloud 100 may detect that pluggable database 130 and/or current container database 121 may have its memory allocation increased, and so cloud 100 does not need to move pluggable database 130 to another container database. Thus in step 208, asynchronous job 170 may simply adjust pluggable database 130 and/or current container database 121 to reserve more memory.

[0052] At any point in the lifecycle of asynchronous job 170, including any of the above steps, asynchronous job 170 may spawn additional administrative requests. For example while fulfilling administrative request 140, asynchronous job 170 may clone a pluggable database 130 by submitting a second administrative request to create a backup of pluggable database 130 from current container database 121, and a third administrative job to restore the backup of pluggable database 130 into target container database 122.

4.0 AUTONOMOUS RECONFIGURATION

[0053] FIG. 3 is a block diagram that depicts an example cloud 300, in an embodiment. Cloud 300 has automatic reflexes to dynamically optimize the performance of a topology. In this example, cloud 300 automatically relocates and upgrades a pluggable database E in reaction to a full disk. Cloud 300 may be an implementation of cloud 100.

4.1 MONITOR

[0054] Cloud 300 contains components 310, 321-322, 330, 360, and 370, each of which may be a computer or a co-locatable software service that shares a computer. Monitor 310 receives telemetry from components of cloud 300, such as measurements and alerts. Monitor 310 may be configured with reflexes, such as rule-based reactions, that: a) in a configurable way, detect environmental conditions such as alerts, threshold crossings, and other conditions; b) make configurable decisions on how to react; and c) emit administrative requests to execute its decisions.

[0055] Disk full A may be an alert that a disk is already full, or that the disk is nearly full according to a crossed threshold, such as when container database (CDB) 321 has a busy period that generates an immense audit log. In reaction to disk full A, monitor 310 may decide to: a) switch to using a storage area network (SAN) for some files such as audit files, b) move the container database (and its pluggable databases) to a point of delivery (PoD) that has a bigger disk, or c) evict some pluggable database(s) from the container database. As shown, monitor 310 decides to evict pluggable database E from CDB 321 by generating request B.

4.2 UPGRADE / DOWNGRADE

[0056] Execution of request B entails interrogation of hosting repository 360 that answers by announcing prior and next hosting C that indicates that pluggable database E should be moved into CDB 322. Prior and next hosting C also indicates a software version mismatch, for which worker 370 should apply a software upgrade (or downgrade) to pluggable database E during the move. Each of CDBs 321-322 has a tall stack of system and application software layers, and each software layer has its own lifecycle of releases and patches. Thus, a version mismatch may involve one, some, or all of container database DBMS, PoD framework, bytecode interpreter, virtualization middleware, operating system, or other installed software infrastructure.

[0057] Worker 370 may use prior and next hosting C to detect a version mismatch and execute migration scripts to migrate pluggable database E to a target release. Migration scripts may include artifacts such as shell scripts, python scripts, native executables, stored procedures, and other structured query language (SQL) such as data definition language (DDL) or data manipulation language (DML). Migration scripts may adjust artifacts such as schemas, table content, and files. Some migration scripts may run to prepare pluggable database E for relocation. Other migration scripts may run to prepare target CDB 322 to host pluggable database E. Still other migration scripts may make adjustments to pluggable database E after moving pluggable database E into CDB 322.

[0058] Architecture and techniques for implementing and operating an Autonomous Multitenant Database Cloud Service Framework are presented in related U.S. application

16/055,468.

5.0 EXAMPLE AUTONOMOUS DATABASE CLOUD

[0059] FIG. 4 is a block diagram that depicts an example cloud 400, in an embodiment. Cloud 400 has a rules engine that reacts to a database system event by autonomously submitting an asynchronous job to reconfigure a database. Cloud 400 may be an

implementation of cloud 100. Cloud 400 includes DBMSs such as 410, rules engine 440, and request broker 470, which may be any implementation of WebLogic broker 630 of FIG. 6 of related U.S. application 16/055,468. DBMS 410 contains databases such as 420, which may be a relational database, a NoSQL database, or other managed database. 5.1 DATABASE SYSTEM EVENTS

[0060] Operating conditions for DBMS 410 may dynamically fluctuate, such as disk space, processing load, or query mix. DBMS 410 may be configured with thresholds and other triggers that detect significant changes in operating conditions. For example, unused disk space may decrease below a threshold percentage or absolute amount. In response to a significant change in an operating condition, DBMS 410 may emit an event such as 430 to announce such a change for a given pluggable database, container database, or DBMS 410 itself. For example, DBMS 410 may send a JMS message or an operating system signal to deliver event 430 to other software program(s). Thus, operating conditions of DBMS 410 may be readily visible to other software according to a series of emitted events.

5.2 EVENT CATEGORIES

[0061] Event 430 may represent a collection of attributes that may be inspected to determine whether or not a significant condition is occurring. In an embodiment, an event broker handles events delivery to the subscribers. Each event subscription consists of an event type and an event subscriber. Events may be broadly classified into categories such as operations, monitors, and SQL-related.

[0062] Operation events indicate state transitions within a lifecycle of a database. An operation event may indicate, for a particular database, at least one of: provisioning, un- provisioning, relocation, cloning and/or horizontal scaling, refreshing, backing up, restoring, upgrading, patching, registering, or unregistering.

[0063] Monitor events indicate the performance status of a database. A monitor event may indicate performance metrics for SQL commands in general or vital statistics such as measured during a health check.

[0064] SQL-related events indicate statistics for a particular clause, predicate, or whole or partial statement. A statement may be DDL or DML such as a query. For example, an SQL event may indicate that a particular predicate is shared by different queries, which may imply that the predicate is a candidate for materialization as a virtual column.

5.3 RULES ENGINE

[0065] Rules engine 440 may receive events such as 430 to monitor the status of DBMSs such as 410. For example, rules engine 440 may subscribe to events the DBMS 410 publishes according to a publish/subscribe framework. Between rules engine 440 and DBMS 410 may be an event bus, queue, or broker (not shown) that may provide functionality such as buffering, persistence, reliability, and decoupling such that DBMS 410 and rules engine 440 need not directly interface with each other. [0066] Rules engine 440 may be an inference engine that loads and applies rules such as 450 to achieve customizable behavior. For example, rules engine 440 may load rule 450 as data that may be compiled or interpreted to extend the behavior of rules engine 440. For example, rule 450 may be text that conforms to a grammar for encoding which events can match the rule and what action to take when a match occurs. A plurality of rules may be loaded to configure rules engine 440 to associate particular behavioral reactions to particular operational conditions that events may indicate. For example, rule 450 may specify that database 420 should be moved to a different computer when event 430 indicates that free disk space falls below one gigabyte.

5.4 RULES

[0067] However, rules engine 440 does not directly execute an action specified by a rule that matches event 430. Instead, rule 450 generates and sends request 460 to cause submission of asynchronous job 480 as follows. Rule 450 may emit configuration details 465, within request 460, to directly or indirectly specify configuration adjustments for a database such as 420. Configuration details 465 may identify database 420 as a

reconfiguration target.

[0068] Rule 450 may send request 460 to request broker 470, such as by using a REST request to send JSON, XML, or other CGI data over HTTP. In an embodiment, request 460 includes an executable script such as JavaScript, SQL, python, or a shell script, for execution by asynchronous job 480. Based on request 460 and configuration details 465, request broker 470 may create asynchronous job 480 whose execution may be deferred, for example according to the swim lanes, thread pools, and queues of FIG. 6 of related U.S. application 16/055,468. Asynchronous job 480 eventually executes, which includes reconfiguring database 420 according to configuration details 465. Thus, rules engine 440 may

autonomously manage databases such as 420 according to changing operating conditions of DBMSs such as 410. Thus, rules engine 440 provides a central repository of autonomous behaviors needed to maintain the databases of cloud 400.

6.0 EXAMPLE AUTONOMOUS ADMINISTRATION PROCESS

[0069] FIG. 5 is a flow diagram that depicts an example autonomous process that uses a rules engine that reacts to a database system event by submitting an asynchronous job to reconfigure a database, in an embodiment. FIG. 5 is discussed with reference to FIG. 4.

6.1 STIMULUS

[0070] In step 501, a rules engine receives an event from a DBMS. In an embodiment, DBMS 410 directly sends event 430 to rules engine 440. In an embodiment, DBMS 410 and rules engine 440 are hosted by separate computers or operating system processes, and event 430 is directly delivered according to a remoting protocol such as HTTP, REST, simple object access protocol (SOAP), and/or remote procedure call (RPC). In an embodiment, DBMS 410 indirectly sends event 430. For example, an enterprise service bus (ESB), message queue (MQ), or other broker mediates, relays, and/or buffers event 430 for ultimate delivery to rules engine 440. In an embodiment, rules engine 440 is embedded within an operating system process and address space of DBMS 410, such that event 430 may be delivered during a subroutine invocation.

[0071] Some events may indicate at least one of: an execution statistic of different queries such as average response time, an execution statistic of data manipulation language (DML) writes, an execution statistic of data definition language (DDL) commands, an execution statistic of a particular query, a result of an integrity check of a database, usage of a resource for a database in excess of a threshold, or availability of a resource for a database below a threshold.

6.2 REACTION

[0072] In step 502 and based on the event, the rules engine executes a rule to generate a request that indicates configuration details for a database. For example, event 430 matches rule 450 that generates request 460 and configuration details 465 for database 420. For example, configuration details 465 may specify that database 420 should be horizontally scaled by cloning/replicating onto additional computers. In an embodiment, configuration details 465 may specify adjusting at least one DBMS tuning parameter of: a maximum count of open database cursors, a maximum count of connection sessions, a maximum size of a memory store of session-dependent variables, a maximum size of a memory store of session- independent variables, or an amount of parallelism (e.g. CPU cores) for processing a query. Configuration details 465 may also have other adjustable attributes for DBMS tuning such as size, quantity, and host of transaction logs, checkpoint interval for recovery, size of execution plan cache (a.k.a. procedure cache), size, keys, and hosts of data partitions, column indexing or encoding, size of query cache, size of row cache, size of data block cache, transaction lock granularity, log buffer size, log flush frequency or granularity, view materialization, index rebuilding, index data structure, schema denormalization, amount of replication, and cache victim strategy. Configuration details 465 may also have adjustable attributes for tablespace tuning such as size and quantity, amount of memory, undo tablespace size, extent size, and prefetch size. As discussed later herein, a templating mechanism may generate request 460 and/or configuration details 465. [0073] In step 503, the rules engine sends the request to a request broker. For example, rules engine 440 may send request 460 to request broker 470. Examples of sending a request to a request broker are discussed for FIGs. 4-6 of related U.S. application 16/055,468 therein. Ideally, request broker 470 initially buffers or minimally processes request 460 so that a demand spike of inbound requests can be rapidly absorbed and not cause network backpressure to rules engine 440 or interactive users such as DBAs. For example, some processing related to intake of request 460 may or may not be deferred until next step 504.

[0074] In step 504, the request broker creates and dispatches an asynchronous job based on the request. For example, request broker 470 may generate asynchronous job 480 based on configuration details 465. In some embodiments, asynchronous job 480 may be a logic script, such as python or JavaScript, or a Java job such as at least one of: a Runnable, a Callable, or a Future as defined by the java.util. concurrent package. Execution of asynchronous job 480 may be deferred until a scheduled time, such as a temporal maintenance window, until execution resources become available, such as a pooled thread, or until transactional load of database 420 opportunistically falls below a threshold.

[0075] In step 505, the asynchronous job configures the database based on the configuration details. For example, asynchronous job 480 eventually executes, which reconfigures database 420 according to configuration details 465. For example,

asynchronous job 480 may invoke stored procedures of database 420 to cause

reconfiguration.

6.3 CHAIN REACTION

[0076] Asynchronous job 480 may perform various post processing after execution, such as assessing system status and conditions of DBMS 410 and/or database 420, which may cause additional event(s) to be sent to rules engine 440. For example, asynchronous job 480 may create database 420, which causes an event that indicates how much free disk space remains on a local drive, which may or may not cause other rules to fire (i.e. be applied). Asynchronous job 480 may send an event that indicates successful or unsuccessful completion of asynchronous job 480, which may or may not cause other rules to fire.

[0077] For example after asynchronous job 480 configures database 420, asynchronous job 480 may initiate a database health check that generates an additional event that indicates at least one of: an execution statistic of different queries, an execution statistic of DML writes, an execution statistic of DDL commands, an execution statistic of a particular query, a result of an integrity check of the database, usage of a resource for the database exceeds a threshold, or a threshold exceeds availability of a resource for the database. Realtime telemetry techniques for automatically monitoring remote system health are presented in related U.S. patent 9,692,819.

7.0 MACHINE LEARNING

[0078] FIG. 6 is a block diagram that depicts an example cloud 600, in an embodiment. Cloud 600 uses machine learning to automatically tune rules for optimal management of container databases and their pluggable databases. Cloud 600 may be an implementation of cloud 100. Cloud 600 includes machine learning engine 630, rules engine 640, and container databases such as 610.

7.1 OPTIMIZATION ALGORITHMS

[0079] Machine learning engine 630 contains optimization algorithm 635 that uses adaptive tuning to generate improved rules, such as 671-672. Algorithm 635 may be at least one of: nearest neighbor, artificial neural network, linear regression, or logistic regression. Algorithm 635 may generate rules that are custom tuned for a particular cloud customer, such as database tenant 650, and/or a particular service level agreement (SLA) such as 660. For example for a deluxe tenant, machine learning engine 630 may generate rules that treat pluggable database 620 as elastic and that replicate pluggable database 620 to other container databases during times of high demand. Whereas for an economy tenant, machine learning engine 630 may generate rules that merely reserve more disk space during high demand to accommodate a larger redo log.

[0080] Although not shown, machine learning engine 630 may periodically or continuously receive facts, measurements, and statistics from cloud 600 and/or databases 610 and 620 for use as training inputs for algorithm 635, as discussed later herein. Thus, machine learning engine 630 may periodically or continuously regenerate rules, such as 671-672, that may be sent to rules engine 640 to supplement or replace other rules that rules 640 previously loaded. Thus, rules engine 640 may have an evolving rule base that improves according to deep learning and training of algorithm 635. Thus, as more facts and measurements are provided to machine learning engine 630, the better will be the configuration of databases of cloud 600 according to the ever-improving rules generated by training algorithm 635.

7.2 RULES API

[0081] Rules engine 640 may have many rules including some that are handcrafted and others that are automatically generated. Thus, management of the rules base of rules engine 640 may be more or less complicated. Rules engine 640 may have an application programing interface (API) for rules management automation. For example, the rules API may support operations such as create, read, update, and delete (CRUD) of generated and/or handcrafted rules. The rules API may have an operation for injecting an event into rules engine 640 for rules processing.

[0082] The rules API may be implemented as remote procedure calls (RPC), web services such as REST and/or common gateway interface (CGI) post, stored procedures, or other interface protocol.

8.0 TRAINING

[0083] FIG. 7 is a block diagram that depicts an example cloud 700, in an embodiment. Cloud 700 trains with historical events to improve rules. Cloud 700 may be an

implementation of cloud 100. Cloud 700 includes machine learning engine 740, rules engine 770, publish-subscribe bus 720, and DBMSs such as 711-712.

8.1 EVENT DELIVERY

[0084] DBMSs 711-712 emit events such as 731-733. However, events are not directly delivered to consumers, such as rules engine 770 and machine learning engine 740. Instead, events are mediated by publish-subscribe bus 720 that relays events to interested

consumer(s). Publish-subscribe bus 720 may be an enterprise service bus (ESB), a publish- subscribe broker, or other form of event queue. In an embodiment, events are categorized by topics that are dedicated to event sources or event types, such as per pluggable database, per container database, per customer, or otherwise. Interested consumers, such as engines 740 and 770, may subscribe to interesting topics to receive relevant events. In an embodiment, each customer has a dedicated rules engine such as 770 that subscribes with publish- subscribe bus 720 to a customer-specific event topic.

[0085] Publish-subscribe bus 720 may merely relay an event to subscriber(s). For example, event 733 is relayed without additional mediation to rules engine 770, which may match a rule of rules engine 770 that spawns asynchronous job(s). Publish-subscribe bus 720 may also durably record events into event history 725. In an embodiment, event history 725 is a database of recorded events. For example, a relational table of events may have columns that indicate the source and nature of each event, such as by identifying any of: customer, pluggable database, container database, event type, event parameters, or timestamp.

8.2 HISTORY REPLAY

[0086] An event consumer such as machine learning engine 740 may subscribe to publish-subscribe bus 720 for live events or retrieval of events already recorded in event history 725. For example, event 731 may be retrieved from event history 725 for training machine learning engine 740. Live events such as 732-733 can be relayed more or less in real time to consumers such as engines 740 and 770, with or without recording them into event history 725 as they pass through publish-subscribe bus 720. Thus, machine learning engine 740 may be bulk trained based on a large batch of events from event history 725 or spontaneously and incrementally tuned based on a stream of live events.

8.3 WEIGHTED ATTRIBUTES

[0087] Each event, such as 731, may have attributes, such as 791-792, that indicate separate operating conditions that existed when the event was generated. For example, attribute 791 may indicate backlog depth, such as according to a size of a redo log. Attribute 792 may indicate CPU load, time of day, event type, or event source, for example. Other events may have the same or other attributes. Some attributes may be more significant than others. Machine learning engine 740 has weights 751-752 that scale the values of respective attributes 791-792 according to significance. Thus, a multiplicative product of the values of attribute 791 and weight 751 may yield a scaled attribute value, which may be injected as input into a learning algorithm during training. Weights 751-752 may be adjustable. For example, training may optimize weights 751-752.

8.4 TRAINING CONFIDENCE

[0088] The accuracy of an already trained algorithm may depend on how much training occurred. Thus, the more events are consumed during training, the more fit will be rules, such as 782, that are generated by machine learning engine 740. Machine learning engine 740 has confidence score 760 that increases as machine learning engine 740 consumes events during training. In an embodiment, training is complete when confidence score 760 exceeds threshold 765. In another embodiment, training is complete when machine learning engine 740 has consumed all training events and an iterative learning algorithm converges.

8.5 RETRAINING

[0089] Threshold 765 may also be used for retraining, where machine learning engine 740 consumes additional events for additional tuning, such as additional optimization of weights 751-752. Retraining finishes when confidence score 760 exceeds threshold 765, which may have a different value than for initial training. Each time retraining begins, confidence score 760 may be reduced or reset to zero and/or threshold 765 may be increased. In an embodiment, retraining is continuous and occurs when each new event arrives.

8.6 RETENTION PRIORITY

[0090] When training or retraining finishes, machine learning engine 740 regenerates rules, such as 782. Rules engine 770 may obtain and load regenerated rules. Loading of subsequent rules may supplement or replace previously loaded rules. A client application or human user such as DBA 701 may load handcrafted rules, such as 781, into rules engine 770. Thus, rules engine 770 may have a mix of rules of manual and automatic origin. Handcrafted rules may be given tenure within rules engine 770, such that handcrafted rule 781 is replaced by generated rule 782 only if confidence score 760 exceeds a threshold, such as 765.

[0091] In an embodiment, machine learning (ML) engine 740 subscribes to all event types for which its rule recommendation models (ML models) need for training. Machine learning engine 740 employs various ML techniques, including k-nearest-neighbor, neural networks, and linear regression, to build various rule recommendation models based on a list of attributes included in the subscribed events. Each rule recommendation model adjusts the weights assigned to different attributes of the subscribed events based on historical events data. Since multiple tenant databases exist in the system, machine learning engine 740 performs cross-tenant analysis of events data to improve its model confidence. The models' confidence scores improve over time as the amount of analyzed events increases. The recommended rule consists of condition and action/job as explained above. The

recommended job can be either a self-tuning job or self-maintenance job.

[0092] In an embodiment, each database tenant in cloud 700 can specify the following two confidence score thresholds. That includes a base confidence threshold, such that once the confidence score of the rule recommendation models exceeds this threshold, machined rules are generated and posted into rules engine 770. Machined rules are updated as the confidence improves over time. That also includes an override confidence threshold, which in case of conflicts between machined rules and handcrafted rules, machined rules will override handcrafted rules only if its confidence exceeds the override confidence threshold. 8.7 EXAMPLE TECHNOLOGY STACK

[0093] The following is a particular embodiment that may be an implementation of any of the clouds presented herein. This embodiment is tailored for, and discussed with reference to, clouds 400 and 700.

[0094] Request broker 470 includes a WebLogic Java-2 enterprise edition (J2EE) application server, which includes a web server that accepts a REST API for request submission and management. The REST API is implemented with SmartBear's Swagger OpenAPI. A client may use CURL or a web browser. Thus, requests may be interactive, scripted, or dynamically generated such as request 460. Asynchronous jobs, such as 480, are implemented with either or both of: Java message service (JMS), and java.util. concurrent Java package (e.g. thread pool, executor, and computational future). Event distribution by publish/subscribe bus 720; is implemented with JMS publish/subscribe message topics, with DBMS(s) such as 711-712 as publishers and rules engine 770 as a subscriber. Rules engine 770 is implemented with Mustache template engine. Templating is discussed further for FIG. 8, later herein. Machine learning engine 740 is implemented with a machine learning library such as Apache Spark MLlib that has canned algorithms such as logistic regression.

[0095] This particular embodiment has the following benefits. This embodiment is horizontally scalable for: a) symmetric multiprocessing (SMP) such as multicore, and/or b) distributed computing such as cluster or cloud computing. This embodiment needs only one codebase (e.g. pure Java) for heterogeneous computing (e.g. wide area network, WAN).

9.0 RULES INTERFERENCE

[0096] FIG. 8 is a block diagram that depicts an example cloud 800, in an embodiment. Cloud 800 avoids interference between rules. Cloud 800 may be an implementation of cloud 100. Cloud 800 includes rules engines 810, and DBMSs such as 820.

[0097] Cloud 800 does not expect an individual rule, such as 861-862, to cause a reconfiguration that is globally optimal for cloud 800. Instead, each of rules 861-862 may recognize a particular condition, such as 835, that is inconvenient for a particular pluggable database, such as 841-842, or tenant. Likewise when an individual rule, such as 861-862, is applied, the rule causes a particular action that is beneficial for the pluggable database or tenant, but not necessarily beneficial for cloud 800 as a whole.

9.1 CONDITION RECOGNITION

[0098] For example, cause or condition 835 may be exhaustion of storage capacity of a disk that is local to container database 830 and shared by pluggable databases 841-842.

DBMS 820 may detect that the disk is more or less full and emit one event or redundant events, such as 851-852, that indicate the full disk. In an embodiment, events 851-852 are generated for respective pluggable databases 841-842 for a same occurrence of cause or condition 835. In an embodiment, each of pluggable databases 841-842 has its own separate set of rules in a shared or respective rules engines 810. For example, rules 861-862 may be more or less similar but associated with respective pluggable databases 841-842. In an embodiment not shown, rules 861-862 reside in separate rules engines because rules 861-862 are associated with separate tenants.

[0099] In various embodiments, rules engines 810 may be a single rules engine that is shared by any of: a) some or all pluggable databases of one container database, b) some or all container databases and pluggable databases of a same DBMS, c) some or all container databases and pluggable databases of multiple DBMSs (not shown), or d) some or all container databases and pluggable databases of some or all tenants (e.g. customers and/or applications). Even when separate pluggable databases have separate sets of rules, those sets of rules may be consolidated into a combined monolithic rules base for use in one or more rules engines. For example, each of rules 861-862 may be maintained in separate sets of rules for separate pluggable databases 841-842 and then combined into a monolithic rules base for loading into a same rules engine. In such a case, some embodiments may generate only one (not two as shown) event from cause or condition 835, and that single event may trigger either or both of rules 861-862.

[0100] In an embodiment, rules engines 810 may be replicated (i.e. horizontally scaled) such that any event may be delivered to any replica of the rules engine and still fire (i.e. apply) a same rule for a same pluggable database. In replicated embodiments and depending on the implementation, pluggable database 841 may or may not be pinned to a particular instance of rules engines 810. For example, pluggable database 841 may be previously managed by one rules engine instance and subsequently managed by another rules engine instance that has the same rules. In an embodiment, horizontal scaling of rules engines 810 may be elastic, such as for reconfiguration demand spikes, such as during an operational emergency that simultaneously impacts many pluggable databases.

[0101] Each of rules 861-862 has a condition template, such as 870, that does or does not match a current event, such as 852. For example, conditional template 870 may encode predicate logic or other filter expression that may or may not be satisfied by attributes of event 852. For example, rule 862 may require a gigabyte of free local diskspace, such that condition template 870 is satisfied when event 852 indicates that free space does not exceed a gigabyte.

9.2 TEMPLATING

[0102] When condition template 870 is satisfied, rule 862 is applied by applying action template 880. For example, action template 880 may generate a configuration descriptor from which asynchronous job 890 may be constructed and submitted for eventual execution. In an embodiment, either or both of templates 870 and 880 are textual. In an embodiment, the generated configuration descriptor appears as templatized text within action template 880, thereby achieving what you see is what you get (WYSIWIG) generation of configuration descriptors. In an embodiment, textual templates are aggregated into a templating engine such as Mustache or Java server pages (JSP). In an embodiment event 852 is delivered to one of rules engines 810 using HTTP such as a CGI post.

9.3 HOLISTIC EFFICIENCY

[0103] Thus as described above, cause or condition 835 may be a full disk that is indicated by events 851-852 that triggers rules 861-862. Thus, the action templates of both rules 861 -862 may execute in response to a same full disk. For example, rules 861 -862 may both submit asynchronous jobs such as 890 that cause each respective pluggable database 841 -842 to move out of container database 830 and into a different container database that has more local disk space. Indeed, both pluggable databases 841-842 deciding by rule to leave container database 830 can solve the problem of low disk space. However, moving both pluggable databases 841-842 may be globally suboptimal. For example, time and energy may be saved by instead moving only one of the two pluggable databases 841 -842. Such suboptimality caused by interference of contentious rules may be avoided in various embodiments as follows. Interference between rules may be exacerbated by having multiple tenants and/or rules that manage different pluggable databases, databases of different scopes (e.g. container and pluggable databases), or databases of different tenants and/or applications.

[0104] In an embodiment, interference is avoided by the asynchronous jobs themselves, such as 890. For example, rules 861 may spawn an asynchronous job (not shown) that evicts pluggable database 841 from container database 830, thereby deallocating some local disk space, thereby curing cause or condition 835 that ceases. Eventually asynchronous job 890 executes, and it may detect whether various preconditions are satisfied and abort or reschedule if not satisfied. Asynchronous job 890 may detect whether local disk space has or has not yet become sufficient. If disk space is sufficient, asynchronous job 890 may terminate prematurely, thereby leaving pluggable database 842 to remain within container database 830. In an embodiment, asynchronous job 890 may evaluate its preconditions by re- invoking condition template 870.

[0105] In an embodiment, the asynchronous job from rule 861 may execute normally (i.e. evict pluggable database 841) and then cause another event to be sent to rules engines 810 that indicates ample local disk space. That additional event may cause rules engines 810 by rule or otherwise to cancel asynchronous job 890 as no longer needed.

[0106] In an embodiment, rules engines 810 do not consume event 852 until after pluggable database 841 is evicted, in which case condition template 870 will not be satisfied when event 852 is eventually processed. Thus, action template 880 would not be applied, and asynchronous job 890 would not be created. Which of rules 861-862 is evaluated before the other depends on the embodiment. In an embodiment, events 851 -852 are processed in a same order as they arrive at rules engines 810. In an embodiment, rules, pluggable databases, and tenants may each be assigned a rank or priority. In an embodiment, rules associated with high priority are evaluated first to avoid priority inversion that would cause a high priority database to detrimentally wait for a low priority database to react. In an embodiment, rules associated with low priority are evaluated first, and quality of service is temporarily degraded for a low priority database while that database is, for example, evicted, thereby minimizing maintenance-related service degradation for high priority databases.

[0107] In an embodiment, container database 830 may have its own rules (not shown) in rules engines 810. In an embodiment, rules of container database 830 may have high priority and execute before rules of pluggable databases 841 -842, thereby facilitating central coordination of multiple pluggable databases 841 -842. For example, a rule of container database 830 may react to disk exhaustion by selecting and evicting pluggable database 841, thereby centrally resolving the problem and obviating the need to apply rules 861 -862 that otherwise may cause a coordination problem such as a race condition that yields suboptimal results as discussed above.

[0108] In an embodiment, pluggable databases and/or container database may each have a more or less uniform lifecycle with formalized operational states that correspond to typical phases of important maintenance scenarios. For example, a pluggable database may be in a transitional state that represents a reconfiguration activity such as scaling up, scaling down, or relocating. In an (e.g. Java or C) embodiment, one or more enumerations declare the states of one or more lifecycles. Rules templates such as 870 and 880 may inspect the operational state of one or more pluggable databases. For example, rule 862 for pluggable database 842 may: a) detect that other pluggable database 841 is currently being evicted (i.e. relocated), and b) decline to fire because the ongoing relocation may soon cure a shared problem of disk exhaustion. In some embodiments, if a rule declines to fire due to a detected transitional state, then at a later time (e.g. scheduled or upon subsequent change of transitional state), the declining rule may be reevaluated, and/or the original event may be reprocessed by the rules engine. Thus, the rules of multiple pluggable databases may achieve some degree of coordination to achieve a globally optimal result.

9.4 EXAMPLE ADMINISTRATION AND MAINTENANCE TASKS

[0109] Asynchronous job 890 may perform a variety of database administration tasks such as one or more of 891 -898. In an embodiment, any of tasks 891 -898 are implemented by stored procedure calls within databases such as 830 and 841-842, which may be invoked by asynchronous job 890. In an embodiment, any of tasks 891 -898 are hard coded into the codebase or script of asynchronous job 890.

[0110] Task 891 creates a pluggable database, such as 841-842, within container database 830. Pluggable database creation may be templatized, such that a prototype pluggable database may be cloned into container databases such as 830 to create pluggable database instances, such as 841-842. Rules based techniques for using a central repository to automatically provision pluggable databases are presented in related U.S. patent 15/266,902.

[0111] Task 892 creates or uses a snapshot or backup of a database such as 830 or 841- 842. Database snapshots are widely used to quickly create point-in-time virtual copies of data. A database backup protects against storage media failures. A backup or snapshot is used (consumed) during database restoration or recovery. Automatic backup techniques for pluggable databases are presented in related U.S. application 15/254,884.

[0112] Task 893 adjusts a maximum rate at which new sessions can be connected to a database such as 830 or 841-842. That can mitigate a login storm, such as during a denial of service (DOS) attack.

[0113] Task 894 generate an alert or event based on a dynamic condition. For example, asynchronous job 890 may consume disk space to create a column index and then generate an event, such as 851, to indicate how much free disk space remains. That may cause a rule, such as 861, to be applied.

[0114] Task 895 resizes a redo log or a fast recovery area. For example, a redo log may expand to accommodate more in-flight transactions, such as during a demand spike.

[0115] Task 896 applies a software upgrade or patch to a database, such as 830 or 841- 842, or to a DBMS such as 820. A patch may create or modify files containing logic or data, may execute shell or DDL or DML scripts, and/or may invoke stored procedures.

Techniques for automatic relocation of a pluggable database from one container database to another are presented in related U.S. patent 9,396,220 and U.S. patent application

15/215,446. Techniques for automatic upgrade of pluggable databases are presented in related U.S. application 15/266,917.

[0116] Task 897 adjusts an amount allocated to a database, such as 830 or 841-842, of at least one resource such as CPU, durable storage, or RAM. For example, a volatile cache of disk blocks may be expanded during a demand spike. Task 897 may also affect a temporary allocation, such as for a particular duration or until a particular condition, after which the resource allocation reverts to a previous amount.

[0117] Task 898 relocates or clones a pluggable database from a first container database on a first computer to a second container database on a same or different computer. For example, asynchronous job 890 may allocate more processing cores to pluggable database 841 in excess of available cores of container database 830. Thus, asynchronous job 890 may also move one of pluggable databases 841-842 to a different container database on a different computer. Techniques for cloning a pluggable database are presented in related U.S. patent application 15/215,435.

10.0 EXAMPLE AUTONOMOUS TUNING PROCESS

[0118] FIG. 9 is a flow diagram that depicts an example database tuning process for faster query execution, in an embodiment. FIG. 9 is discussed with reference to FIG. 8.

10.1 STATISTICS

[0119] Steps 901-903 are preparatory. They collect and analyze statistics needed to decide how to tune a database for better query performance. In step 901, measurements of data distribution and/or storage characteristic(s) for database objects are gathered. For example, DBMS 820 may monitor and record resource usage and/or data patterns that are associated with query statements, query expressions, tables, partitions, and/or columns.

[0120] In step 902, statistics are generated based on the measurements. For example, a histogram of values of a column or expression may be generated. A heatmap based on CPU, memory, or I/O usage of a query expression or storage artifact (e.g. column or table) may be generated. Data correlations between columns or expressions may be detected.

10.2 PREDICATE SELECTIVITY

[0121] In step 903, selectivity of a query predicate is calculated based on the statistics. Selectivity facilitates more or less accurate estimations of result set size and ratio of result set row count to source table row count, which improves query planning during query processing. Selectivity is especially helpful for reordering of cascaded joins or cascaded filter terms to aggressively prune intermediate results. For example, filtering first on a column having more distinct values may be more efficient than filtering first on a column having fewer distinct values, even though both columns need filtration.

[0122] Step 904 analyzes a subset of potential steps 906-912 as a course of action. Each of potential steps 906-912 is a particular reconfiguration technique for a database that may improve future query performance. Each potential reconfiguration incurs a respective expected cost of reconfiguring and may yield a respective expected acceleration.

Reconfiguration cost may be based on temporary resource consumption (e.g. CPU, I/O, memory) during the reconfiguration and temporary service degradation during the reconfiguration. Background reconfiguration may cost less than reconfiguration that temporarily locks a database object. For example, the cost of creating a column index (906) may be higher than the cost of inserting an optimizer hint into a query (911). Whereas, a column index may be expected to accelerate a query more than an optimizer hint, which may depend on the data access methods involved, such as table scanning versus index traversal. In step 904, a respective estimated cost for each of alternative database optimization mechanisms is calculated based on the calculated selectivity.

10.3 COST-BENEFIT ANALYSIS

[0123] Step 905 is decisional. One (or more if compatible) potential optimization of 906- 912 is selected according to cost-benefit analysis. In an embodiment, any of steps 904-905 (and 906-912) may be implemented as rules for rules engines 810. For example, cause or condition 835 may occur when a particular query, expression, table, or column is repeatedly used in excess of a threshold. For example, event 852 may indicate that a certain column has become hot in a usage heat map. Thus, step 904 may be triggered when condition template 870 recognizes that the hot column satisfies various criteria. In step 905, one or more of potential steps 906-912 are selected and consolidated or not into one or more asynchronous jobs. Thus, cloud 800 may autonomously optimize pluggable database 841 or 842 for any or all queries.

10.4 EXAMPLE TUNING SCENARIOS

[0124] In particular, step 906 creates or drops a database index that is based on one or more columns of a table. Step 907, encodes or unencodes a column, such as with dictionary or other compression. Step 908 resizes a tablespace or database file, such as by adding spare data blocks. Step 909 materializes or dematerializes a database view or a virtual column. Step 910 may defragment a column or table or preload (prefetch) a column or table into RAM. For example, a column or table may be preloaded into a cache or loaded and pinned in memory such as a heap. Step 911 may reserve an optimizer hint for repeated insertion into subsequent queries. Step 912 may propagate an optimization (or statistics that caused an optimization) from one data dictionary to another. Thus, an optimization may be dispersed to replicas or shards and facilitate elastic scaling without human intervention. Techniques for automatically propagating changes between pluggable databases are presented in related U.S. applications 15/215,443 and 15/266,030.

[0125] Thus, cloud databases may be automatically optimized via tuning jobs generated by rules engine 810 to improve query performance. The following are particular scenarios for feature tuning.

[0126] Resource parameters such as Oracle's system global area (SGA), program global area (PGA), sessions, and maximum open cursors may be tuned. The SGA is a read/write memory area that, along with the Oracle background processes, form a database instance. All server processes that execute on behalf of users can read information in the instance SGA. Several processes write to the SGA during database operation. The server and background processes do not reside within the SGA, but exist in a separate memory space. Each database instance has its own SGA. Oracle automatically allocates memory for an SGA at instance startup and reclaims the memory at instance shutdown. The PGA is memory specific to an operating process or thread that is not shared by other processes or threads on the system. Because the PGA is process-specific, it is never allocated in the SGA. The PGA is a memory heap that contains session-dependent variables required by a dedicated or shared server process. The server process allocates memory structures that it requires in the PGA. An analogy for a PGA is a temporary countertop workspace used by a file clerk. In this analogy, the file clerk is the server process doing work on behalf of the customer (client process). The clerk clears a section of the countertop, uses the workspace to store details about the customer request and to sort the folders requested by the customer, and then gives up the space when the work is done. An initialization parameter may set a target maximum size of the instance PGA. Individual PGAs can grow as needed up to this target size.

[0127] An asynchronous tuning job may rely on database objects statistics already gathered. A cost-based optimization approach uses statistics to calculate the selectivity of predicates and to estimate the cost of each execution plan. Selectivity is the fraction of rows in a table that the SQL statement's predicate chooses. The optimizer uses the selectivity of a predicate to estimate the cost of a particular access method and to determine the optimal join order. Statistics quantify the data distribution and storage characteristics of tables, columns, indexes, and partitions. The optimizer uses these statistics to estimate how much I/O and memory are required to execute a SQL statement using a particular execution plan. The statistics are stored in the data dictionary, and they can be exported from one database and imported into another (for example, to transfer production statistics to a test system to simulate the real environment, even though the test system may only have small samples of data). Statistics should be gathered on a regular basis to provide the optimizer with information about schema objects. New statistics should be gathered after a schema object's data or structure are modified in ways that make the previous statistics inaccurate. For example, after loading a significant number of rows into a table, new statistics on the number of rows should be collected. After updating data in a table, new statistics on the number of rows need not be collected, although new statistics on the average row length might be needed.

[0128] Initialization parameters, such as cursor sharing, may be tuned. A private SQL area holds information about a parsed SQL statement and other session-specific information for processing. When a server process executes SQL or PL/SQL code, the process uses the private SQL area to store bind variable values, query execution state information, and query execution work areas. The private SQL areas for each execution of a statement are not shared and may contain different values and data. A cursor is a name or handle to a specific private SQL area. The cursor contains session-specific state information such as bind variable values and result sets. A cursor is more or less a pointer on the client side to a state on the server side. Because cursors are closely associated with private SQL areas, the terms are sometimes used interchangeably.

[0129] Techniques for automatic performance tuning of a relational database are presented in related U.S. patent 8,903,801. Techniques for automatic performance analysis of a relational database are presented in related U.S. patent 8,341,178.

11.0 DATABASE SYSTEM OVERVIEW

[0130] A DBMS manages one or more databases. A DBMS may comprise one or more database servers. A database comprises database data and a database dictionary that are stored on a persistent memory mechanism, such as a set of hard disks. Database data may be stored in one or more data containers. Each container contains records. The data within each record is organized into one or more fields. In relational DBMSs, the data containers are referred to as tables, the records are referred to as rows, and the fields are referred to as columns. In object-oriented databases, the data containers are referred to as object classes, the records are referred to as objects, and the fields are referred to as attributes. Other database architectures may use other terminology.

[0131] Users interact with a database server of a DBMS by submitting to the database server commands that cause the database server to perform operations on data stored in a database. A user may be one or more applications running on a client computer that interact with a database server. Multiple users may also be referred to herein collectively as a user.

[0132] A database command may be in the form of a database statement that conforms to a database language. A database language for expressing the database commands is the Structured Query Language (SQL). There are many different versions of SQL, some versions are standard and some proprietary, and there are a variety of extensions. Data definition language ("DDL") commands are issued to a database server to create or configure database objects, such as tables, views, or complex data types. SQL/XML is a common extension of SQL used when manipulating XML data in an object-relational database.

[0133] A multi-node database management system is made up of interconnected nodes that share access to the same database or databases. Typically, the nodes are interconnected via a network and share access, in varying degrees, to shared storage, e.g. shared access to a set of disk drives and data blocks stored thereon. The varying degrees of shared access between the nodes may include shared nothing, shared everything, exclusive access to database partitions by node, or some combination thereof. The nodes in a multi-node database system may be in the form of a group of computers (e.g. work stations, personal computers) that are interconnected via a network. Alternately, the nodes may be the nodes of a grid, which is composed of nodes in the form of server blades interconnected with other server blades on a rack.

[0134] Each node in a multi-node database system hosts a database server. A server, such as a database server, is a combination of integrated software components and an allocation of computational resources, such as memory, a node, and processes on the node for executing the integrated software components on a processor, the combination of the software and computational resources being dedicated to performing a particular function on behalf of one or more clients.

[0135] Resources from multiple nodes in a multi-node database system can be allocated to running a particular database server's software. Each combination of the software and allocation of resources from a node is a server that is referred to herein as a "server instance" or "instance". A database server may comprise multiple database instances, some or all of which are running on separate computers, including separate server blades.

12.0 PLUGGABLE DATABASE AND CONTAINER DATABASE SYSTEM

OVERVIEW

[0136] Database consolidation involves distributing and sharing computing resources among multiple databases. Databases may be consolidated using a container database management system. A consolidated database, such as a multitenant container database (CDB), includes one or more pluggable databases (PDBs).

[0137] A container database includes a data dictionary, which comprises metadata that defines database objects in the container database. For example, the data dictionary for a given CDB will include metadata describing each PDB that is contained in the given CDB, including the database objects included in each PDB. Further, each pluggable database includes a PDB-specific database dictionary that comprises metadata that defines database objects contained in the pluggable database. Database objects include tables, table columns, indexes, files, tablespaces, data types, users, user privileges, and storage structures used for storing database object data, etc.

[0138] A container database may manage multiple pluggable databases and a given database server instance may manage and serve those pluggable databases from the container database. As such, a given container database allows multiple pluggable databases to run on the same database server and/or database server instance, allowing the computing resources of a single database server or instance to be shared between multiple pluggable databases. In a container database management system, each pluggable database may be opened or closed in the container database independently from other pluggable databases.

[0139] An application may access a pluggable database by establishing a database session on the container database management system for that pluggable database, where a database session represents the connection between an application and the container database management system for accessing the pluggable database. A database session is initiated for a pluggable database by, for example, transmitting a request for a new connection to the container database management system, the request specifying the pluggable database. In response to such a request, the container database management system establishes the requested database session. A container database management system may host multiple database sessions, each database session being for one of multiple pluggable databases.

[0140] A given container database is configured based on the requirements of those database management system (DBMS) features that are applicable to the container database. A DBMS feature that is applicable to a container database is one that interacts with or influences the container database and, as such, requires a certain configuration of the container database. DBMS features that may be applicable to a given container database, comprise one or more of: a version of the DBMS that manages the container database (including major version, minor version, and/or patch level); optional features that may be installed or implemented for a container database (such as data encryption, a feature that allows multiple levels of data restriction within areas of the database, localization

enablement); common users that exist in the container database; independently -installed patches that have been installed for the DBMS that manages the container database; etc.

[0141] The configuration of a CDB encompasses aspects of the CDB that are adjusted based on the DBMS features that are applicable to the CDB. Such aspects of the CDB comprise one or more of: data stored within or the structure of the database objects stored in the pluggable databases of the CDB; the layout or content of the underlying operating system files of the CDB; the number of background processes required by the CDB; identifiers associated with the CDB; variables required for CDB functionality; initialization parameters; a character set with which data in the CDB is encoded; time zones supported by the CDB; standard database block size; tablespace settings; undo settings; services supported by the CDB; special features implemented for the CDB; database server instance cluster support for the CDB; etc.

[0142] Pluggable databases may be "plugged in" to a container database, and may be transported between database servers and/or database management systems. A database server instance plugs a pluggable database into a container database by including metadata describing the pluggable database in the database dictionary of the container database and by initiating management of the pluggable database as part of the container database. Any number of the aspects of the configuration of a container database, into which a particular pluggable database is plugged, affects the pluggable database.

[0143] When a pluggable database is moved to a destination container database from a source container database, where the destination and source container databases have the same configuration, the pluggable database need not be reconfigured prior to making the pluggable database available to operations at the destination container database. However, the source and destination container databases of a relocating pluggable database are not always configured for the same set of DBMS features. When a pluggable database is moved to a destination container database that has a different configuration than the source container database of the pluggable database, the relocated pluggable database is reconfigured to conform to the configuration of the destination container database, which allows the relocated pluggable database to be compatible with the DBMS features that are applicable to the destination container database.

13.0 HARDWARE OVERVIEW

[0144] According to one embodiment, the techniques described herein are implemented by one or more special-purpose computing devices. The special-purpose computing devices may be hard-wired to perform the techniques, or may include digital electronic devices such as one or more application-specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs) that are persistently programmed to perform the techniques, or may include one or more general purpose hardware processors programmed to perform the techniques pursuant to program instructions in firmware, memory, other storage, or a combination. Such special-purpose computing devices may also combine custom hard-wired logic, ASICs, or FPGAs with custom programming to accomplish the techniques. The special-purpose computing devices may be desktop computer systems, portable computer systems, handheld devices, networking devices or any other device that incorporates hard-wired and/or program logic to implement the techniques. [0145] For example, FIG. 10 is a block diagram that illustrates a computer system 1000 upon which an embodiment of the invention may be implemented. Computer system 1000 includes a bus 1002 or other communication mechanism for communicating information, and a hardware processor 1004 coupled with bus 1002 for processing information. Hardware processor 1004 may be, for example, a general purpose microprocessor.

[0146] Computer system 1000 also includes a main memory 1006, such as a random access memory (RAM) or other dynamic storage device, coupled to bus 1002 for storing information and instructions to be executed by processor 1004. Main memory 1006 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 1004. Such instructions, when stored in non- transitory storage media accessible to processor 1004, render computer system 1000 into a special-purpose machine that is customized to perform the operations specified in the instructions.

[0147] Computer system 1000 further includes a read only memory (ROM) 1008 or other static storage device coupled to bus 1002 for storing static information and instructions for processor 1004. A storage device 106, such as a magnetic disk or optical disk, is provided and coupled to bus 1002 for storing information and instructions.

[0148] Computer system 1000 may be coupled via bus 1002 to a display 1012, such as a cathode ray tube (CRT), for displaying information to a computer user. An input device 1014, including alphanumeric and other keys, is coupled to bus 1002 for communicating information and command selections to processor 1004. Another type of user input device is cursor control 1016, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 1004 and for controlling cursor movement on display 1012. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane.

[0149] Computer system 1000 may implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 1000 to be a special-purpose machine. According to one embodiment, the techniques herein are performed by computer system 1000 in response to processor 1004 executing one or more sequences of one or more instructions contained in main memory 1006. Such instructions may be read into main memory 1006 from another storage medium, such as storage device 106. Execution of the sequences of instructions contained in main memory 1006 causes processor 1004 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions.

[0150] The term "storage media" as used herein refers to any non-transitory media that store data and/or instructions that cause a machine to operation in a specific fashion. Such storage media may comprise non-volatile media and/or volatile media. Non-volatile media includes, for example, optical or magnetic disks, such as storage device 106. Volatile media includes dynamic memory, such as main memory 1006. Common forms of storage media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge.

[0151] Storage media is distinct from but may be used in conjunction with transmission media. Transmission media participates in transferring information between storage media. For example, transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 1002. Transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.

[0152] Various forms of media may be involved in carrying one or more sequences of one or more instructions to processor 1004 for execution. For example, the instructions may initially be carried on a magnetic disk or solid state drive of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system 1000 can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal. An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on bus 1002. Bus 1002 carries the data to main memory 1006, from which processor 1004 retrieves and executes the instructions. The instructions received by main memory 1006 may optionally be stored on storage device 106 either before or after execution by processor 1004.

[0153] Computer system 1000 also includes a communication interface 1018 coupled to bus 1002. Communication interface 1018 provides a two-way data communication coupling to a network link 1020 that is connected to a local network 1022. For example,

communication interface 1018 may be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 1018 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links may also be implemented. In any such implementation, communication interface 1018 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.

[0154] Network link 1020 typically provides data communication through one or more networks to other data devices. For example, network link 1020 may provide a connection through local network 1022 to a host computer 1024 or to data equipment operated by an Internet Service Provider (ISP) 1026. ISP 1026 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the "Internet" 1028. Local network 1022 and Internet 1028 both use electrical,

electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 1020 and through communication interface 1018, which carry the digital data to and from computer system 1000, are example forms of transmission media.

[0155] Computer system 1000 can send messages and receive data, including program code, through the network(s), network link 1020 and communication interface 1018. In the Internet example, a server 1030 might transmit a requested code for an application program through Internet 1028, ISP 1026, local network 1022 and communication interface 1018.

[0156] The received code may be executed by processor 1004 as it is received, and/or stored in storage device 106, or other non-volatile storage for later execution.

14.0 SOFTWARE OVERVIEW

[0157] FIG. 11 is a block diagram of a basic software system 1100 that may be employed for controlling the operation of computing system 1000. Software system 1100 and its components, including their connections, relationships, and functions, is meant to be exemplary only, and not meant to limit implementations of the example embodiment(s). Other software systems suitable for implementing the example embodiment(s) may have different components, including components with different connections, relationships, and functions.

[0158] Software system 1100 is provided for directing the operation of computing system 1000. Software system 1100, which may be stored in system memory (RAM) 1006 and on fixed storage (e.g., hard disk or flash memory) 106, includes a kernel or operating system (OS) 1113.

[0159] The OS 1113 manages low-level aspects of computer operation, including managing execution of processes, memory allocation, file input and output (I/O), and device I/O. One or more application programs, represented as 1102A, 1102B, 1102C ... 1102N, may be "loaded" (e.g., transferred from fixed storage 106 into memory 1006) for execution by the system 1100. The applications or other software intended for use on computer system 1000 may also be stored as a set of downloadable computer-executable instructions, for example, for downloading and installation from an Internet location (e.g., a Web server, an app store, or other online service).

[0160] Software system 1100 includes a graphical user interface (GUI) 1115, for receiving user commands and data in a graphical (e.g., "point-and-click" or "touch gesture") fashion. These inputs, in turn, may be acted upon by the system 1100 in accordance with instructions from operating system 1113 and/or application(s) 1102. The GUI 1115 also serves to display the results of operation from the OS 1113 and application(s) 1102, whereupon the user may supply additional inputs or terminate the session (e.g., log off).

[0161] OS 1113 can execute directly on the bare hardware 1120 (e.g., processor(s) 1004) of computer system 1000. Alternatively, a hypervisor or virtual machine monitor (VMM) 1130 may be interposed between the bare hardware 1120 and the OS 1113. In this configuration, VMM 1130 acts as a software "cushion" or virtualization layer between the OS 1113 and the bare hardware 1120 of the computer system 1000.

[0162] VMM 1130 instantiates and runs one or more virtual machine instances ("guest machines"). Each guest machine comprises a "guest" operating system, such as OS 1113, and one or more applications, such as application(s) 1102, designed to execute on the guest operating system. The VMM 1130 presents the guest operating systems with a virtual operating platform and manages the execution of the guest operating systems.

[0163] In some instances, the VMM 1130 may allow a guest operating system to run as if it is running on the bare hardware 1120 of computer system 1000 directly. In these instances, the same version of the guest operating system configured to execute on the bare hardware 1120 directly may also execute on VMM 1130 without modification or reconfiguration. In other words, VMM 1130 may provide full hardware and CPU virtualization to a guest operating system in some instances.

[0164] In other instances, a guest operating system may be specially designed or configured to execute on VMM 1130 for efficiency. In these instances, the guest operating system is "aware" that it executes on a virtual machine monitor. In other words, VMM 1130 may provide para-virtualization to a guest operating system in some instances.

[0165] A computer system process comprises an allotment of hardware processor time, and an allotment of memory (physical and/or virtual), the allotment of memory being for storing instructions executed by the hardware processor, for storing data generated by the hardware processor executing the instructions, and/or for storing the hardware processor state (e.g. content of registers) between allotments of the hardware processor time when the computer system process is not running. Computer system processes run under the control of an operating system, and may run under the control of other programs being executed on the computer system.

15.0 CLOUD COMPUTING

[0166] The term "cloud computing" is generally used herein to describe a computing model which enables on-demand access to a shared pool of computing resources, such as computer networks, servers, software applications, and services, and which allows for rapid provisioning and release of resources with minimal management effort or service provider interaction.

[0167] A cloud computing environment (sometimes referred to as a cloud environment, or a cloud) can be implemented in a variety of different ways to best suit different requirements. For example, in a public cloud environment, the underlying computing infrastructure is owned by an organization that makes its cloud services available to other organizations or to the general public. In contrast, a private cloud environment is generally intended solely for use by, or within, a single organization. A community cloud is intended to be shared by several organizations within a community; while a hybrid cloud comprise two or more types of cloud (e.g., private, community, or public) that are bound together by data and application portability.

[0168] Generally, a cloud computing model enables some of those responsibilities which previously may have been provided by an organization's own information technology department, to instead be delivered as service layers within a cloud environment, for use by consumers (either within or external to the organization, according to the cloud's

public/private nature). Depending on the particular implementation, the precise definition of components or features provided by or within each cloud service layer can vary, but common examples include: Software as a Service (SaaS), in which consumers use software applications that are running upon a cloud infrastructure, while a SaaS provider manages or controls the underlying cloud infrastructure and applications. Platform as a Service (PaaS), in which consumers can use software programming languages and development tools supported by a PaaS provider to develop, deploy, and otherwise control their own

applications, while the PaaS provider manages or controls other aspects of the cloud environment (i.e., everything below the run-time execution environment). Infrastructure as a Service (IaaS), in which consumers can deploy and run arbitrary software applications, and/or provision processing, storage, networks, and other fundamental computing resources, while an IaaS provider manages or controls the underlying physical cloud infrastructure (i.e., everything below the operating system layer). Database as a Service (DBaaS) in which consumers use a database server or Database Management System that is running upon a cloud infrastructure, while a DbaaS provider manages or controls the underlying cloud infrastructure and applications.

[0169] The above-described basic computer hardware and software and cloud computing environment presented for purpose of illustrating the basic underlying computer components that may be employed for implementing the example embodiment(s). The example embodiment(s), however, are not necessarily limited to any particular computing

environment or computing device configuration. Instead, the example embodiment(s) may be implemented in any type of system architecture or processing environment that one skilled in the art, in light of this disclosure, would understand as capable of supporting the features and functions of the example embodiment(s) presented herein.

[0170] In the foregoing specification, embodiments of the invention have been described with reference to numerous specific details that may vary from implementation to

implementation. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. The sole and exclusive indicator of the scope of the invention, and what is intended by the applicants to be the scope of the invention, is the literal and equivalent scope of the set of claims that issue from this application, in the specific form in which such claims issue, including any subsequent correction.