Forum Discussion

Ira_27's avatar
Ira_27
Helper II
4 months ago
Solved

Data Extraction from Oracle

Hello Community,   I have a design question, we are building a enterprise data warehouse using Fabric Warehouse and I have to stage the data from our Oracle database (source). Currently the way i d...
  • v-hjannapu's avatar
    v-hjannapu
    4 months ago

    Hi Ira_27  ,
    Thanks for the clarification. I understand you are using notebook only to read the .sql file and pass it to Copy activity.

    To avoid notebook, one option you can try is storing the SQL query in a config table and reading it using Lookup activity in pipeline. This way you can directly pass it to Copy activity and remove the HC notebook dependency.

    If maintaining queries in table is difficult, another option is to store the SQL files in OneLake and use pipeline activities like Lookup/Get Metadata + read content to read the file instead of notebook. This helps you keep the files separate and also avoids the 5 connection limit from HC notebooks.

    Please check if this works for you. Let us know if you need any help on this.
    Regards,
    Community Support Teams.