Tags: table es2017 ima font View NAV Import Export GES image1. Exporting DMP Parts Command: Exp qgtg/\ "[Email protected]\" File=/usr/fuck.dmp Exp qgtg/\ "[email protected]\" File=/usr/fuck.dmp full=y, more than a full=y, pop-up dialogue output Yes The export user name is QGTG, and the password is QGTG,SID for all tables under ORCL to the USR directory of the local Linux Enter the Oracle database user name password, enter, and export successfully as
Label: Oracle data Recovery and backup with IMP/EXP equivalents for export and import data.The EXP command can transfer data server from a remote database to a local DMP file, and the IMP command can import the DMP file from a local to a distant database server. With this feature you can build two identical databases, one for testing. One for official use. operating Environment: capable of running in SQLPLU
This command is always forgotten, so I wrote it directly on my blog for future reference. Every time I use it in the province, I will check it online.
After summing up, the following command can basically solve the problem:
/Home/Oracle/product/bin/IMP username/password full = y file = backup file path ignore = yReplace the preceding Chinese characters with the values of your actual environment. remember that the path of the Oracle imp command is in/home/Oracle/product/bin, which is also the
-00008:unrecognized statement in the export file:. Importing SH ' s objects into SH. . Importing table "countries" rows importedImport terminated successfully with warnings.[Email protected] ~]$[Email protected]> Conn Sh/shConnected.[Email protected]> DESC COUNTRIESName Null? Type----------------------------------------- -------- ----------------------------country_id not NULL numberCountry_iso_code not NULL CHAR (2)Country_name not NULL VARCHAR2 (40)Country_subregion not NULL VARCHAR2 (30)count
You can import the table structure and table data of one or more database tables into the export at the same time by importing and exporting DMP files. Here's how to import and export.
First enter the command line, click Start, enter cmd:
Enter, the command line window appears:
The Import command is: IMP username/password @ NETWORK service name File=xxx.dmp full=y;
Such as:
The exported command is: Exp username/password @ NET
Tags: User name student three ways to prompt RAC DMI test NIS user1. Command line ParametersFor example: Exp scott/[email protected] tables=emp file=d:\test.dmp2. Interactive promptFor example: C:\users\administrator>exp + ENTEREnter user name, carriage returnInput password, enterEnterEnter the path of the exportEnterEnter...3. parameter fileCreate a new file Par.txtInside Input:Userid=scott/[email protected]Tables=studentFile=d:\test.dmpSaveBack to the command line: Input D: Enter, return to D
under a user:Drop User xxx cascade;Drop tablespace XXXX including CONTENTS;To create a user :Create user username identified by password;Authorized users :Grant Create session,create any table,create any view,create any index,create any procedure,create any trigger,create any Type,create any sequence,alter any table,alter any procedure,alter any trigger,alter any type, alter any sequence,drop any Table,drop any view,drop any index,drop any procedure,drop any trigger,drop any type,drop any seque
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:\tablespace\ec.dbf'size 3000M EXTENT MANAGEMENT LOCAL S
Www.cnblogs.comsongwinarticles1593087.html1.imp.exe if the environment variable is configured, you can directly use imp in cmd. If not, you need to enter oralce .. under the bin directory 2. enter the user name and password. 3. enter the import path name. expdat. dmp *. dmp input buffer size (minimum: 8192) 30
Http://www.cnblogs.com/songwin/articles/1593087.html 1.imp.exe if configured to the environment v
1. Import the DMP file and modify the tablespace
Impdp user/[email protected] dumpfile = 20140820.dmp remap_tablespace = liveoa: liveoagd full = y
Note: User/[email protected]: User Name/password @ database instance name
20140820. dmp: Path of the DMP file to be imported
Remap_tablespace = liveoa: liveoagd: liveoa
Paip. Oracle10g DMP File Import Summary
Author attilax, email: 1466519819@qq.comSource: attilax ColumnAddress: http://blog.csdn.net/attilax
The tool I used is ..Toad for Oracle version 8.6.1
DBA> data import/export> Import utility wizard. You can select the DMP file as needed, but the following message is displayed:
Right... it's actually OK... this is probably the toad bug...
Data dump import wizard,
To guide a remote server's database to another server today, colleagues have already added a regular export function to the source server, using the EXPDP exported DMP file, with the export log. log file. Therefore, to import to the target server, you must import it in IMPDP mode.
First of all, the target server must have already built database and database instances, I am here are ORCL, bfb2c/dhhzdhhz.
Secondly, send a command to import
Today, the customer gave me a table from the ORACLE11G database to export a data file to me, the file suffix is dmp file, I put DMP file into our business database error, and later on-line check is due to the Oracle database version inconsistency caused by the reasons, Our business database version is oracle10g, the other side of the database version is oracle11g, so the internet search can be done on the
Oracle data import and export imp/exp is equivalent to Oracle data restore and backup. The EXP command can export data from a remote database server to a local DMP file, and the IMP command can import the DMP file from a local to a distant database server. With this feature you can build two identical databases, one for testing and one for formal use.Execution environment: can be executed in SQLPLUS.EXE or
Label:Oracle data import and export imp/exp is equivalent to Oracle data restore and backup. The EXP command can export data from a remote database server to a local DMP file, and the IMP command can import the DMP file from a local to a distant database server. With this feature you can build two identical databases, one for testing and one for formal use.Execution environment: can be executed in SQLPLUS.E
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 MATERIALIZED VIEW N
CREATE PROCEDURE N
CR
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]
Information in this document applies to any platform.
Information in this document applies to any platform.
Objectives:
Starting from 11.1.0.6, asmcmd provides the CP command, which is
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. dmp ignore = y
The above may be a problem, because some tables already exist, and then it will report an error, the table will not be imported.
Add ignore = Y to the end.
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.