Scenario:
Created a schema OPTIER_TRUNK
Created several sequences in this schema which I can see with my HANA studio under catalog/OPTIER_TRUNK/sequences
Problem:
Running the following as SYSTEM select * from "PUBLIC"."M_SEQUENCES"
returns an empty set.
Running select * from "PUBLIC"."M_TABLES" returns with valid data so the issue is related only to sequences.
Any ideas?