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

Home -> Community -> Usenet -> c.d.o.tools -> Re: rebuild or not rebuild index file, when ?, how?

Re: rebuild or not rebuild index file, when ?, how?

From: Pierre HIRTH <p.hirth_at_sbm.mc>
Date: Thu, 12 Apr 2001 18:00:45 +0200
Message-ID: <9b4jgd$224h$1@news6.isdnet.net>

Please, could 'you tel me where the Output are printed when using the dbms_output.put_line('....') function ? And why i 'ahe the message insufiscient privilege' on line 6 when i execute this proc :

CREATE OR REPLACE PROCEDURE BO.CREER_F0902 AS

   i number;
   BEGIN
      i:=i+1;
execute immediate 'Create table bo.f0902 as select * from bo.v$f0902'; execute immediate 'drop table bo.f0902';

 EXCEPTION
 When NO_DATA_FOUND THEN
  dbms_output.put_line('toto');
END;
/

Thank's Received on Thu Apr 12 2001 - 11:00:45 CDT

Original text of this message

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