Home > database > Oracle data complete import and export
Oracle data complete import and export
Time:09-27
1 the original library is Linux + ora11g I want to do the test in local win, win7x64 + ora11g
//on Linux Su - oracle Up sqlplus'/as sysdba ' The create user test11 identified by tpass; Grant dba to test11; Exp file=/me/data/bakdb DMP full=y
Export end -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Local In the imp import times wrong, Ora is a new installation, can direct a library like MSSQL backup,
Imp file=/me/data/bakdb DMP full=y
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- An error content IMP - 00003: ORACLE error 1119 ORA - 01119: create a database file '/oradata prodb/prodb. DBF' an error occurred when IMP - 00015: because the object has been in existence, the following statement fails: ORA - 27040: file creation error, unable to create the file OSD - 04002: unable to open file O/S - Error: 3 (OS) system could not find the specified path, IMP - 00017:1119 due to ORACLE error, the following statement failure:
IMP - 00003: ORACLE error 959 ORA - 00959: a table space 'prodbc3' there is no IMP - 00017:959 due to ORACLE error, the following statement failure: ORA - 01917: user or a role 'EC_pro' there is no IMP - 00017:1917 due to ORACLE error, the following statement failure: IMP - 00003: ORACLE error 1435 ORA - 01435: the user does not exist IMP - 00000: an unsuccessful termination of import
======================== Export when I set up a new user Before the import I also set up a new user to import but you don't succeed,,,,
CodePudding user response:
Before and after using the same user? And suggest you table space cannot be created