ORA-01031: insufficient privileges
Dear Team
I am facing this error when i am trying to update a public synonym created for object in other schema. although at was working fine till date but today when i execute this statement i face this error. please help me out
update crm.complaints_detail
set ticket_status='C'
where log_id='PS-2261' and ticket_id=1 and pc_id=12;
Thanks for your support
Regards,
Muhammad
I am facing this error when i am trying to update a public synonym created for object in other schema. although at was working fine till date but today when i execute this statement i face this error. please help me out
update crm.complaints_detail
set ticket_status='C'
where log_id='PS-2261' and ticket_id=1 and pc_id=12;
Thanks for your support
Regards,
Muhammad
0