Re: SQL/Plus: script-problems
From: Dave Mausner <dmausner_at_brauntech>
Date: Sun, 3 Jul 1994 15:11:09 GMT
Message-ID: <1994Jul3.151109.12262_at_nntpxfer.psi.com>
Date: Sun, 3 Jul 1994 15:11:09 GMT
Message-ID: <1994Jul3.151109.12262_at_nntpxfer.psi.com>
In article <1994Jul1.111903.28744_at_newsserver.rrzn.uni-hannover.de>, gsuck_at_rvs.uni-hannover.de (Thomas Gsuck) says:
>
>Hi !
>I have a problem concerning a small sql-script.
>When typing this "thing" directly into sql/plus,
>everything works fine.
>But when trying to load with 'get "......."' and then run with 'r'
>I always get a 'missing right parenthesis'. Can YOU help me ?
the problem is that you cannot use "get" and "r" sqlplus commands when the script contains more than one sql statement... no semi-colons are allowed! the only script you can "r" is one which you "save".
-- Dave Mausner, Senior Consultant, Braun Technology Group, Chicago.Received on Sun Jul 03 1994 - 17:11:09 CEST