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: "Warning: ...." NO INFO!

Re: "Warning: ...." NO INFO!

From: Ulrich Schmidt <schmidt_at_coglas.com>
Date: Fri, 18 Dec 1998 22:40:48 GMT
Message-ID: <19981218.22404804@ulrichr>


Try SHOW ERRORS;

Exp : script fpr SQL_PLUS or SQL-Worksheet:

spool info.log;

CREATE OR REPLACE PACKAGE ... AS
BEGIN
....
END;
/
show errors;
spool off;

>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<

Am 17.12.98, 16:33:04, schrieb x09mjs_at_morgan.ucs.mun.ca (Michael James =

Seymour) zum Thema "Warning: ...." NO INFO!:

> I'm trying to create packages, package body's, etc... through scripts=
 

but
> on some, not all, I'm getting a warning:

> Warning: Package Body created with compilation errors.

> This all fine and dandy but I haven't figured out where the problem is=
 

or
> even how I can find out where the problem is. Are there more detailed=

> error messages for this somewhere?

> Thanks a bunch

> Mike
Received on Fri Dec 18 1998 - 16:40:48 CST

Original text of this message

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