For how many years have you been working
with physical servers that are starving your database of the memory
necessary to deploy important new performance features such as the Result
Cache, Memoptimize Pool, In-Memory Aggregation, In-Memory Column Store, and
Full Database Caching? Too long? Contact me to learn how to improve all
queries ... not just some queries.
event.set(
p_sysevent IN VARCHAR2,
p_login_user IN VARCHAR2,
p_instance_num IN NUMBER,
p_database_name IN VARCHAR2,
p_dict_obj_type IN VARCHAR2,
p_dict_obj_owner IN VARCHAR2,
p_dict_obj_name IN VARCHAR2,
P_sql_text IN VARCHAR2);
PRAGMA SUPPLEMENTAL_LOG_DATA(set, NONE);
event.set_c(
p_sysevent IN VARCHAR2,
p_login_user IN VARCHAR2,
p_instance_num IN VARCHAR2,
p_database_name IN VARCHAR2,
p_dict_obj_type IN VARCHAR2,
p_dict_obj_owner IN VARCHAR2,
p_dict_obj_name IN VARCHAR2,
P_SQL_TEXT IN VARCHAR2);
PRAGMA SUPPLEMENTAL_LOG_DATA(set_c, NONE);