ORA-01403: no data found in procedure [message #454264] |
Tue, 04 May 2010 14:32  |
teiosanuadrian
Messages: 2 Registered: May 2010
|
Junior Member |
|
|
Hi all,
I have a very strange situation :
In a procedure I try to make the following select :
select param_value
into vc_param
from cont_rp_serv where rp_serv_code = 36
and contract_id = 134
and rownum < 2;
But I receive ORA-01403: no data found.
If i run the select normally in a separate window in the same time I got the expected result : Enterprise.
I have checked that table is not locked by another user. Also i do not use triggers at all to get here.
Do u have any advices?
|
|
|
|
Re: ORA-01403: no data found in procedure [message #454270 is a reply to message #454266] |
Tue, 04 May 2010 15:05   |
teiosanuadrian
Messages: 2 Registered: May 2010
|
Junior Member |
|
|
The user that I'm logged in pl/SQL is : SYSADM.
My role AWBS_ROLE includes in "Granted to Users' list my user : SYSADM.
Also for my role , AWBS_ROLE , both : the procedure and the table are included to "Object Privileges" list.
This is what I see in PL/SQL. SO I believe is not the case here.
Other possibilities ?
|
|
|
|
|