In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Two days ago, when using the oracle database and using dba to export the table structure using export table in tool in PL/SQL, the following problems occurred:
Many tables "EXP-00003 did not find the storage definition of the segment (0P0)". After looking up the relevant information and comparing the table structure, we finally found that all the tables that reported this error were empty-that is, there was no data in the table. After knowing this feature, by looking up the data, we finally found that "there is a new feature in oracle11GR2, when the table has no data, it does not allocate segment, so as to save space. There is no record, and it is caused by no allocation segment. In the final analysis, it is the cause of delayed partitioning." Why this problem arises, it is figured out, and then it will be solved.
My solution is as follows:
The result found by the sql generated by select 'alter table' | | table_name | 'allocate extent;' from user_tables where num_rows=0; is the alter statement of each table, then export all the generated sql in the form of PL/sql export csv file, then open the csv file, and copy all alter sql statements to the life window of PL/SQL for execution.
Export after execution, and the problem is solved.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.