Home > Database > Mysql Tutorial > oracle database的几个小知识点

oracle database的几个小知识点

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 15:32:56
Original
928 people have browsed it

关于trace文件中的关键字解读: ksqgtl --euqueue get lock ksqrcl --resource clean ksqgtl *** TM-00015e1b-0000000 mode=3 tm -objectid-00000000 表示表 select to_number('15e1b','xxxxxxxxxxxxxx') from dual --得到十进制的数。 --查CU锁的具体含义 s


关于trace文件中的关键字解读:
ksqgtl --euqueue get lock
ksqrcl --resource clean

ksqgtl *** TM-00015e1b-0000000 mode=3
tm -objectid-00000000
             表示表
select to_number('15e1b','xxxxxxxxxxxxxx') from dual --得到十进制的数值。


--查CU锁的具体含义
select  type, description from v$lock_type  where type='CU'


ls -lart

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template