-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Sink (11g and 12c) #2207
Conversation
Co-authored-by: Fermín Galán Márquez <[email protected]>
@@ -16,6 +16,7 @@ | |||
* [Last Data Functionality](./last_data_function.md) | |||
* [NGSIPostGISSink](./ngsi_postgis_sink.md) | |||
* [Last Data Functionality](./last_data_function.md) | |||
* [NGSIOracleSQLSink](./ngsi_oracle_sink.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No "Last Data Functionality" sub-bullet? Does that means that lastdata is not yet implemented in the OracleSink?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the ngsi_oracle_sink.md file I see:
| last\_data\_mode | no | insert | <i>insert</i> to set last data mode. Check this [link](./last_data_function.md) for more details. In oracle sink <i>both</i> and <i>upsert</i> are not avaiable |
so maybe it's just a typo here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's: Column support (no upsert mode support for lastdata, just insert)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarified at skype. NTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
issue #2195
This new sinks is based on SQL and implements:
Tested using this instance: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
Typical oracle-sink config:
New optional sink configuration options:
Example of table creation for column and dm-by-entity-type: