Announcement

Collapse
No announcement yet.

ORA-28115:policy with check option violation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ORA-28115:policy with check option violation

    The following query

    insert into shipment_stop(SHIPMENT_GID,STOP_NUM,LOCATION_GID)V ALUES('RAJ01EPUDO.SUMMER',1,'RAJ01EPUDO.PUDO ID')

    throws the following error
    java.sql.SQLException: ORA-28115: policy with check option violation

    but the same is working fine in DBA.ADMIN.
    Kindly suggest a way to implement this without any issues in RAJ01EPUDO.ADMIN
Working...
X