Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    The error message is obvious. There is no such table encounter_<suffix> in your schema. Commented Feb 8, 2018 at 4:35
  • @KaushikNayak actually that error message is received also if the table exists but the schema executing the PL/SQL has no permission to access it. Commented Feb 8, 2018 at 6:55
  • 1
    You can output finalsql variable value using dbms_output.put_line then copy and run the query (finalsql value) and identify the table that does not exist Commented Feb 8, 2018 at 8:36