Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle rolling back

SELECT CASE
           WHEN bitand(FLAG, power(2, 7)) > 0 THEN 'Rolling Back'
           ELSE 'Not Rolling Back'
       END AS "Rolling Back Status"
FROM V$TRANSACTION
WHERE ADDR IN (SELECT TADDR FROM V$SESSION WHERE USERNAME = 'USER_NAME');
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle connection 
Sql :: subconjuntos SQL 
Sql :: IN from in sql 
Sql :: mysql select bottom 10 rows 
Sql :: USING THE NOT CONDITION IN SQL 
Sql :: How to get distinct sets of rows using SQL (Oracle)? 
Sql :: calcular edad en oracle 
Sql :: pastashoppen 
Sql :: sparql year function 
Sql :: SQL server select to get sum of hours 
Sql :: sql constraint date greater than 
Sql :: generate sql trigger through ef migration 
Sql :: ring MySQL enable or disable the auto commit feature 
Sql :: repeatable read trong sql server 
Sql :: transaction and commit trong sql server 
Sql :: What is the difference between the LIKE and REGEXP operators in mysql? 
Sql :: Insert Row Providing Value Explicitly 
Sql :: pl sql trigger update sysdate 
Sql :: postgresql inline table 
Sql :: android sqlite query con join 
Sql :: get many value to 1 column sql 
Sql :: Update rows in SQL that retain the old value 
Sql :: sql alchemy escape ; in insert statement 
Sql :: connecting mySQL to STS 
Sql :: sql select upcoming birthdays 
Sql :: psql delete table 
Sql :: union and union all 
Sql :: sql select all from one table and one column from another 
Sql :: Adding a new table psql 
Sql :: stored procedure to change name of column for all dependent tables and views 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =