Hi,
I created and compiled a procedure in oracle 10g. When I looked at the status of the procedure. It tells me that it is VALID.
PROCEDURE
GET_MANUAL_LOAD
OBJECT_TYPE
-------------------
OBJECT_NAME
---------------------
STATUS
-------
VALID
However, when I ran my apache webserver script to call this procedure from the database. The Apache error log tells says that "PROCEDURE DOESN'T EXIST"
I have granted PUBLIC to the procedure.
Please help
I created and compiled a procedure in oracle 10g. When I looked at the status of the procedure. It tells me that it is VALID.
PROCEDURE
GET_MANUAL_LOAD
OBJECT_TYPE
-------------------
OBJECT_NAME
---------------------
STATUS
-------
VALID
However, when I ran my apache webserver script to call this procedure from the database. The Apache error log tells says that "PROCEDURE DOESN'T EXIST"
I have granted PUBLIC to the procedure.
Please help