Oracle External table, or back up a single table to an external file

Source: Internet
Author: User
This is an example of Tom's in-depth database architecture. He has learned how to back up a table to an external file createtablegftuserorganizationexternal (typeOracle_datapump

This is an example of Tom's in-depth database architecture. He has learned how to back up a table to an external file create table gftuserorganization external (type Oracle_datapump

This is an example of Tom's in-depth database architecture.

Back up a table to an external file

Create table gftuser
Organization external
(Type Oracle_datapump
Default directory tmp
Location ('test0801. dmp ')
)
As
Select * from all_objects


From external files to databases
Create table t
(OWNER VARCHAR2 (30 ),
OBJECT_NAME VARCHAR2 (30 ),
SUBOBJECT_NAME VARCHAR2 (30 ),
OBJECT_ID NUMBER,
DATA_OBJECT_ID NUMBER,
OBJECT_TYPE VARCHAR2 (19 ),
Created date,
LAST_DDL_TIME DATE,
TIMESTAMP VARCHAR2 (19 ),
STATUS VARCHAR2 (7 ),
TEMPORARY VARCHAR2 (1 ),
GENERATED VARCHAR2 (1 ),
SECONDARY VARCHAR2 (1)
)
Organization external
(Type oracle_datapump
Default directory TMP
Location ('test0801. dmp ')
)

,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.