Recently a lot of small series asked that ghost Win7 system occurred blue screen can not open DMP file, how to do? DMP is a system error generated files, when the computer occurs blue screen, the computer will generate a blue screen error dmp files and blue screen pictures,
Tags: manager Oracle space nameFirst ask the table space name and size of the other database, then create the appropriate tablespace in your Oracle, and finally use the command to import and export the data.Add:1. To create a new database;Oracle data import and export imp/exp is equivalent to Oracle data restore and backup. The EXP command can beTo export data from the remote database server to a local DMP file
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
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. remembe
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 exp
local;
Description
1) zd_temp temp Table space Name2)/u01/app/oralce/oradata/orcl/the place where the database files are stored, usually after the database is installed, there are control files, data files and log files in the folder, plus the name of the table space to create +DBF (data file)3) Initial size of 1024m table space4) Auto-grow size of 100m table space5) Maximum size of 10240m table space
2. Create a
protected]File=d:\daochu.dmp owner= (System,sys)3 Exporting Tables Table1, table2 in the databaseExp system/[email protected]File=d:\daochu.dmp tables= (Table1,table2)4 Export the field filed1 in table table1 in the database with data beginning with "00"Exp system/[email protected]File=d:\daochu.dmp tables= (table1) query=\ "where filed1 like ' 0% ' \"The above
Dmp File Import and Export Steps
-- The path of the datafile is provided at will, but the subsequent file name is dbf
LOGGING
DATAFILE 'd: \ OracleDateFile \ DTBS. dbf'
SIZE 32 M
AUTOEXTEND ON
NEXT 32 m maxsize 2048 M
Extent management local;
-- Create a user and specify a tablespace
Create user test identified by "123456" default tablespace DTBS;
Tags: ACL base plsql Lin BSP Create user-built table file upload sqlFirst, if there is plsql can be in the tool-Import table--oracle Import-Add executable file can be imported.Second, using WINSP to upload the dmp file to Linux, the Linux Command window switch to the Oracle user, enter SQL Plus, you can choose to creat
Orcale is already installed in the front, now import the database and start using it.The steps are as follows:
Set table Space Auto-expansion
Login with system as SYSDBA login password is empty650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M00/95/00/wKiom1kQgxKCLQi-AAAimtJH7RY244.png-wh_500x0-wm_ 3-wmp_4-s_1287558486.png "width=" "height=" 354 "alt=" Wkiom1kqgxkclqi-aaaimtjh7ry244.png-wh_50 "/>
Query the physical path of the data
Original works, from the "Blue Blog" blog. Welcome reprint, please be sure to indicate the source when reproduced. Otherwise be held responsible for copyright law.Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/40152785Today's developers are encountering problems with dmp files that cannot be imported:Description of the problem:The dmp file expor
Oracle Database EXP Export DMP file corrupt existence bad block/corruption skip DMP bad block by CPFL tool importIn some cases, it is known that data can be recovered from a table of damaged DMP files through Dul, but there are many problems with this method, especially for many data types, such as Lob,long raw type, e
The Import Statement is imp sys/Sakura file = A. DMP, And the ORA-28009 connection to SYS shocould be as sysdba or sysoper error is returned.
Solution:
(1) set the parameter o7_dictionary_accessibility = true.
This parameter defaults to true before 9i, but is false from 9i. If you do not change this parameter, use connect sys/password @ connectstring directly, and the following error is reported:ORA-2800
Tags: Oracle modified version imp-00010 is not a valid export fileIn summary, it is toss.1, 11G of Oracle Backup (originally did not know), to the 10G of Oracle Recovery, recovery when the tip is incorrect, so the long revision of the version number began.2, because the backup is very big, start with UE and so on to try, long wait after the card dead + disk space is insufficient.3, then began to find the file segmentation tool, found the tool. The res
;
The last line of command may not work, but it does not matter, the previous line has been executed.
9, SHUTDOWN IMMEDIATE;
10, STARTUP
The character set is set to complete. Can mount Pl/sql execute this query statement select USERENV (' language ') Nls_lang from dual;
has been correctly modified to simplified. Chinese_china. ZHS16GBK.
11. Import the DMP file (imp a/a@127.0.0.1/xe
Oracle Import and Export DMP file:Open the Cmd window and, under the cmd window, enter the following corresponding commands as required by your individual:1. IMP username/password @ NETWORK SERVICE name file=xxx.dmp fromuser=xxx touser=xxx;//Import dmp File2. IMP username/password @ NETWORK SERVICE name file=xxx.dmp fu
I. Database DMP file ExportUnder the PL/SQL tool, select Export Tales, select all tables, and select the exported path.Second, database DMP file ImportCreate user table space;Create User: Grant DBA to AML;Execute Import Script: (premise: Windows Server has created TNS connected to database)IMP username/password @tns us
Step1, first know that you want to import the DMP files in the database (such as AA.DMP) is that version of the export (export imported version to be consistent, of course, 11g files can export 10g dmp files).
Step2, in the Sqlplus command box with SYSDBA Administrator login, connect Sys/password as SYSDBA;
Step3, create large data table space created tablespace mytable datafile ' e:\mytables1.dbf ' size 20
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.