No tables or views could be loaded.

  • In the OLE DB Source Editor, the drop down select list for "Name of the table or view" returns "No tables or views could be loaded."

    The Test Connection succeeds in the connection manager for the DB2 data source.

    I am creating this SSIS package to replace a DTS package that does show/load the list of tables from this data source.

    Would greatly appreciate some assistance with this!

  • + 1

    I've tried an OLEDB connection into Oracle, and also an ado.net connection to Oracle. The OLEDB connection crashes the table browser in the dataflow destination when I click on the tablename drop down box, the drop down box for the ado.net destination shows "no tables or views could be loaded"

  • A bit of an uglier fix maybe, but I've found for ADO.NET connections, you pretty much need to use the DataReader source instead of the OLE DB source.

  • I'll give that a try but my instinct tells me that is not the issue - it seems to 'read' the first 9000-ish rows quickly, then takes an inordinate length of time to do the commit, its like its reading the buffer, then inserting and committing one row at a time. I'm not doing anything different to the way I would normally do it in sql server 2k5 or 2k8r2.

  • Is your DB2 data encrypted?

  • Its not DB2, its Oracle.

    I am having some progress by moving to 2008R2 and using the Attunity oracle connector, but its still not 100% working.

  • Be sure to select both a database and a server.

  • Thanks, but you cannot get to a table list unless you have selected both a database and a server.

    Even though this is two years old, I did end up working around this by using the attunity connector.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply