createdSql> SELECT * from [email protected];Global_name-----------------------------------------------BttestSql>--use EXPDP to export the remote database to the local directory D:\oracle\bfzg0828.dmpC:\USERS\ADMINISTRATORGT;EXPDP Bfzg0828/[email protected] directory=dir_exp dumpfile=bfzg0828.dmp logfile= Bfzg0828.log network_link=test113--After successful export, impor
Place the DMP file of expdp from the ASM disk to the local file system.
Reference Original:
How to extract DataPump file from ASM diskgroup to local filesystem? (Docid 566941.1)
Applicable:
Oracle Database-Enterprise Edition-version 11.1.0.6 to 11.1.0.7 [release 11.1]
Infor
How to import an Oracle 11g backup dat file into a 10g database workaround: Add the target database version number after exportingExport:Execute under SQL Plus: Create or replace directory File_path as ' e:\ ';--creating Export \ Import file storage path (my is on E-drive)Ex
Oracle 11g backup file imported 10g, *. dmp file imported to 10g encountered a lot of problems
The following error occurs when I export data from 11 GB and then import the data to 10 Gb.
IMP-00010: the exported file is not valid
user session is active, Repeat steps (2) and (3 ).
2. Create the CRM_USER in the Oracle Admin Console. The user roles and permissions are set as follows.
Name CRM_USER
Profile DEFAULT
Authentication Password
Default Tablespace mirin01
Temporary Tablespace TEMP
Status UNLOCK
Default Consumer Group None
Roles
Role Admin Option Default
CONNECT N Y
DBA N Y
RESOURCE N Y
System Privileges
System Privilege Admin Option
CREATE
Do you have this kind of trouble, want to turn the company project into its own project resource pool. But the project was completely copied down to its own machine to run, found the inability to access the remote database error, in order to solve this problem, the author tried to import the remote database into the local database operation, encountered a little trouble, make a record.Import Script:--Table SpaceCREATEtablespace ecdatafile'd:\tablespac
Atitit.sql server2008 Export Import Database Large table file ...1. Files exceeding 80M are not executed in Query Analyzer 12. Oracle, MySQL large file import 12.1. Using SQL file 12.2. Using
The failure of the head verification is due to the different version number, the experiment can be modified by the following methods: Open the DMP file with the notepad++ tool, you can see the header information--texport: V11.01.00, which is the version number of the source database, is modified to the version number of the destination database, such as native 10.02.01, and the
An error occurred while importing the dmp exported from Oracle 11G to the 10g Database.(IMP-00010: Failed header verification because it is not a valid exported file) SolutionBecause the server has oracle 11 GB and oracle 10 Gb locally, the
Tags: improve local data import off use command oracl password port connectionThe company used to use DMP Operation data import and export, recently from other places people to be SQL file database files, have to learn how to import large files of SQL, good response to vario
Tags: note 2.0 + + Open Tool Export HTML also has the technologyReason:
1, the DMP file can be directly opened with notepad++ modified version number is the version number of the imported version
2, the file is too large to open, you can use the tool to modify
3, there may be a DMP
Data Import
1. Import the data in D: "daochu. dmp to the test database.
IMP system/manager @ test file = D: "daochu. dmp
IMP aichannel/aichannel @ HUST full = y file = D: "data" newsmgnt. d
Label:Recently did an export work, in the process of using Xshell, found in their own computer with the CMD command to export the DMP file, in the Xshell tool to export the times wrong.Commands executed on CMD: exp ***/*** @oracle file=d:\tbissamt.dmp tables= (tbissamt) query=\ "where trans_date> ' 20150814 ' \"Command
The dump file exported with exp needs to be imported with imp command.
Exp USER1/PASSWORD@TESTDB1 file=c:\dump\newdump.dmp rows=y
Imp user1/password@testdb2 file=c:\dump\dump1.dmp fromuser=fromuser touser=user1
The Exp method cannot export a table of 0 data.
-------------------------------------------------------------
Use SQL * Loader to import CSV file data to the Oracle data table
Use SQL * Loader to import CSV file data to the Oracle data table
Use SQL * Loader to import CSV
Label:First, SQLLDR import txt 1. Preparation a). txt file This is to be saved as unsigned UTF-8. b). Oracle Build Table 2. Write the control file Input_test.ctl LOAD DATA CHARACTERSET ' UTF8 '--Character Set settingsINFILE ' D:\input_test.txt '--The text data path to be imported, can write multipleREPLACE into table I
Assuming that the data user USER1 uses the default tablespace TS1, the user USER2 uses the default table space TS2, and now imports USER1 data into USER2, which requires tablespace TS2.
It is not possible to specify tablespace through imp command parameter tablespaces.
At this time there is a simple method, suitable for the case of relatively few data: direct use of UltraEdit DMP file, the default is 16
How to use Oracle External tables to import text file data
Recently, colleagues are busy with Data Consistency comparison. They need to compare the data in different text files. Some files are large and have many records. If they are opened in a common text editor, it is obvious that, it will be very difficult, or even cannot be opened.
Based on this, you can
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.