Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Importing PL/SQL code into database

Re: Importing PL/SQL code into database

From: <cccre.rcastore_at_capital.ge.com>
Date: 1997/10/14
Message-ID: <3443b474.15014701@newsrv.capital.ge.com>#1/1

On Mon, 13 Oct 1997 13:15:02 -0400, Jeffrey Rubin <jhrubin_at_saviar.com> wrote:

>I have some PL/SQL code on my hard drive that I would like to import
>into my database (also on my harddrive). I was told that can do this
>through SQLPLUS.exe, however, I am not sure of the command to grab and
>compile the code.
>
>Any help is greatly appreciated,
>
>Jeffrey Rubin
>jhrubin_at_saviar.com
>
>

at the SQL prompt, type @filename.extension. This will pull the contents of the file into SQL*Plus. Hope this helps. Received on Tue Oct 14 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US