The color, symbolizes the sun, the eternal source of energy. It spreads warmth, optimism, enlightenment. It is the liturgical color of deity Saraswati - the goddess of knowledge.
The shape, neither a perfect circle nor a perfect square, gives freedom from any fixed pattern of thoughts just like the mind and creativity of a child. It reflects eternal whole, infinity, unity, integrity & harmony.
The ' child' within, reflects our child centric philosophy; the universal expression to evolve and expand but keeping a child’s interests and wellbeing at the central place.
The name, "Maa Sharda;" is a mother with divinity, simplicity, purity, enlightenment and healing touch, accommodating all her children indifferently. This venture itself is an offering to her........
CREATE OR REPLACE PACKAGE types AS TYPE cursor_type IS REF CURSOR; END Types; / 11g Updates. SGA_MAX_SIZE. alter system set open_cursors=1500 scope=both; alter system set processes=3000 scope=spfile; alter system set undo_retention=10800 scope=both; alter system set max_shared . How to fix 'ORA-01000 maximum open cursors exceeded' issue in Oracle ... The set of rows the cursor holds is referred to as the active set. It is recommended that the following parameter values be used when creating a geodatabase in Oracle. Until this release 12.1.0.2, there are 185 init parameters that can be modified at PDB level. Open cursors take up space in the shared pool, in the library cache. So many queries fired to use the dblink and at that time we found below error: "ORA-02020: too many database links in use ". Therefore, if you change the value of PROCESSES, you should . SESSION_CACHED_CURSORS Vs CURSOR_SPACE_FOR_TIME - WordPress.com In the execution section, we perform the following: First, reset credit limits of all customers to zero using an UPDATE statement. Performance Comparisons — Oracle SQL & PL/SQL Optimization for ... The time it was asleep is the wait time for "latch free.". The OPEN command tells Oracle to reserve memory that will need to be used by the SELECT statement. Check the value of Open Cursors parameter. Depending on the source of the material, you may still see the product described as Grid Control. Session Cached Cursor tuning in Oracle - Smart way of Technology i did read from some site saying increase the size of open_cursors in Init.Ora File , there was no open_cursors in the Init.Ora File .