Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 832 Bytes

Miracle

Interactive installer for Oracle E-Business Suite custom stuff. Simple, sourcable Bash script created for fun.

Usage

Configure file paths in global variables, then source miracle.sh and let it take care of the rest. Ready-to-use template is available in template.sh.

Features

  • Sophisticated error handling
  • Logging (with log rotation)
  • Support for custom installation commands (eg. running build tools, filesystem operations)

Supported files

  • SQL Views (.sql)
  • PL/SQL Packages (.pkb, .pks)
  • Probably any other SQLplus-installable scripts
  • Oracle EBS functions (.ldt)
  • Oracle EBS concurrent programs (.ldt)
  • Oracle EBS profiles (.ldt)
  • Oracle EBS messages (.ldt)
  • Oracle Forms libraries (.pll)
  • Oracle Forms modules (.fmb)

Is it any good?

Yes