home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0000 - 0009 / ibm0000-0009 / ibm0003.tar / ibm0003 / ORACLE12.ZIP / FORMINS.BAT next >
Encoding:
DOS Batch File  |  1987-06-30  |  243 b   |  7 lines

  1. ECHO OFF
  2. echo Loading the SQL*Forms extended data dictionary.  This will take approximately
  3. echo four minutes.  Please wait...
  4. SQLPLUS -s @IADTABLE
  5. SQLPLUS -s @SETUPIAD
  6. echo SQL*Forms extended data Dictionary is successfully installed.
  7.