Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_get_filestats()

Returns FairCom DB SQL current physical file control statistics.

Result Set Fields (2)

Description VARCHAR(64)

Value BIGINT

Example

>call fc_get_filestats();


DESCRIPTION VALUE

----------- -----

Number of open physical files 8

Number of open logical files 25

Number of c-tree FCBs in use 34

Max physical files opened 8

Max logical files opened 35

Max c-tree FCBs in use 53

Number of virtual files open 0

Number available file control blocks 1001


8 records returned

TOCIndex