Forum Discussion

rawandshoraa's avatar
rawandshoraa
Frequent Visitor
3 years ago

No data shows up

Greetings

i'm trying to connect into oracle database view, it's not the first time, also not the first view in the same file or from the same DB schema! but it shows no data ("This Table Is Empty!")

 

Any Suggestions??

 

Regards 

 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Can u show us the table structure?

    • rawandshoraa's avatar
      rawandshoraa
      Frequent Visitor
      NameData Type
      REPORT_IDVARCHAR2(15 BYTE)
      DAY_DATEDATE
      MEASURE_CODEVARCHAR2(100 BYTE)
      CONNECTIONTYPEIDNUMBER
      DWH_PACKAGE_IDNUMBER
      CUSTOMER_CATEGORYVARCHAR2(50 BYTE)
      IS_GOVERMENTCHAR(1 BYTE)
      IS_GOV_MAINCHAR(1 BYTE)
      CITY_IDNUMBER
      STRIP_NAMEVARCHAR2(50 BYTE)
      SUB_REGION_NAMEVARCHAR2(100 BYTE)
      SUB_CITY_NAMEVARCHAR2(100 BYTE)
      MEASURE_VALUENUMBER
      • Anonymous's avatar
        Anonymous
        Not applicable

        If that table is filled the only other thing i can think of is spelling for table name. Im sorry i don't see a direct cause for this error.