Cannot find the table for my Data Store in my Oracle SQL database

#SQLOracleDatabase
Hello guys,

I have a problem with my Oracle SQL Database. I am using the Data Store to save the data to the SQL table, fetch them and I can also show them on the dashboard. However I cannot find the specific table for the Data Store in my SQL Database.
For a CDT I used the same target namespace and for the Data Store I used the same source as for my other Data Stores I can see in my SQL database.

Do you know what could be the problem ?

Thanks

OriginalPostID-269334

  Discussion posts and replies are publicly visible

Parents
  • yes, I am looking into the Oracle database I am using for DEV environment. Yes. I created the CDT like any other I am already using. I defined the table name in the XSD and also all the columns.
    <xsd:annotation>
    <xsd:appinfo source="appian.jpa">
                        @Table (name="FC_requestStatus")
               </xsd:appinfo>
    </xsd:annotation>
Reply
  • yes, I am looking into the Oracle database I am using for DEV environment. Yes. I created the CDT like any other I am already using. I defined the table name in the XSD and also all the columns.
    <xsd:annotation>
    <xsd:appinfo source="appian.jpa">
                        @Table (name="FC_requestStatus")
               </xsd:appinfo>
    </xsd:annotation>
Children
No Data