当前位置:网站首页>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??
边栏推荐
- 02 [Development Server Resource Module]
- 解决connect: The requested address is not valid in its context
- leetcode 15
- Likou - preorder traversal, inorder traversal, postorder traversal of binary tree
- Images using redis cache Linux master-slave synchronization server hard drive full of moved to the new directory which points to be modified
- 程序员的七夕浪漫时刻
- private封装
- DAY23: Command Execution & Code Execution Vulnerability
- Apache DolphinScheduler, a new generation of distributed workflow task scheduling platform in practice - Medium
- LeetCode uses the minimum cost to climb the stairs----dp problem
猜你喜欢

shell statement to modify txt file or sh file

Go 微服务开发框架 DMicro 的设计思路

云原生(三十二) | Kubernetes篇之平台存储系统介绍

View handler stepping record

使用二维码传输文件的小工具 - QFileTrans 1.2.0.1

VSCode Change Default Terminal how to modify the Default Terminal VSCode

VSCode Change Default Terminal 如何修改vscode的默认terminal

Apache DolphinScheduler, a new generation of distributed workflow task scheduling platform in practice - Medium

The 20th day of the special assault version of the sword offer

Matlab drawing 3
随机推荐
1873. 计算特殊奖金
QStyle platform style
开源协议说明LGPL
View handler 踩坑记录
Pisanix v0.2.0 released | Added support for dynamic read-write separation
leetcode 15
Cloud Native (32) | Introduction to Platform Storage System in Kubernetes
2022-08-04: Input: deduplicated array arr, the numbers in it only contain 0~9.limit, a number.Return: The maximum number that can be spelled out with arr if the requirement is smaller than limit.from
matlab绘制用颜色表示模值大小的箭头图
Simple description of linked list and simple implementation of code
1667. Fix names in tables
1873. The special bonus calculation
J9 Digital Currency: What is the creator economy of web3?
Matlab drawing 3
Error: Not a signal or slot declaration
select tag custom style
Data to enhance Mixup principle and code reading
DAY23:命令执行&代码执行漏洞
VSCode Change Default Terminal 如何修改vscode的默认terminal
C student management system Find student nodes based on student ID