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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36189, comment 5

    v1 v2  
    123123}}}
    124124
    125 2. **Switch to the second terminal tab running SQL*Plus** 
    126 {{{
    127    INSERT INTO my_table (name) VALUES ('Alice');
    128 }}}
    129 
    130 3. **Back in the first tab**
     1252. **in the first tab**
    131126{{{
    132127   SQL> INSERT INTO my_table (name) VALUES ('Bob');
     
    141136}}}
    142137
    143 4. **Then, in the second tab, but this time do not insert**
     1383. **Then, in the second tab, but this time do not insert**
    144139{{{
    145140  SQL> select my_sequence.currval;
Back to Top