分享我個人ORACLE SQL語法學習經驗
SET TRANSACTION NAME string;
string:交易名稱
設定交易名稱為hello
set transaction name 'hello';