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: Procedure is invalid

Re: Procedure is invalid

From: Thomas Kyte <tkyte_at_oracle.com>
Date: 20 Oct 2002 15:32:18 -0700
Message-ID: <aovati0cd7@drn.newsguy.com>


In article <aopolj$u8p$06$1_at_news.t-online.com>, "Dirk" says...
>
>Hi,
>
>I use Oracle on Linux 8.1.7.
>When I store a procedure (create or replace procedure test...), it has the
>status "invalid" and I cannot
>switch to valid.
>The procedure only inserts some values into a table and gives no argument
>back, so there is nothing special to it.
>I think syntax is fine and I can find no errors.
>
>Could there be a missing reference?
>I think there could be also something wrong with the rights on the object?
>(A synonym is created.)
>
>How do I get a valid procedure?
>
>Thanks,
>
>Dirk
>
>

and what does:

SQL> show errors procedure PROCEDURE_NAME

in sqlplus tell you?

--
Thomas Kyte (tkyte@oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Sun Oct 20 2002 - 17:32:18 CDT

Original text of this message

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