Search notes:

Oracle: DBA_SQL_PROFILES

select
  name,
  category,
  created,
  last_modified,
  description,
  type,
  task_id,
  task_exec_name,
--task_obj_id,
--task_fnd_id,
--task_rec_id,
--task_con_dbid,
  sql_text,
  signature,
  status
from
  dba_sql_profiles
order by
  status,
  created desc;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/sql/profiles/show.sql

CATEGORY

category controls the scope of the SQL Profile, i. e. which user sessions can apply the profile.
By default, all profiles are created in the DEFAULT category.
So all session where the init parameter of sqltune_category is set to default can use this profile.

See also

dbms_sqltune
dba_sql_plan_baselines, dba_sql_patches
data dictionary

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758201373, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/sql/profiles/index(75): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78