51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#LE
LogMiner的PL/SQL包和数据字典
LogMiner的两个PL/SQL包1、dbms_logmnr_d包,这个包只包括一个用于提取数据字典信息的过程,即dbms_logmnr_d.build()过程。2、dbms_logmnr包,它有如下三个过程:add_logfile(namevarchar2,optionsnumber)-用来添加/删除用于分析的日志...
IT技术学习
·
2023-04-15
LogMiner
PL
SQL
数据
字典
ORA-12154: TNS:could not resolve the connect identifier specified
文档解释ORA-12154:TNS:couldnotresolvetheconnectidentifierspecifiedCause:Aconnectiontoadatabaseorotherservicewasrequestedusingaconnectidentifier,andtheconnectidentif...
代码星球
·
2023-07-18
ORA-12154
TNS
could
not
resolve
ORA-12571: TNS:packet writer failure
文档解释ORA-12571:TNS:packetwriterfailureCause:Anerroroccurredduringadatasend.Action:Notnormallyvisibletotheuser.Forfurtherdetails,turnontracingandreexecutetheopera...
代码星球
·
2023-07-09
ORA-12571
TNS
packet
writer
failure
undo表空间占用数据文件太大,重建undo 本文地址:undo表空间占用数据文件太大,重建undo
createundotablespaceundotbs2datafile'/u02/oradata/orcl/undotbs2.dbf'size1000mautoextendonmaxsize1000M;altersystemsetundo_tablespace=undotbs2 ...
开发笔记
·
2020-03-17
undo
空间
占用
数据
文件
首页
上一页
...
1491
1492
1493
1494
1495
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他