Home » SQL & PL/SQL » SQL & PL/SQL » PL/SQL: ORA-04063: table "CISADM.CI_BILL" has errors
|
|
|
Re: PL/SQL: ORA-04063: table "CISADM.CI_BILL" has errors [message #564991 is a reply to message #564990] |
Wed, 29 August 2012 19:44   |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
Please read and follow the forum guidelines, to enable us to help you:
http://www.orafaq.com/forum/t/88153/0/
>Errors for FUNCTION DEEPWELL.COBA:
It appears schema owner of COBA function is DEEPWELL.
>4/33 PL/SQL: ORA-04063: table "CISADM.CI_BILL" has errors
04063, 00000, "%s has errors"
// *Cause: Attempt to execute a stored procedure or use a view that has
// errors. For stored procedures, the problem could be syntax errors
// or references to other, non-existent procedures. For views,
// the problem could be a reference in the view's defining query to
// a non-existent table.
// Can also be a table which has references to non-existent or
// inaccessible types.
// *Action: Fix the errors and/or create referenced objects as necessary.
what object type is CI_BILL? (a VIEW?)
Is CI_BILL really owned by CISADM?
[Updated on: Wed, 29 August 2012 19:55] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: PL/SQL: ORA-04063: table "CISADM.CI_BILL" has errors [message #565044 is a reply to message #565040] |
Thu, 30 August 2012 03:03   |
 |
Michel Cadot
Messages: 68757 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Please use CODE tags and not QUOTE one to post your code.
And I asked you to execute again the first 2 queries within SQL*Plus. Please do it.
After that, connect on the @CCBSTDBY database using user CISADM and execute:
show user
select owner, object_name, object_type, status
from dba_objects
where object_name in ('CI_BILL')
/
show parameter audit
Regards
Michel
[Updated on: Thu, 30 August 2012 03:03] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Tue May 20 18:15:04 CDT 2025
|