In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-10-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Example of basic operations for importing and exporting Oracle data
Data export
a. Export database orcl completely, username user password password to D:\ dc.dmp
Exp user/password@orcl file=d:\ dc.dmp full=y
Full=y stands for full library export
b. Export user1 and user2 users in the database
Exp user/password@orcl file=d:\ dc.dmp owner= (user1,user2)
Full can back up all users' database objects, including tablespaces and user information, while owner=XX can only back up specified users' objects.
c. Export table user_operator,user_id in user user
Exp user/password@orcl file=d:\ dc.dmp tables= (user_operator,user_id)
Tables=xx means backup related tables.
d. Export data by condition
Exp user/password@orcl file=d:\ dc.dmp tables= (user_id) query='where dept_id=1'
e. Export only tables, not data
Exp user/password@orcl file=d:\ dc.dmp tables= (user_id) rows=N
two。 Data import
a. Import D:\ dc.dmp into the database
Imp user/password@orcl file=d:\ dc.dmp ignore=y
Ignore=y means to ignore the error because some table already exists, and then it reports an error and does not import the table.
b. Import the table user _ id from d:\ daochu.dmp
Imp user/password@orcl file=d:\ dc.dmp tables= (user_id)
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.