Search notes:

Oracle: DBA_REWRITE_EQUIVALENCES

dba_rewrite_equivalences shows rewrite equivalences. This view comes also in the other three variants user_rewrite_equivalences, all_rewrite_equivalences and cdb_rewrite_equivalences.
select
   req.owner,
   req.name,
   req.source_stmt,
   req.destination_stmt,
   req.rewrite_mode
from
   dba_rewrite_equivalences req;

See also

data dictionary
Rewrite equivalences are managed with the PL/SQL package dbms_advanced_rewrite.

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...', 1759973566, '216.73.216.133', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/rewrite_equivalences/index(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78