Last active
February 8, 2018 08:24
-
-
Save fikani/24388e75af6bba3bb51e to your computer and use it in GitHub Desktop.
ORACLE 11G
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expdp \"SYS/inwaveseguros@//srvsegoda-scan:1521/ecommci AS SYSDBA\" schemas=atgcore_ci dumpfile=atgcore_ci.dmp logfile=atgcore_ci.log | |
impdp \"SYS/inwaveseguros@//srvsegoda-scan:1521/ecommci AS SYSDBA\" schemas=atgcore_ci dumpfile=atgcore_ci.dmp logfile=atgcore_ci_import.log remap_schema=atgcore_ci:atgcore_ci_test | |
ALTER USER smithj IDENTIFIED BY autumn; -- senha eh sem aspas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment