Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle rolling back transactions

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 :: error infor in sql server 
Sql :: oracle sql date summer time 
Sql :: mysql grant execute 
Sql :: soql queries for not contact related account records in salesforce 
Sql :: tsql default value when no value returned by query 
Sql :: enable mysql remote connection to two specific ip address 
Sql :: get all databases and their tables without primary key mysql 
Sql :: sql insert multiple rows from another table 
Sql :: systemverilog unique constraint unique values 
Sql :: SQL Create Named CHECK Constraint 
Sql :: plsql function that return a table 
Sql :: change redo log file size in mysql 5.6 
Sql :: how to connect .sql data set to powerbi 
Sql :: with_for_update sqlalchemy 
Sql :: sql gap missing values 
Sql :: sql insert into only auto id 
Sql :: many to many getting data mysql 
Sql :: select nth row in mysql 
Sql :: mysql update even / odd rows 
Sql :: limiting query result using where in sql 
Sql :: mysql table inspector command line 
Sql :: Inner join steps 
Sql :: sql to linq converter online free 
Sql :: suse status MySQL 
Sql :: create api project in visual studio 2019 and sql server 
Sql :: SQL sum column resulting from query 
Sql :: select all fields from table 
Sql :: postgresql exploit 
Sql :: add two days to current date in sql when creating tables 
Sql :: cast find duration in sql 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =