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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
oktober42
Frequent Visitor

Oracle database type varray not supported

Hello,

 

I'm trying to pull data in from an Oracle database and I'm running into errors like "DataSource.Error: Values of column 'COLUMN' have type 'type_number_varray' which is not supported" and "DataSource.Error: Values of column 'COLUMN' have type 'type_string_varray' which is not supported." It looks like a varray is just a collection of known size, and viewing it in TOAD reveals a sequence of comma-delimited data. If I could get that imported in literally any format (nested table, text string) I could work with it. Is there a trick I can do in advanced editor to bring these in?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You will have to convert (or exclude) these columns as part of your custom SQL query.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @oktober42 ,

 

You can try to turn off automatic detection of data types. When you turn off this function, when you import data, all data will only be displayed in text format, you need to manually detect the data type or manually modify the data type.

vstephenmsft_0-1647325685119.png

Data types in Power Query - Power Query | Microsoft Docs

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for the reply! Alas, it was a structured source, so this didn't fix my issue.

lbendlin
Super User
Super User

You will have to convert (or exclude) these columns as part of your custom SQL query.

After some fighting and a call for help, we arrived at this query for our source:

= Oracle.Database("our.source/table", [HierarchicalNavigation=true, Query="SELECT ITEM1, ITEM2, JSON_OBJECT(NUM_VALUE) FROM THESOURCE"])

 

Thanks!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.