Context: When Oracle database receives a SQL statement for execution, it checks if there is already a execution plan stored in the shared pool area. If it finds one, it will use it. This is called a library cache hit, or a soft parse. If it does not find one, it will create it. This