Subject | RE: [firebird-support] Re: How to read the "Memory buffers" size via SQL? |
---|---|
Author | Leyne, Sean |
Post date | 2013-04-25T15:52:02Z |
> > I must read the "Memory Buffers" parameter from the database using sql.I forgot about MON$Database table.
> >
> > I know that I can use gfix to change and gstat to read.
> >
> >
> >
> > I want to read it via a sql command. How do that?
>
> In recent Firebird versions you can query MON$DATABASE table.
I guess because I don't think of the database settings as a MON property but rather expect that RDB$Database would have these details, as they are properties of the database setup.
Sean