impdp in Oracle. Why it does not create users?
问题 I am newbie in oracle and I am facing troubles with impdp . I have a production server and I have created a new server for testing purposes, so I installed centos, oracle and created the database "sire" . Now I make a dump from the production server with the following command: expdp system/password@sire full=Y directory=pump_dir dumpfile=sire_dump.dmp logfile=sire.log The I come to the new server, and I execute impdp: impdp system/password@sire full=Y directory=pump_directorio dumpfile=sire