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: SQLPLUS input truncated error

Re: SQLPLUS input truncated error

From: Paul Q <paulq_at_home.com>
Date: Mon, 25 Oct 1999 22:37:36 GMT
Message-ID: <QY4R3.14331$Ua7.457802@news2.rdc1.on.home.com>


Cut and paste your code, works great!

dennis liu wrote in message <38149601.6E67_at_neostrata.com>...
>I try to generate a script from sqlplus, the result file is fine except
>there is an "Input truncated to 9 characters" message at the end of
>script file generated. what is it means and how to fix it?
>I list the sql file bellow.
>
>thank you for your help
>
>--this script file runs under user 'sys'
>set feedback off heading off verify off echo off termout off
>set long 255
>spool sysgrant.xxx
>select 'grant select on '||OBJECT_NAME||' to '||'system;'
>from dba_objects
>where owner='SYS' and object_type = 'VIEW' and object_name like 'V%';
>spool off
Received on Mon Oct 25 1999 - 17:37:36 CDT

Original text of this message

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