Search notes:

Oracle: X$KXSCC

select
   scc.inst_id,
   scc.kxscccur           curno,
   scc.kxscccfl           flag,
   decode(scc.kxsccsta,
     0, 'CURNULL',
     1, 'CURSYNTAX',
     2, 'CURPARSE',
     3, 'CURBOUND',
     4, 'CURFETCH',
     5, 'CURROW',
        'ERROR'
   )                      status        ,
   obp.kglobt03           sql_id        ,
   --
   obp.kglnatim                                     first_load_time_par,
   obp.kgloblct                                     locked_total_par,
-- obp.kglobt04           fetches_par,
-- obp.kglobt05           executions_par,
-- obp.kglobts4           parsing_schema_name_par,
   --
   obc.kglnatim                                     first_load_time_chl,
   obc.kgloblct                                     locked_total_chl,
   obc.kglobt04           fetches_chl,
   obc.kglobt05           executions_chl,
   obc.kglobts4           parsing_schema_name_chl,
   --
-- scc.kxsccphd           parent_handle ,
   obp.kglfnobj           sql_full_text ,
   scc.kxsccplk           parent_lock   ,
   scc.kxsccclk           child_lock    ,
   scc.kxscccpn           child_pin     ,
   scc.kxscctbm           pers_heap_mem ,
   scc.kxscctwm           work_heap_mem ,
   scc.kxscctbv           bind_vars     ,
   scc.kxscctdv           define_vars   ,
   scc.kxsccbdf           bind_mem_loc  ,
   scc.kxsccflg           inst_flag     ,
   scc.kxsccfl2           inst_flag2    ,
   scc.kxsccchd           child_handle  ,
   scc.con_id             con_id        ,
   --
   scc.addr,
   scc.indx
from
   x$kxscc scc                                     left join
   x$kglob obp on scc.kxsccphd = obp.kglhdadr      left join
   x$kglob obc on scc.kxsccchd = obc.kglhdadr

kxsccsta

The column kxsccsta exposes the status (or phase) of the execution of an SQL statement.

See also

fixed tables

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...', 1758198906, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/architecture/instance/fixed-tables/k/x/s/cc/index(87): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78