How to import dmp files in Oracle: importing dmp files in oracle
The project started to get the dmp file, and the database used 10 Gb, but it was completely unsuccessful. Later, I decided to give it a try if I wanted to export the file at 11.
If your machine is a client of
How to import dmp files in Oracle and import dmp files in Oracle
The project started to get the dmp file, and the database used 10 Gb, but it was completely unsuccessful. Later, I decided to give it a try if I wanted to export the file at 11.
If your machine is a client of
In fact, the actual import and export of Oracle Data imp/exp operations are similar to the actual Oracle data restoration and backup operations. We all know that the exp command can export relevant data from the remote Oracle database server to the local dmp file, and the imp command can import the dmp file from the local to the distant database server.
This function can be used to build two identical datab
Importing and exporting Oracle Data impexp is equivalent to restoring and backing up oracle data. The exp command can export data from a remote server to a local dmp file. The imp command can import the dmp file from the local server to a distant database server. This function can be used to build two identical databases, one for testing and the other for formal use. Execution environment: it can be execute
Importing and exporting Oracle Data imp/exp is equivalent to restoring and backing up ORACLE data. The exp command can export data from the remote database server to the local DMP file, and the IMP command can import the DMP file from the local to the distant database server. This function can be used to build two identical databases, one for testing and the other for formal use.
Execution environment: it c
table 1 in d: \ daochu. dmpImp system/manager @ TEST file = d: \ daochu. dmp tables = (table1)
The preceding import and export operations are sufficient. In many cases, you must first completely delete the table and then import it.
Note:If the operator has sufficient permissions, a prompt is displayed.Databases can be connected. You can use tnsping TEST to obtain whether the database TEST can be connected.
Appendix 1:Add data import permissions to us
Importing and exporting Oracle Data imp/exp is equivalent to restoring and backing up oracle data. The exp command can export data from the remote database server to the local dmp file, and the imp command can import the dmp file from the local to the distant database server. This function can be used to build two identical databases, one for testing and the other for formal use.Execution environment: it ca
Oracle Data Import 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 IMP commands the DMP file to be imported locally into 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 DOS
preceded by Server/bin as follows:d:\oracle\product\10.2.0\client_1\bin;d:\oracle\product\10.2.0\db_1\bin;%systemroot%\system32;%systemroot%;% Systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\v1.0\;%java_home%\binAfter modificationd:\oracle\product\10.2.0\db_1\bin;d:\oracle\product\10.2.0\client_1\bin;%systemroot%\system32;%systemroot%;% Systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\v1.0\;%java_home%\binFourth step: Reopen the Command Window (required), and
Label:Import and export of DMP files:Import and export of the whole library1. Exporting from a remote machineEXPDP Npmdb/[email protected] Schemas=npmdb directory=my_dir dumpfile=npmdb_87.dmpParameter descriptionSchemas: can be seen as the database name, directory: Dmp,log file directories, DumpFile: The exported DMP file nameNote: Creation of the Directory direc
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 nam
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
1. recently, I used Oracle many years ago to import oracle dmp files. The technology I used was nearly forgotten over time. Now I mark it here, so as not to feel helpless when you encounter the same problem again.
To import a dmp file, you need to know the user who created the dmp file. Therefore, you must first creat
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
Importing and exporting Oracle dmp files in Linux
A. Username system Password manager exported to D:/daochu. dmp
exp system/manager@SID file=d:/daochu.dmp full=y
B. Export the tables of system users and sys users in the database
exp system/manager@SID file=d:/daochu.dmp owner=(system,sys)
C. Export the inner_policy and policy_staff_relat tables in the database.
The local server does not have the Orcale database and client installed, and Plsql is not installed. Therefore the imp command of CMD cannot be used.
Install the Orcale client locally, install, configure path, and then import the DMP file with the IMP command after installation.
Install Instantclient_11_2, and unzip OK;
Install Plsql,, unzip the direct punch card Plsqldev.exe, the interface is English, can be changed to Chinese. Confi
: Sql>shutdown immediatesql>startup mountsql>alter System ENABLE RESTRICTED sessionsql>alter system SET job_Queue_processes=0sql>alter SYSTEM SET aq_tm_processes=0sql>alter database opensql>alter database CHARACTER SET ZHS16GBK ERROR at line 1 ra-12721:operation cannot execute when other sessions is activeIf the above error occurs, use the following method to modify, using Internal_use can skip the check of the superset: Sql>alter DATABASE CHARACTER SET internal_use zhs16gbksql>shutdown immedi
Fetching DMP When an application exception occurs:ADPLUS.VBS-CRASH-PN w3wp.exe-y Srv*c:\symbols*http://msdl.microsoft.com/download/symbolsAbout the W3WP process cannot fetch dump file, can refer to:Http://blogs.msdn.com/b/stuartleeks/archive/2009/07/22/adplus-windows-7-and-asp-net.aspxMake the following changes to ADPlus.vbs:If G_currentprocesses (Pcount). Name = "w3wp." EXE "Then" read the next objtextfile.atendofstream and then straux = ob
Oracle Data Import 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 IMP commands the DMP file to be imported locally into 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 DOS
The local server does not have the Orcale database and client installed, and Plsql is not installed. Therefore the imp command of CMD cannot be used.
Install the Orcale client locally, install, configure path, and then import the DMP file with the IMP command after installation.
Install Instantclient_11_2, and unzip OK;
Install Plsql,, unzip the direct punch card Plsqldev.exe, the interface is English, can be changed to Chinese. Confi
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.