查看oracle是否有未提交的事务
?
select * ?from v$transaction;
select SQL_TEXT from v$sql,v$transaction where LAST_ACTIVE_TIME=START_DATE;