Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Enter value for trust:
milkyway wrote:
> Hello out there,
>
> When loading a file (i.e. just doing an insert), I get this prompt
> during the process:
>
> Enter value for trust:
> old 1: insert into XXX values ('400-00-1000', ....
> new 1: insert into XXX values ('400-00-1000', ...
>
> *BTW, these rows are not the same - the first 3 values to be inserted
> are the same though.
>
> 1 row created
>
> Why am I getting this prompt?
>
> Any help is appreciated ;-)
>
> TIA
Before you start the script type:
SQL> set define off
If it works properly than David Fitzjarrell's comments are appropriate. If not let us know.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sun Feb 20 2005 - 17:16:55 CST