Re: SQL Plus Command Line Parameters in 7.3.3.2

From: Dave Angalich <dangalich_at_nttc.edu>
Date: 1998/01/16
Message-ID: <34BFCC92.40EFC9C_at_nttc.edu>#1/1


Mike,

    Try this:
    sqlplus id/password _at_input file

    Your case:
    sqlplus john/doe _at_runthissql.sql

    You can enter sql statements separated by a ;     Add a quit; at the end if you want it to exit automatically.

    Hope this helps.

Dave Angalich

Mike van Thiel wrote:

> Does anyone know the SqlPlus command line parameters.
>
> I'm trying to do something like this
>
> sqlplus userid=john password=doe inputfile=runthissql.sql
>
> i.e. Trying to exeute sql from a command line without actually going
> into sqlplus.
>
> Thanks
>
> Mike.
Received on Fri Jan 16 1998 - 00:00:00 CET

Original text of this message