Changes between Version 2 and Version 3 of Ticket #36189, comment 5


Ignore:
Timestamp:
Feb 18, 2025, 12:53:29 PM (4 days ago)
Author:
Yeongbae Jeon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36189, comment 5

    v2 v3  
    118118**Test Steps** 
    119119
    120 1. **Open the first terminal tab running SQL*Plus** 
     1201.  **Open the first terminal tab running SQL*Plus** 
    121121{{{
    122    INSERT INTO my_table (name) VALUES ('Alice');
    123 }}}
    124 
    125 2. **in the first tab**
    126 {{{
    127    SQL> INSERT INTO my_table (name) VALUES ('Bob');
     122   SQL> INSERT INTO my_table (name) VALUES ('Alice');
    128123
    129124   1 row created.
     
    136131}}}
    137132
    138 3. **Then, in the second tab, but this time do not insert**
     1332. **Then, in the second tab, but this time do not insert**
    139134{{{
    140135  SQL> select my_sequence.currval;
Back to Top