Re: Interesting problem...?
Date: 02 May 2001 06:18:09 -0700
Message-ID: <soc1yq799f2.fsf_at_rwessman-sun.us.oracle.com>
The "end of communications channel" error, aka ORA-3113, means that the Oracle server has crashed. You can possibly work around it by splitting up the table. I would also suggest upgrading, as the bug may be fixed in a later version. If, after upgrading, the problem still occurs, you should contact Oracle support.
"H Smith" <hsmith00_at_prodigy.net> writes:
> Platform-
> ORA Forms 6.0.8 ORA DATABASE 8.0.5 on NT
> Question-
> Has anyone ever had a problem saving an Image and Sound in the same table.
> The table structure is as follows:
>
> Name Null? Type
> ------------------------------- -------- ----
> REPORT_NO NOT NULL NUMBER
> MEDIA_ID NOT NULL NUMBER(2)
> MEDIA_TYPE NOT NULL VARCHAR2(5)
> MEDIA_TITLE NOT NULL VARCHAR2(20)
> MEDIA_DESC NOT NULL VARCHAR2(250)
> MEDIA_PHOTO LONG RAW
> MEDIA_LOC VARCHAR2(30)
> MEDIA_SOUND BLOB
>
> I'm using the Oracle forms default to load into the database. Yet I get "end
> of communications channel"
> when I Save. But, only when I try to save a "Sound" alone. I can save an
> Image & Sound or just an Image,
> but not just a Sound alone....
>
>
> MetaLink is not really helping me on this...I'm hoping a true Guru can...
>
> thanks
>
>
>
-- Thanks, Rick Rick Wessman Server Security Group Oracle Corporation rwessman_at_us.oracle.com The opinions expressed above are mine and do not necessarily reflect those of Oracle Corporation.Received on Wed May 02 2001 - 15:18:09 CEST