Trouble Shooting of Oracle

Trouble Shooting of Oracle
In summary, you should avoid soft and hard parses as
much as possible because they inhibit the scalability of applications.

The result of a parse operation is a parent cursor and a child cursor stored in the library cache.

The key information related to a parent cursor is the text of a SQL statement.

Therefore,
several SQL statements share the same parent cursor if their text is exactly the same

你可能感兴趣的:(Trouble Shooting of Oracle)