5 Replies Latest reply on Feb 1, 2018 5:55 AM by giuseppe.cesmi

    Reading from variable Sources with same data structure

    giuseppe.cesmi

      Hi,

      In my system i have three different data sources:

      1) Oracle Db

      2) Sqlite Db

      3) Csv file

       

      Every 15 minutes

      1) Oracle db is updated.

      2) A new Sqlite is generated  with a different name but with the same data structure of the previous. The previous Sqlite is not deleted since i need to retrieve old data.

      3) A new Csv file is generated with a different name but with the same data structure of the previous. The previous Csv is not deleted.since i need to retrieve old data

       

      Suppose I map Oracle Db, Sqlite and Csv with Jboss Data Virtualization generating the vdb file. Every 15 minutes a new Sqlite and new Csv is generated.

      In this way i am able to read data only from the old sources. But how can i read data from the new sources ? Is there a way to map the new sources (sqlite,csv) without generating a new vdb file ?

       

      Thanks,

      Giuseppe