51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#accessed
ORA-29520: name string resolved to a class in schema string that could not be accessed
文档解释ORA-29520:namestringresolvedtoaclassinschemastringthatcouldnotbeaccessedCause:Anattempttoaccessareferencedclassfailed.Action:Adjustauthorizationsornameresol...
IT技术学习
·
2025-02-12
string
ORA-29520
name
resolved
to
ORA-22619: all collection elements have already been accessed
文档解释ORA-22619:allcollectionelementshavealreadybeenaccessedCause:AccessingacollectionelementafterallthecollectionelementsarealreadyaccessedAction:Thisfunctionsho...
IT技术学习
·
2025-02-09
ORA-22619
all
collection
elements
have
ORA-38761: redo log sequence string in thread string, incarnation string could not be accessed
文档解释ORA-38761:redologsequencestringinthreadstring,incarnationstringcouldnotbeaccessedCause:AredologneededfortherecoveryportionofFLASHBACKcouldnotbereadoropened....
IT技术学习
·
2025-02-06
string
ORA-38761
redo
log
sequence
ORA-02336: column attribute cannot be accessed
文档解释ORA-02336:columnattributecannotbeaccessedCause:Anattemptwasmadetoextractanattributeofanobjecttypecolumn.Action:Changetheobjecttypeforthecolumnandretrytheope...
IT技术学习
·
2025-02-01
ORA-02336
column
attribute
cannot
be
ORA-01135: file string accessed for DML/query is offline
文档解释ORA-01135:filestringaccessedforDML/queryisofflineCause:AttemptedtoaccessadatafilethatisofflineAction:BringthedatafilebackonlineORA-01135:filestringaccessedf...
IT技术学习
·
2025-01-28
ORA-01135
file
string
accessed
for
accessed stale Global 0xcbc5f38a,JNI DETECTED ERROR IN APPLICATION: use of deleted global reference 0xcbc5f38a低级错误记录
一段时间不接触了jni开发了,jni里的方法返回jstring,就直接返回了诸如"success"之前的字符串,导致一直报这个错,正确的做法是:jstring的类型需要返回(*env)->NewStringUTF(env,"success")也就是说出现这个问题,原因就是jni作为中间层和java、c层的数据类型...
代码星球
·
2021-02-22
0xcbc5f38a
accessed
stale
Global
JNI
按字母分类:
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
其他