PINS: No. of times an item in the library cache was executed.
PINHITS: No. of times an item was executed without reloads.
The value should be greater than 95%. If less then,
- Increase the SHARED_POOL_SIZE init parameter.
- CURSOR_SHARING may need to be set to FORCE.
- SHARED_POOL_RESERVED_SIZE may be too small.
- Inefficient sharing of SQL, PLSQL or JAVA code.
- Insufficient use of bind variables.
Run hitratio scrip to get the Library hit ratio.
Thanks
No comments:
Post a Comment