Oracle Error ORA-21604: property [string] is not a property of transient or value instances

Oracle Error Message

ORA-21604: property [string] is not a property of transient or value instances

Reason for the Error

Trying to get a property which applies only to persistent objects.

Solution

User should check the lifetime and only get this property for persistent objects.