Changes between Version 1 and Version 2 of Ticket #36189, comment 5
- Timestamp:
- Feb 18, 2025, 12:49:41 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36189, comment 5
v1 v2 123 123 }}} 124 124 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** 125 2. **in the first tab** 131 126 {{{ 132 127 SQL> INSERT INTO my_table (name) VALUES ('Bob'); … … 141 136 }}} 142 137 143 4. **Then, in the second tab, but this time do not insert**138 3. **Then, in the second tab, but this time do not insert** 144 139 {{{ 145 140 SQL> select my_sequence.currval;