当前位置:网站首页>用@Mapper查询oracle的分区情况报错
用@Mapper查询oracle的分区情况报错
2022-08-05 01:56:00 【CSDN问答】
用@Mapper查询oracle的分区情况报错
SQL语句如下
@Select("SELECT COUNT(*) FROM ALL_TAB_PARTITIONS WHERE TABLE_OWNER=#{tableOwner} AND TABLE_NAME=#{tableName} AND PARTITION_NAME=#{partitionName}")
运行结果及报错内容
然后报错:java.sql.SQLSyntaxErrorException: Table 'abc.ALL_TAB_PARTITIONS' doesn't exist
我的解答思路和尝试过的方法
ABC是schema,一脸懵,怎么就自动给带上schema前缀了??
边栏推荐
- 迁移学习——Joint Geometrical and Statistical Alignment for Visual Domain Adaptation
- ".NET IoT from scratch" series
- 习题:选择结构(一)
- Greenplum数据库故障分析——版本升级后gpstart -a为何返回失败
- HOG特征学习笔记
- Interview summary: Why do interviewers in large factories always ask about the underlying principles of Framework?
- hypervisor相关的知识点
- 意识形态的机制
- 第09章 性能分析工具的使用【2.索引及调优篇】【MySQL高级】
- [Machine Learning] 21-day Challenge Study Notes (2)
猜你喜欢
随机推荐
手把手基于YOLOv5定制实现FacePose之《YOLO结构解读、YOLO数据格式转换、YOLO过程修改》
超越YOLO5-Face | YOLO-FaceV2正式开源Trick+学术点拉满
高数_复习_第1章:函数、极限、连续
跨域解决方案
【MySQL series】- Does LIKE query start with % will make the index invalid?
JZ搜索引擎solr研究-从数据库创建索引
C language basics -- pointers
C# const readonly static 关键字区别
【Endnote】Word插入自定义形式的Endnote文献格式
IJCAI2022 | DictBert:采用对比学习的字典描述知识增强的预训练语言模型
Greenplum Database Fault Analysis - Why Does gpstart -a Return Failure After Version Upgrade?
[Machine Learning] 21-day Challenge Study Notes (2)
Log an error encountered when compiling google gn "I could not find a ".gn" file ..."
【TA-霜狼_may-《百人计划》】图形4.3 实时阴影介绍
LPQ (local phase quantization) study notes
[Unity Entry Plan] Handling of Occlusion Problems in 2D Games & Pseudo Perspective
新唐NUC980使用记录:在用户应用中使用GPIO
C语言基础知识 -- 指针
英特尔 XDC 2022 精彩回顾:共建开放生态,释放“基建”潜能
如何看待自己的羞愧感
![[GYCTF2020]EasyThinking](/img/40/973411c69d1e4766d22f6a4a7c7c01.png)







