当前位置:网站首页>Oracle SQL table data loss
Oracle SQL table data loss
2022-07-03 04:50:00 【CSDN Q & A】
I used it well a few days ago ,ORACLE SQL Some tables in the suddenly run out of data , There are column names but no data .
SELECT * FROM PER_PEOPLE_V7
No error content , The running result is null
After checking the authorization and log of the table, I can't see any problems .
Take the answer :
PER_PEOPLE_V7 In fact, this can't be called a table , It is actually a view , You can view the underlying data processing statements of this view through the following statements :
select text from all_views where view_name = 'PER_PEOPLE_V7';
Statements found by query , Conduct troubleshooting , It may be the one found out sql A table in the statement has no data , Or the correlation conditions need to be optimized , The problem will be solved .
I hope I can help you .
边栏推荐
- Leetcode simple question: check whether the string is an array prefix
- Prepare for 2022 and welcome the "golden three silver four". The "summary of Android intermediate and advanced interview questions in 2022" is fresh, so that your big factory interview can go smoothly
- C primre plus Chapter 10 question 6 inverted array
- 论文阅读_中文NLP_ELECTRA
- Two drawing interfaces - 1 Matlab style interface
- Concurrent operation memory interaction
- 2022 P cylinder filling test content and P cylinder filling simulation test questions
- 2.14 summary
- [set theory] binary relationship (binary relationship notation | binary relationship from a to B | number of binary relationships | example of binary relationship)
- data2vec! New milestone of unified mode
猜你喜欢
Introduction to JVM principle
[PCL self study: filtering] introduction and use of various filters in PCL (continuously updated)
Leetcode simple question: the key with the longest key duration
[tools run SQL blind note]
Symbol of array element product of leetcode simple problem
Golang -- realize file transfer
Leetcode simple problem delete an element to strictly increment the array
Cross platform plug-in flutter for displaying local notifications_ local_ notifications
Analysis of proxy usage of ES6 new feature
《牛客刷verilog》Part II Verilog进阶挑战
随机推荐
String matching: find a substring in a string
JDBC database operation
Market status and development prospect prediction of global colorimetric cup cover industry in 2022
Market status and development prospect prediction of the global fire alarm sensor industry in 2022
The usage of micro service project swagger aggregation document shows all micro service addresses in the form of swagger grouping
Two drawing interfaces - 1 Matlab style interface
Prepare for 2022 and welcome the "golden three silver four". The "summary of Android intermediate and advanced interview questions in 2022" is fresh, so that your big factory interview can go smoothly
Php+mysql registration landing page development complete code
@RequestMapping
[PHP vulnerability weak type] basic knowledge, PHP weak equality, error reporting and bypassing
Market status and development prospect prediction of the near infrared sensor industry of the global Internet of things in 2022
First + only! Alibaba cloud's real-time computing version of Flink passed the stability test of big data products of the Institute of ICT
Learning record of arouter principle
Truncated sentences of leetcode simple questions
Summary of training competition (Lao Li's collection of questions)
Uipath practice (08) - selector
Why does I start with =1? How does this code work?
Crazy scientist
stm32逆向入门
[set theory] relational representation (relational matrix | examples of relational matrix | properties of relational matrix | operations of relational matrix | relational graph | examples of relationa