E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ORA-12838
ORA-12838
: cannot read/modify an object after modi
insert插入数据时报错:SCOTT@prod>insert /*+ append */ into scott.employee select * from scott.employee ;3584 rows created.SCOTT@prod>/insert /*+ append */ into scott.employee select * from scott.employee
jsj_007
·
2019-11-24 19:38
ora
12838
ORACLE
ORA-12838
: 无法在并行模式下修改之后读/修改对象
SQL>createtableb(object_idnumber,object_namevarchar2(200));表已创建。SQL>insert/*+append*/intobselectobject_id+4,substr(object_name,1,10)fromdba_objects;已创建75317行。SQL>insert/*+append*/intobselectobject_id+
Teresa7
·
2017-01-01 16:14
Development
ORA-12838
: cannot read/modify an object after modifying it in parallel
今天涛神说程序报
ORA-12838
错误,调出程序sql发现是一个大批量的insert,里面使用了 /*+ append */的hint,于是下面做了段模拟这个错误实验 session1
diter
·
2016-05-25 16:56
ora
orace
12838
ORA-12838
: cannot read/modify an object after modifying it in parallel
my_all_objects select * from my_all_objects; select * from my_all_objects; 以上代码引起了以下错误:
ORA
·
2015-11-12 14:57
object
insert append需要注意的一个小问题
否则会出现错误:
ORA-12838
: 无法在并行模式下修改之后读/修改对象 4. 在归档模式下,要把表设置为nologg
·
2015-10-30 13:58
insert
遇到
ORA-12838
sp2-0612错误
Tablecreated.SQL>insert/*+append*/intotselect*fromt;49183rowscreated.ExecutionPlan―――――――――――――――――――-ERROR:
ORA
a3z2008
·
2014-01-24 20:52
ORA-12838
sp2-0612
遇到
ORA-12838
sp2-0612错误
Tablecreated.SQL>insert/*+append*/intotselect*fromt;49183rowscreated.ExecutionPlan———————————————————-ERROR:
ORA
a3z2008
·
2014-01-24 20:52
ORA-12838
sp2-0612
Troubleshooting
ORA-12838
: cannot read/modify an object after modifying it in parallel
ORA-12838
:cannotread/modifyanobjectaftermodifyingitinparallelCause:Withinthesametransaction,anattemptwasmadetoaddreadormodificationstatementson
snoopy93
·
2013-05-01 20:00
oracle
parallel
ORA-12838
错误总结
ORA-12838
: cannot read/modify an object after modifying it in parallel 此错误是在调用过程中出现的。
beliveAda
·
2012-04-06 14:00
ora
oracle nologging append 注意
否则会出现错误:
ORA-12838
:无
XZC.Log
·
2010-10-28 14:00
ORA-12838
错误处理
ORACLE报出错误如下:
ORA-12838
: cannot read/
fallstar2000
·
2009-06-20 11:00
oracle
UP
ORA-12838
: cannot read/modify an object after modifying it in parallel
ORACLE报出错误如下:
ORA-12838
: cannot r
winzenghua
·
2009-06-15 16:00
oracle
C++
c
C#
UP
ORA-12838
: cannot read/modify an object after modifying it in parallel
ORACLE报出错误如下:
ORA-12838
:cannotread/modifyanobjectaftermodifying
ZengMuAnSha
·
2009-06-15 16:00
object
session
table
insert
parallel
transactions
上一页
1
下一页
按字母分类:
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
其他