Datamaker: Cube view error: ORA-00960: ambiguous column naming in select list
search cancel

Datamaker: Cube view error: ORA-00960: ambiguous column naming in select list

book

Article ID: 4762

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

This article explains the why we get an ‘ORA-00960: ambiguous column naming in select list’ error when trying to execute the query generated by the cube view.

Steps to reproduce:

  1. Create an extract in GTSubset which is not fully qualified.
  2. Save this extract into a Data Pool of Datamaker.
  3. Click on Data Profiler-> Create Cube View.
  4. Select your extract and build a view by including Column(s) from the tables and click on the green tick button.
  5. Run the cube view which is generated.
  6. You will see the following error upon execution. 

 ‘ORA-00960: ambiguous column naming in select list’

 

Environment

Test Data Manager - GT Datamaker

Cause

In GTSubset, users are allowed to create extracts without specifying the schema. This means that the query may not be fully qualified. This query may not work well within Datamaker by the "Create cube view" generator. 

 

 

 

Resolution

Please make sure that your GTSubset extract is fully qualified before you try to use it in the cube view generator of Datamaker. That is you need to qualify every table or column name with schemaname.tablename or schemaname.tablename.columnname.

Additional Information

For more information regarding Defining Cube dimensions and creating the Cube View, see https://techdocs.broadcom.com/us/en/ca-enterprise-software/devops/test-data-management/4-10/create-a-data-model-and-audit-pii-data/data-discovery-and-profiling-using-datamaker/define-cube-dimensions-and-create-the-view.html