Inherit Segment Value Attributes - Error PERF0005: Oracle error detected in glnini() - ORA-01738 (Do
It says as a solution that:
Solution
In order to keep the table validation
as initially defined but also have Program - Inherit Segment Value Attributes
running, a view can be designed for the validation sql including the required
columns(LAST_UPDATE_DATE and CREATION_DATE ).
Table Validation can be switched
towards this view.
This will allow GLNSVI to run successfully.
------------------------------------------------------------------------------------------------------
If there already is these columns ((LAST_UPDATE_DATE and CREATION_DATE ) and they all have values, so how come the program still goes to this error?
What kind of view should we make, if that would be in any help?