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: Problems creating a procdure

Re: Problems creating a procdure

From: Paul Davies <cobalt_at_dircon.co.uk>
Date: Sat, 22 May 1999 17:11:27 +0100
Message-ID: <3746d6eb@newsread3.dircon.co.uk>


This is not the problem. The error keeps coming up.

eiuepny_at_my-dejanews.com wrote in message <7i4jef$es9$1_at_nnrp1.deja.com>...
>Paul,
>
>If it's a PACKAGE and not a PROCEDURE, your AS should be an IS:
>
>CREATE OR REPLACE PACKAGE calcSum IS
>
>Scott
>
>In article <37457fc3_at_newsread3.dircon.co.uk>,
> "Paul Davies" <cobalt_at_dircon.co.uk> wrote:
>> I'm trying to create a procedure in iSQL and am getting this errors:
>>
>> CREATE OR REPLACE PACKAGE calcSum AS
>> *
>> ERROR at line 1:
>> ORA-00604: error occurred at recursive SQL level 1
>> ORA-01578: ORACLE data block corrupted (file # 1, block # 10088)
>> ORA-01110: data file 1:
>> '/root/devel/oracle/database/datafiles/system1.dbf'
>>
>> Can someone please tell me what to do about this. Other procedures are
>> created just fine.
>>
>> Thanks
>>
>> Paul
>>
>>
>
>
>--== Sent via Deja.com http://www.deja.com/ ==--
>---Share what you know. Learn what you don't.---
Received on Sat May 22 1999 - 11:11:27 CDT

Original text of this message

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