Skip to main content
Question

How to create the table schema when there is no data

  • January 27, 2022
  • 2 replies
  • 4 views

For Oracle EBS, AR, there is no data in AR_DISPUTE_HISTORY (0 rows). Hence when running the transformation, it is giving the following error. How to resolve the same ?

 

Error while executing transformation Create View: AR_DISPUTE_HISTORY

ERROR: Relation "ar_dispute_history" does not exist

2 replies

Hello Sanket,

 

Usually the error about "Relation xxx does not exist" occurs when the table doesn't exist.

Often it's cause by misspell in the table check, could you check it?

 

Also - could you provide us with the sql code sample? Without it it's impossible to provide more detailed solution.

I've created an view based on empty table without any problems:

 

Empty table 

Best Regards,

Mateusz Dudek


  • Author
  • Level 2
  • 3 replies
  • January 31, 2022

The table has zero rows in the siurce system. I created the table (If NOT Exists) as a transformation and that solved this