Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
mariussve1
Super User
Super User

Cant use Oracle onprem as source - Queued

Hi,

I want to use the Lookup activity against my Oracle Onprem database, but the pipeline is just getting status Queued:

mariussve1_0-1721124831461.png

 

What is really strange is that it works to use the preview:

mariussve1_1-1721124888702.png

 

What can this be? Really need help 🙂

Br
Marius


Here is also the json for the whole pipeline:

{
    "name": "OracleOnpremTest",
    "objectId": "<ObjectId>",
    "properties": {
        "activities": [
            {
                "name": "SimpleLookup",
                "type": "Lookup",
                "dependsOn": [],
                "policy": {
                    "timeout": "0.12:00:00",
                    "retry": 0,
                    "retryIntervalInSeconds": 30,
                    "secureOutput": false,
                    "secureInput": false
                },
                "typeProperties": {
                    "source": {
                        "type": "OracleSource",
                        "oracleReaderQuery": "SELECT DATE_KEY FROM SCHEMA.TABLE WHERE DATE_KEY = 20240716",
                        "partitionOption": "None",
                        "queryTimeout": "02:00:00"
                    },
                    "firstRowOnly": false,
                    "datasetSettings": {
                        "annotations": [],
                        "type": "OracleTable",
                        "schema": [],
                        "externalReferences": {
                            "connection": "<connectionid>"
                        }
                    }
                }
            }
        ],
        "lastModifiedByObjectId": "<ObjectId>",
        "lastPublishTime": "2024-07-16T10:07:02Z"
    }
}

 


Br
Marius
BI Fabrikken
www.bifabrikken.no
4 REPLIES 4
mariussve1
Super User
Super User

Hi team,

I still have issues with this, even after the onprem is in GA:
https://powerbi.microsoft.com/en-us/blog/on-premises-data-gateway-september-2024-release/

Please, does anyone got oracle onprem to work? Let me know

 


Br
Marius
BI Fabrikken
www.bifabrikken.no
mariussve1
Super User
Super User

Friendly reminder @Anonymous 🙂


Br
Marius
BI Fabrikken
www.bifabrikken.no
Anonymous
Not applicable

Hi @mariussve1 ,

 

A couple of points I wanted to confirm with you: is this the first time you've run this activity, and has there been a similar situation before?

 

Best Regards,
Adamk Kong

Hi @Anonymous,

 

I have not been able to use oracle as source or destination in copy activity. Its not working on lookup either. Been like this since day one. But the preview data has worked all the time on both activity.

 

Does Anyone Get oracle to work in pipeline?

 

It does work from dataflows, but i need it to work from pipelines as well

 

br

Marius


Br
Marius
BI Fabrikken
www.bifabrikken.no

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors