Transaction Table

Transaction Table

==> Transaction Table
==> state 0 = IDLE
1 = Collecting 2 = Prepared 3 = Committed
4 = Forced Abort 5 = Forced Commit 6 = Forced Mixed
7 = try again later
9 = No TX (Committed) 10= Active local TX
==> cflags 1 = TX has started storing collecting information

2 = TX has forced the collecting information
4 = Prepared TX needs distributed recovery
10= Rollback failed on this TX - mark SMON for recover
20= TX has rolled back its updates
==> wrap# is incremented TX slot reuse.
==> uel ?
==> scn SCN for the TX prepare / commit
==> dba is DBA of HEAD of the REDO - Ie: The MOST RECENT CHANG

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9134/viewspace-166481/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/9134/viewspace-166481/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
<script> import GithubCorner from '@/components/GithubCorner' import PanelGroup from './components/PanelGroup' import LineChart from './components/LineChart' import RaddarChart from './components/RaddarChart' import PieChart from './components/PieChart' import BarChart from './components/BarChart' import TransactionTable from './components/TransactionTable' import TodoList from './components/TodoList' import BoxCard from './components/BoxCard' import SRChart from './components/SRChart' import IfComponent from './components/IfComponent.vue' const lineChartData = { newVisitis: { expectedData: [100, 120, 161, 134, 105, 160, 165], actualData: [100, 82, 91, 154, 162, 140, 145] }, messages: { expectedData: [200, 192, 120, 144, 160, 130, 140], actualData: [180, 160, 151, 106, 145, 150, 130] }, purchases: { expectedData: [80, 100, 121, 104, 105, 90, 100], actualData: [120, 90, 100, 138, 142, 130, 130] }, shoppings: { expectedData: [130, 140, 141, 142, 145, 150, 160], actualData: [120, 82, 91, 154, 162, 140, 130] } } const SRChartData = { newVisitis: { expectedData: [100, 120, 161, 134, 105], actualData: [1000, 82, 91, 154, 162] }, messages: { expectedData: [2000, 192, 120, 144, 160], actualData: [180, 160, 151, 106, 145] }, purchases: { expectedData: [80, 100, 121, 104, 105], actualData: [1200, 90, 100, 138, 142] }, shoppings: { expectedData: [130, 140, 141, 142, 145], actualData: [1200, 82, 91, 154, 162] } } export default { name: 'DashboardAdmin', components: { GithubCorner, PanelGroup, LineChart, SRChart, RaddarChart, PieChart, BarChart, TransactionTable, TodoList, BoxCard, ifComponent }, data() { return { SRChartData: SRChartData.newVisitis, lineChartData: lineChartData.newVisitis, showPanelGroup: false, ifComponent:ifCompoent, } }, methods: { handleSetSRChartData(type) { this.SRChartData = SRChartData[type], this.lineChartData = lineChartData[type] } } } </script>
06-02
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值