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