Search notes:

Oracle SQL Plan operation SEQUENCE

create sequence tq84_seq;

explain plan for
select
   tq84_seq.nextval
from
   dual;

select * from dbms_xplan.display(format=>'basic');
--
-- -------------------------------------
-- | Id  | Operation        | Name     |
-- -------------------------------------
-- |   0 | SELECT STATEMENT |          |
-- |   1 |  SEQUENCE        | TQ84_SEQ |
-- |   2 |   FAST DUAL      |          |
-- -------------------------------------

See also

sequence
Plan operations

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...', 1745572286, '3.137.161.250', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/statement/execution/plan/operations/sequence(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78