home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / oracle / 2771 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.8 KB

  1. Path: sparky!uunet!hayes!fgreene
  2. From: fgreene@hayes.com
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: Copy objects in Oracle froms 3.0
  5. Message-ID: <6644.2b527926@hayes.com>
  6. Date: 12 Jan 93 07:54:13 EDT
  7. References: <ncronin.726772229@unix1.tcd.ie>
  8. Organization: Hayes Microcomputer Products, Norcross, GA
  9. Lines: 25
  10.  
  11. In article <ncronin.726772229@unix1.tcd.ie>, ncronin@unix1.tcd.ie (noel cronin) writes:
  12. >     Can anybody enlighten me with regard to copying Oracle objects?
  13. >      When I load a form (using .inp file only) and try to copy an
  14. > object such as a trigger from another .inp file, SQL*forms tells me that the
  15. > object was not found. We need to copy blocks/triggers etc. Has anybody
  16. > had problems doing this ?
  17. >     Noel Cronin (ncronin@unix1.tcd.ie)
  18. >  
  19. When Oracle copies a trigger / procedure from another form into your current
  20. form, it doesn't use the .INP file.  It goes to the SAVEd copy of the source
  21. INP file.  You need to load the source file and then SAVE it.  After that,
  22. your copy should operate correctly.
  23.  
  24.  ----------------------------------------------------------------------------
  25.  |      Frank Greene                  |          //////  //////             |
  26.  |      DELPHI SYSTEMS, Inc.          |           ////    ////              |
  27.  |      Telephone [615] 458-6032      |          ////    ////  //////       |
  28.  |      Compuserve 74200,427          |         ////    ////    ////        |
  29.  |      324 Ootsima Way               |        ////    ////    ////         |
  30.  |      Loudon, TN 37774              |       //////  //////  //////        |
  31.  ----------------------------------------------------------------------------
  32.  |         Of course, any opinions or suggestions are strictly my own       |
  33.  ----------------------------------------------------------------------------
  34.  
  35.