Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

[PGX] Null values

User_XF0S0Apr 20 2021

After having loaded a graph from RDBMS tables, I started doing some analysis and realized that there are no null values into graph. I studied the documentation and came up with
https://docs.oracle.com/cd/E56133_01/latest/reference/loader/graph-config/index.html
where in the description of parameter default is stated that:
"If no default is present (null), non-existent properties will contain default Java types (primitives) or empty string (string) or 01.01.1970 00:00 (date)."
I have studied further the documentation and I have not been able to find any option to store nulls into the graph. Am I missing something or this is impossible?

Comments

Processing

Post Details

Added on Apr 20 2021
1 comment
295 views