Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 349 Bytes

eBS scripts

Are useful Oracle e-Business Suite scripts for developers, maintainers and advanced users.

Usage

Scripts are designed to be executed from the APPS user.

Execute scripts from sqlplus with:

sqlplus -s <user>/<passwd>@<SID> @<script_name>

or SQLDeveloper and similar applications by executing scripts within them.