DPM backup: imp/exp with system/password

Hello

I export the database as:

exp system/passwd owner=mi file=/var/Downloads/dmp/MI61015.dmp log=/var/Downloads/dmp/MI61015.log statistics=none

Import database as:

imp system/passwd fromuser=mi touser=mi file=/var/Downloads/dmp/MI61015.dmp log=/dmp/MI61015.log

Question-1: An oracle expert says that's not good. Why?

Question-2: If I do not write in the command export statistics = none then its display of warnings. Why should I use it?

Thanks to anitcipation

Hi H. Christy

As you mentioned in the previous post, your database schema source GSW has segments in the following storage spaces;

SQL > select tablespace_name distinct from dba_segments where owner = 'GSW ';

TABLESPACE_NAME

------------------------------

USERS

SYSTEM

When you import, you specify:

REMAP_TABLESPACE = SYSTEM: GSW

But the import process fails with:

ORA-39083: TABLE object type: 'GSW '. "' REPORTS ' unable to create with the error:

ORA-00959: tablespace 'GSW' does not exist

Above means GSW tablespace must be created in the target database because you specify that all segments of the SYSTEM tablespace must be redirected (created) in tablespace GSW.

Also, you must rewrite your import like this command:

Impdp gsw/pass remap_tablespace = SYSTEM: GSW remap_tablespace = the rΘpertoire of USERS: GSW dumpfile = gsw.dmp = dmpdir

Then, you must restart all import process in the target database:

SQL> CREATE TABLESPACE gsw .......

SQL> drop user gsw cascade;
SQL> create user gsw identified by pass;
SQL> grant connect, resource to gsw;
SQL> grant read, write on directory dmpdir to gsw;
SQL> grant create database link to gsw;

impdp gsw/pass remap_tablespace=SYSTEM:GSW remap_tablespace=USERS:GSW dumpfile=gsw.dmp directory=dmpdir

Kind regards

Juan M

Tags: Database

