Entering content frame

Background documentation Shared SQL Locate the document in its SAP Library structure

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

 

 

 

Leaving content frame