当前位置:网站首页>Use @Mapper to query the partition status of oracle and report an error
Use @Mapper to query the partition status of oracle and report an error
2022-08-05 02:46:00 【CSDN Q&A】
Use @Mapper to query oracle's partition status error report
SQL statement is as follows
@Select("SELECT COUNT(*) FROM ALL_TAB_PARTITIONS WHERE TABLE_OWNER=#{tableOwner} AND TABLE_NAME=#{tableName} AND PARTITION_NAME=#{partitionName}")
Running result and error content
Then error: java.sql.SQLSyntaxErrorException: Table 'abc.ALL_TAB_PARTITIONS' doesn't exist
My solution ideas and tried methods
ABC is a schema, so confused, why is it automatically prefixed with schema??
边栏推荐
- How Jin Cang database correctness verification platform installation file
- Open Source License Description LGPL
- LeetCode uses the minimum cost to climb the stairs----dp problem
- mysql树状结构查询问题
- 【解密】OpenSea免费创造的NFT都没上链竟能出现在我的钱包里?
- ARM Mailbox
- VSCode Change Default Terminal 如何修改vscode的默认terminal
- 1873. 计算特殊奖金
- 2022-08-04:输入:去重数组arr,里面的数只包含0~9。limit,一个数字。 返回:要求比limit小的情况下,能够用arr拼出来的最大数字。 来自字节。
- [深入研究4G/5G/6G专题-51]: URLLC-16-《3GPP URLLC相关协议、规范、技术原理深度解读》-11-高可靠性技术-2-链路自适应增强(根据无线链路状态动态选择高可靠性MCS)
猜你喜欢
leetcode 15
北斗三号短报文终端露天矿山高边坡监测方案
In 2022, you still can't "low code"?Data science can also play with Low-Code!
Matlab画图3
01 [Foreword Basic Use Core Concepts]
C language diary 9 3 kinds of statements of if
The Tanabata copywriting you want has been sorted out for you!
正则表达式,匹配中间的某一段字符串
shell statement to modify txt file or sh file
select tag custom style
随机推荐
How OpenGL works
HDU 1114:Piggy-Bank ← 完全背包问题
人人都在说的数据中台,你需要关注的核心特点是什么?
Solve connect: The requested address is not valid in its context
lua learning
Snapback - same tree
Open Source License Description LGPL
627. Change of gender
线上MySQL的自增id用尽怎么办?
QT语言文件制作
【 2 】 OpenCV image processing: basic knowledge of OpenCV
View handler stepping record
mysql tree structure query problem
01 [Foreword Basic Use Core Concepts]
Multithreading (2)
语法基础(变量、输入输出、表达式与顺序语句)
nodeJs--encapsulate routing
协作D2D局部模型聚合的半分散联合学习
(十一)元类
LeetCode uses the minimum cost to climb the stairs----dp problem