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 -> Package Status?

Package Status?

From: Scott C. <sdcairns_at_mindspring.com>
Date: Wed, 29 Jul 1998 15:18:13 -0400
Message-ID: <6pnsoj$943$1@camel0.mindspring.com>


I've written my 1st PL-SQL package - the source of which I ported from MS SQL Server - and it seems to compile (at least I don't get any more errors after supplying all the necessary semi-colons, replacing the + operator from the original Transact-SQL code with the PLSQL '||' concat operator and whole mess of other stuff.

Now I have 2 questions:

  1. My GUI administrator (DBArtisan) reports the Package header status as "VALID" but the Package Body status as "INVALID". What does this mean?
  2. How do I call a function in my package (from the command line)? I tried the obvious: exec owner.package.function () but got an invalid SQL error.
Received on Wed Jul 29 1998 - 14:18:13 CDT

Original text of this message

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