select table_name from all_tables where owner = "Foo owner";
This request for some reason generates an error:
invalid identifier Foo owner found.
What is this nonsense? why is the constant string suddenly wrong !? Put single quotes and it worked. What kind of nonsense.