Advertisement
Guest User

automicsit

a guest
May 31st, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. java -Xmx2048M -cp "$ODI_CLASSPATH" at.erstegroup.smartimport.SmartImportTool \
  2. --jdbcDriver oracle.jdbc.OracleDriver \
  3. --jdbcUrl jdbc:oracle:thin:@10.193.242.63:1521:tgsl1o \
  4. --jdbcUsername POD01_ODI_REPO_MW01 \
  5. --jdbcPass odi123orchpod01 \
  6. --workRepName WPOD01 \
  7. --userName R_DEPLOYER \
  8. --odiPass Deplpodi \
  9. --importExecutables=Yes \
  10. --importPhysicalTopology=No \
  11. --importLogicalTopology=Yes \
  12. --importETL=Yes \
  13. --impFile /oracle/product/odi_importer/stage/smart_export.zip \
  14. --logFile /oracle/product/odi_importer/log/import.log \
  15. --repFile /oracle/product/odi_importer/log/report.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement