Skip to content
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

Missing time for Oracle db #110

Open
senalkularatne opened this issue Sep 13, 2021 · 0 comments
Open

Missing time for Oracle db #110

senalkularatne opened this issue Sep 13, 2021 · 0 comments

Comments

@senalkularatne
Copy link

senalkularatne commented Sep 13, 2021

I'm using version 2.2.0 with oracle_enhanced as the adapter. What can I do to fix the date formatting when working with Oracle database.

For example 2017-12-20 01:33:20 shows up as 2017-12-20.

The config file looks something liker this:

<source>
  @type sql
  host xxxxxxx
  database xxxxxxx
  port xxxxxxx
  adapter oracle_enhanced
  username xxxxxxx
  password xxxxxxx

  select_interval 10s
  select_limit 5

  state_file ./sql_state

  <table>
    table abcd
    update_column created_date
    tag dblogs
  </table>
</source>

<match dblogs>
  @type stdout
</match>
@senalkularatne senalkularatne changed the title Missing time for oracle db Missing time for Oracle db Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant