Catalog <str> not used by this query Explanation: You used a catalog name to qualify a reference to a column and that catalog was not specified in the FROM clause of the query. User Action: Either remove the catalog name from the select-list or specify the same catalog as specified in the FROM clause of the query.