The database system can use shared SQL to avoid multiple parsing and multiple storage of parse information (such as execution plans and descriptions of result sets).
When shared SQL is activated, all parsed SQL statements and related information are stored in a global cache shared by all users, and can be used again if necessary.
You can activate shared SQL with the database parameter SHARED_SQL.
See also:
Concepts of the Database System, Special Database Parameters