Tables are Not Showing Up in the Oracle Reader Table List

Liz Sanderson
Liz Sanderson
  • Updated

Considerations

When adding a table in FME’s Oracle reader, the table list picker may not display the expected tables or views. This can happen for several reasons, including permissions, incorrect reader selection, or missing metadata entries.

 

Why This Happens

Permission Issues

  • FME requires SELECT access to display tables and views in the list.
  • If a table is missing, verify that your user account has the necessary permissions.

 

Incorrect Oracle Reader Selection

Make sure you’re using the correct Oracle reader type based on your data:

  • Oracle Autonomous Non-Spatial Object -> non-spatial tables
  • Oracle Autonomous Spatial Object -> spatial tables
  • Oracle Non-Spatial -> non-spatial tables
  • Oracle Spatial GeoRaster -> Raster data in Oracle's Georaster format
  • Oracle Spatial Object -> spatial tables
  • Oracle Spatial Point Cloud -> Point Cloud data in Oracle's SDO_PC format
  • Oracle Spatial Relational -> spatial tables in the older Oracle Spatial Relational data model
 
Screenshot 2024-05-03 at 12.52.06 PM.png

 

Missing Metadata Entries (For Spatial Tables)

  • If using the Oracle Spatial Object reader, FME extracts spatial information from the MDSYS.SDO_GEOM_METADATA table.
  • If your table is missing an entry in MDSYS.USER_SDO_GEOM_METADATA, it will not appear in the table list picker.
  • To add metadata, see: Adding metadata entries for Oracle spatial tables and views.

 

Schema Visibility Issues

  • By default, FME only shows schemas the user has access to.
  • If a schema is missing, check permissions by using another Oracle client tool like SQL Developer with the same user credentials.

 

Filtering Large Schemas

  • Use the Filter option to narrow the results by entering part of the table name.
  • Select tables using the checkbox beside the returned results and continue searching for others.

OracleTablePicker2024.png

Was this article helpful?

We're sorry to hear that.

Please tell us why.

As of January 14th, 2026, comments on knowledge base articles have been closed. To make sure questions don’t get missed and to enable more community support, we’ve moved discussions to the FME Community. If you have a question or a comment about this article, please create a new post or create a support ticket.