Changes between Version 2 and Version 3 of Ticket #36189, comment 5
- Timestamp:
- Feb 18, 2025, 12:53:29 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36189, comment 5
v2 v3 118 118 **Test Steps** 119 119 120 1. **Open the first terminal tab running SQL*Plus**120 1. **Open the first terminal tab running SQL*Plus** 121 121 {{{ 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'); 128 123 129 124 1 row created. … … 136 131 }}} 137 132 138 3. **Then, in the second tab, but this time do not insert**133 2. **Then, in the second tab, but this time do not insert** 139 134 {{{ 140 135 SQL> select my_sequence.currval;