Similar Questions

  • I HAVE COMPAQ MINI 110 HAVE A PROBLEM WITH THE PASSWORD OF PIOS. SYSTEM HAULT CODE IS; CNU9243TDY

    I HAVE COMPAQ MINI 110 HAVE A PROBLEM WITH THE PASSWORD OF PIOS.

    SYSTEM HAULT CODE IS; CNU9243TDY

    ways to help

    Hello

    Try to enter: e9lo7vfati (3rd character is a lowercase L)

    Kind regards

    DP - K

  • HP635: How to unlock Bios password with system hp635 code 28601104

    How to unlock hp635 Bios password with system code 28601104

    @sandow

    Enter 37769120

    Kind regards

    DP - K

  • I have a xp system and my friend installed with a password, I can't reach him is there anyway I can get past this issue?

    original title: password, logon problem

    I have a xp system and my friend installed with a password, I can't reach him is there anyway I can get past this issue? I can't even logon to my computer.

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the sticky below.
  • I am an administrator with a password but win 7 refuses to perform a file saying I don't have permission, I have to do something more to be recognized by the system as admin__

    I am an administrator with a password but win 7 refuses to perform a file saying I don't have permission, I have to do something more to be recognized by the system as admin?

    rtzill,

    To activate the full administrative privileges with a normal Windows 7 user account:

    Open an administrative command prompt (right click; Run as administrator)
    Type "net user administrator activate: 'Yes and press ENTER."

    That should help him.

    Kwame Danquah Jr. V.P. [InfoTech - Infrastructure, comm., & security] | Bison MicroSystems Limited | #1 4th link Samoa | CF Estates | Box a 12685 | Accra - Ghana. | www.bisonmicrosystems.NET | InfoTech solutions |

  • imp exp/full FUL grant allows select u / drop all tables... How to avoid this?

    Hi all

    We do nightly exp as our backup for certain pattern... and shell script we used the password hardcoded in the script system and we want to avoid this... so I try to create another user who can make exp/IMP... and what's my user statement like... to give full grant create imp exp/full...

    CREATE test USER
    IDENTIFIED BY THE VALUES OF 'PASS '.
    DEFAULT TABLESPACE USERS
    TEMPORARY TEMP TABLESPACE
    DEFAULT PROFILE
    RELEASE OF ACCOUNT;
    -3 roles for test
    GRANT IMP_FULL_DATABASE TO test.
    GRANT CONNECT TO test;
    GRANT permission TO test;
    Test of ALTER USER DEFAULT ROLE;
    -1 privilege system for test
    GRANT UNLIMITED TABLESPACE TO test;

    but now, here's the thing... This test user is able to query every single table in any schema... or drop something... . How can I stop that...

    all I want to do for test user is exp/imp and nothing else... the user can select on any table but cannot modify or drop whatever it is... what according to give for it? some exp/IMP...

    If not, how can I avoid hard codding the password in my shell script? Can I have one parfile but then again who will need to have the password... and we try to avoid that...

    Anyone (with the appropriate privileges) can import the dump file later. You wouldn't need the TEST user to be able to import the file. If the only thing that the TEST user generates a FULL dump file = a, then the user would only need permission privileges. If the user does not have a full export because you're that concerned about a few diagrams, the user didn't even need permission privileges.

    Justin

  • AT300-101 - How to make a backup of the operating system?

    Hello

    I'm pulling out my hair! I send you my tablet from toshiba AT300-101 away tomorrow to have the battery changed but realized barely booking email repair said I need to make a backup of the operating system / replacement recovery media. After fishing trawl of the web, trying to figure out how do it, I'm still stuck. can someone help me with this please. It would be a great help.

    Thank you.
    Kate

    Hello

    There are different ways to save the date of the android device.
    You can use some 3rd party backup applications (check the Google game store for available applications), or you can use the internal Android option to save the data, application, Wifi passwords and other settings to google's servers.

    This option can be found in Apps App-> settings-> & backup restore

  • exp.exe System/pass@xe_345 does not have the name of the service as input

    Please suggest,


    can be used below command name service
    exp.exe System/pass@xe_345 does not have the name of the service as input

    What is the problem with the command below
    C:\oraclexe>exp.exe system/pass@XE file=hr.dmp log=hr.log consistent=y owner=hr
    
    Export: Release 10.2.0.1.0 - Production on Wed May 12 16:16:28 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    EXP-00056: ORACLE error 12541 encountered
    ORA-12541: TNS:no listener
    EXP-00000: Export terminated unsuccessfully
    
    C:\oraclexe>exp.exe system/pass file=hr.dmp log=hr.log consistent=y owner=hr
    
    Export: Release 10.2.0.1.0 - Production on Wed May 12 16:16:56 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Productio
    n
    Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
    
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user HR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user HR
    About to export HR's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export HR's tables via Conventional Path ...
    . . exporting table                      COUNTRIES         25 rows exported
    . . exporting table                    DEPARTMENTS         27 rows exported
    . . exporting table                      EMPLOYEES        107 rows exported
    . . exporting table                           JOBS         19 rows exported
    . . exporting table                    JOB_HISTORY         10 rows exported
    . . exporting table                      LOCATIONS         23 rows exported
    . . exporting table                        REGIONS          4 rows exported
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    
    
    
    ^C
    C:\oraclexe>
    C:\oraclexe>
    C:\oraclexe>
    C:\oraclexe>
    C:\oraclexe>
    C:\oraclexe>exp.exe system/pass@xe_345 file=hr.dmp log=hr.log consistent=y owner
    =hr
    
    Export: Release 10.2.0.1.0 - Production on Wed May 12 16:18:27 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    EXP-00056: ORACLE error 12541 encountered
    ORA-12541: TNS:no listener
    EXP-00000: Export terminated unsuccessfully
    
    C:\oraclexe>lsnrctl status listener
    
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 12-MAY-2010 16:18
    :39
    
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date                06-MAY-2010 15:32:57
    Uptime                    6 days 0 hr. 45 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File         C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=suvarna)(PORT=1521)))
    Services Summary...
    Service "ORCL" has 2 instance(s).
      Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
      Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    
    C:\oraclexe>tnsping XE_345
    
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 12-MAY-2
    010 16:19:18
    
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    
    Used parameter files:
    C:\OraHome_1\network\admin\sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = suvarna)
    (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (30 msec)
    
    C:\oraclexe>exp.exe system/pass@xe_345 file=hr.dmp log=hr.log consistent=y owner
    =hr
    
    Export: Release 10.2.0.1.0 - Production on Wed May 12 16:19:37 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    
    EXP-00056: ORACLE error 12541 encountered
    ORA-12541: TNS:no listener
    EXP-00000: Export terminated unsuccessfully
    
    C:\oraclexe>

    Seems you have the strategy (profile) password for the user of the SYSTEM, but it cannot be reason of errors like ' no. LISTENER '

    Question:

    change the unlock SYSTEM user account;

    Published by: Teymur Hajiyev 12 May 2010 16:15

    adding text "BOLD"

  • That the restoration of a backup time machine, a previous password change?

    That the restoration of a backup time machine, a previous password change?

    It could, if the last backup was performed before the change of password, and she understood this password file.

    But if you are missing a password, see this article on the search for your password with the keychain:

    Cess.html http://www.Macworld.com/article/2013756/How-to-Manage-passwords-with-keychain-AC

    The fact that Time Machine does not have backed up prior to the change, or discarded a way to backup older you may have missed an opportunity to save, if you have changed it.

  • HP 255 G3: I can not enter Setup with administrator password

    I can't get into Setup with administrator password

    When I go into Setup it gives to enter the administrator password. (I forget)

    HP 255 g3

    System disabled: 67365449

    @taoufik

    When asked for the password enter 78043489

    REO

  • Change password with the password token does not work

    My mother lost her password. So, we asked an e-mail with a password token and clicked on the link in the mail. Responses from the site sorry this token of password is not recognized, please try retyping or get password another token. Then we have copied and pasted the token giving the same result.

    We did this three days after another. So every day we ask you an email with a password token, and every day the site said us sorry this token of password is not recognized, please try retyping or get password another token.

    The system of resetting password with a token does not, at least not in the Netherlands. Does anyone have an idea how to solve this problem?

    Sorry, but the mentioned page asks you to connect with your name Skype and password, so that we cannot further. My mother has a balance of Skype credit that she doesn't use anymore.

    What is the problem with the password reset procedure?

    OK, after a very good conversation with Cherry B we discovered that the account is a Windows Live account, then we should change the password in Windows Live. The password reset procedure could mention this...

  • Can I delete the iTunes backup and get the new password?

    Got a new 6s and unable to remember the password backup in iTunes to restore. I can delete that backup, backup my 5s with a new password, and then restore it to my 6?

    Thanks, Taryn

    N ° you have to remove the back upward and restore the unit like new.

    On safeguards encrypted in iTunes - Apple Support

  • System backup Image against the system recovery disks

    Hello

    I'm new to the system recovery things and I have a question...

    I just bought a new computer laptop m7-1015dx of Pavilion and need to do system recovery discs... (which I realize restore laptop to factory default)... BTW, I have already created the system repair disc.

    However, I read an article on creating a system backup Image allowing you to recovery if lost EVERYTHING, all your installed programs, etc.

    First Question:

    Can someone tell me if I do the backup IMAGE of the system...

    Do I still need to create recovery disk (mfg default) system also?

    The second Question:

    If I create system recovery disks can I still this Recovery Partition?

    I am really really wanting to partition my C:\ drive... it is huge

    In addition, I hate to see storage folders involved in system folders...

    Currently using a symbol/character to separate them.

    From now on, I can't partition the C:\drive all partitions are used as... Max is 4

    and I have 4... C:\drive, System Partition, Partition HPTools and recovery Partition.

    Any help or assistance would be appreciated.

    Thanks for the research.

    Best regards, Jenn

    Hi, Jenn:

    I'd certainly recovery disks because in the case of a hard drive failure, a recovery partition is unnecessary because it would be on the failed drive.

    Recovery disks will do the same as a recovery partition. Reinstall the operating system and programs supplied with your laptop.

    I have also copy off the coast of the C:\drive SWSetup folder and store it on a portable hard drive that contains all files Installer provided with your PC (except MS Office 2010 Starter).

    You can also make your own Windows 7 installation disc and have a nice bloatware without installing windows, and then install only the programs you want from the SWSetup folder.

    Here's how:

    If you can read the Microsoft windows 7 25-character product key, you can download simple Windows 7 ISO files to burn on a DVD for the version of windows that is installed on your PC, and which is listed on the Microsoft COA sticker on your PC case.

    Burn the ISO with the option to burn the ISO on your DVD burning program and burn it at the slowest possible speed that will allow your program. This will create a bootable DVD.

    Or use the installation of Windows 7 USB/DVD tool to compile the ISO file that you download from Digital River. Link and instructions below. You need a 4 GB flash drive to use the USB compilation method.

    http://www.microsoftstore.com/store/msstore/HTML/pbPage.Help_Win7_usbdvd_dwnTool

    Use 25 characters on the PC product key to activate the installation.

    The key will activate a 32 or 64 bit installation.

    Then go to the support of the PC and driver page to install the drivers you need.

    Link to downloads ISO of W7 is below.

    http://www.mydigitallife.info/official-Windows-7-SP1-ISO-from-Digital-River/

    You can get rid of all the partitions you want to if you plan to use recovery or disc of Windows 7 installation method that I posted above.

    I write my product key and store them somewhere for more security that many people report that it fades if you keep the laptop on your lap a lot, and then you wouldn't be able to use the alternative method to install W7.

    Paul

  • I have a problem with my password for my MSN account.

    I'm having a problem with my password for Windows Live.  It does not recognize the sensitive passwords case.  I asked cela before and you refered me to Windows Live.  And I give them credit.  They tried several times to fix my problem and failed.  Then they refered back me to you.  And guess what, you refered me to Windows Live.  I'm stuck in limbo between you two.  CAN SOMEONE HELP ME WITH MY PROBLEM PLEASE?  PLEASE...  PRETTY PLEASE...

    This is a forum for issues relating to security, privacy and user for the Windows XP operating system accounts.

    Post Windows Live questions in the appropriate forum found here:
    http://windowslivehelp.com/

  • I have a problem with the password admin on XP/SPe

    When the computer that I use now was bought a few years ago for my husband, he created an administrator with a password account. He did not have a password reset disk that I can find (he died a few years ago) and its index for the password means nothing to me. I know that I can reinstall the sys op but who loses a lot of put the info that I don't know and would not be able to restore.

    I guess I have two questions:

    1. is it possible, other than of the reinstall, to pass the admin password so that I can connect to the admin account?

    2. If I export my settings to transfer them to my new computer Win7, with the admin password transfer to the new system?

    Unfortunately, the only way to change the password for the admin on a computer is with specialized programs that are generally not available. If someone you know IT, they are able to help you.

    Are you using another user account and just have not tried the admin account in the last couple years?

Maybe you are looking for