Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-03113 - end-of-file on communication channel
Have you tried only granting SELECT on the view. Oracle may have some
funny access rules that you are violating with the GRANT ALL syntax.
The error mesage 03113 is generated when the listener and the client no longer recognise one another. We are trying to track down a problem that manifests itself in with this error. It can be particularly hard to isolate the component of your system that is causing this particular error. It can be client, network or server related.
Darrell Brown
MTS Communications Inc.
Boris Cecic wrote:
> Hello !
>
> I have an interesting problem and couldn't find solution for it.
>
> I've put some application logic into stored packages, procedures &
> functions.
> Some of my view-s are using functions stored in database.
> I cann't issue any grant on that views.
>
> I'm using Oracle Workgroup Server version 7.3.3.0.0. for Windows NT.
>
> Please help me if you can !
>
> Boris Cecic
> illustro d.o.o., Croatia
> e-mail: illustro_at_iridis.com
Received on Sun Oct 25 1998 - 23:16:31 CST