I have a Firebird database (v. 2.5), I'm not allowed to create procedures, views or tables into the database, because of losing support.
My view is too long:
Too many Contexts of Relation/Procedure/Views. Maximum allowed is 255
I think I can solve this Problem by creating GTT, right?
My question is, this GTT will be stored in the Database? When is the GTT deleted? I tried in a copy of my database and created a GTT, after that I closed my connection and reconnected and the GTT was there already. Does my GTT belong to the main tables in the database?