Raw partition problem

From: George Reichert <gmr_at_panix.com>
Date: 16 Jun 1994 15:25:22 -0400
Message-ID: <2tq8v2$6qm_at_panix.com>


I am currently running Oracle for UNIX on a NCR 3430. I created a tablespace on a raw partition using the following command:

create tablespace ts1
datafile '/dev/rdsk/c0t5d0s3' size 730m;

I then created a table on this tablespace:

create table test(test char(10));

But when I tryed to insert a row in the table:

insert into test values ('test')

I got the following error messages:

ORA-01578: ORACLE data file corrupted (file #2, block #2) ORA-01110: data file 2:'/dev/rdsk/c0t5d0s3'

What's going on here? Please help. Received on Thu Jun 16 1994 - 21:25:22 CEST

Original text of this message