51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#acl
ORA-01036: illegal variable name/number
文档解释ORA-01036:illegalvariablename/numberCause:UnabletofindbindcontextonusersideAction:Makesurethatthevariablebeingboundisinthesqlstatement.ORA-01036:illegalvari...
IT技术学习
·
2023-07-05
ORA-01036
illegal
variable
name
number
ORA-00711: new tablespace name is invalid
文档解释ORA-00711:newtablespacenameisinvalidCause:Anattempttorenameatablespacefailedbecausethenewnameisinvalid.Action:Chooseavalidnewnameandretrythecommand.这是一个ORAC...
IT技术学习
·
2023-07-05
ORA-00711
new
tablespace
name
is
ORA-01099: cannot mount database in SHARED mode if started in single process mode
文档解释ORA-01099:cannotmountdatabaseinSHAREDmodeifstartedinsingleprocessmodeCause:ObviousAction:NoneORA-01099:如果在单进程模式下启动,则不能以SHARED模式挂载数据库官方解释ORA-01099错误表明,不能以共享模...
IT技术学习
·
2023-07-05
in
mode
ORA-01099
cannot
mount
ORA-00493: GMON process terminated with error
文档解释ORA-00493:GMONprocessterminatedwitherrorCause:TheASMdiskgroupmonitorprocessdiedAction:WarmstartinstanceORA-00493的错误是指Oracle数据库的GMON进程已停止,无法将信息传递给客户应用程序而失败。官...
IT技术学习
·
2023-07-05
ORA-00493
GMON
process
terminated
with
Oralce按分隔符把一列转成多行
Oralce一般用于较大的项目或是用于某些软件的数据库承载,通常情况下,Oralce会和java搭配。最近因项目需求,需要把员工的工作组返回给前台,但是数据库是把员工的工作组Id,都存在一个字段内了(以"逗号"分隔),而这样不符合前台的需要,他们需要一行,一行的数据。如:数据库:userId,workgroup1001...
IT技术学习
·
2023-04-15
Oralce
分隔符
一列
转成
多行
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
数据
字典
Linux下Orcle数据库导入导出中文乱码解决方法
之前因为程序要搬迁,在对Oracle数据库进行导入导出操作的时候,数据表的中文注释以及存储过程和函数中的中文注释均显示乱码。让人着实痛苦。首先可以查看相关信息看看:1、客户端字符集必须与服务端字符集一直2、加载到Oracle数据库中的数据字符集必须与服务器字符集一致(例如:在不同字符集服务器之间导数据会导致中文乱码)3...
IT技术学习
·
2023-04-15
Linux
Orcle
数据库
导入
导出
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
空间
占用
数据
文件
首页
上一页
...
859
860
861
862
863
下一页
尾页
按字母分类:
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
其他