Product Information > JADE Object Manager Guide > Chapter 4 - JADE System Instrumentation and Diagnosis > JadeDbFilePartitionsgetFileStatus Method
JadeDbFilePartitions::getFileStatus Method
getFileStatus(): Integer;

The JadeDbFilePartition class getFileStatus method returns the status of a dropped single physical database file partition during the backup process. The status of the database file partition is represented by DbFile class constants listed in the following table.

Constant Description Integer Value
Status_Deleted File partition deleted from control file 6
Status_InvalidPath Invalid database file partition path in control file 7
Status_Missing File partition defined in the schema but does not exist in the database 3
Status_NotAssigned File partition not defined in control file 1
Status_NotCreated File partition deleted or not yet created 2
Status_Resident File partition is resident on disk 4
Status_Unmapped File partition in RPS database that is not part of the RPS mapping 5

You can use this method in backup applications to determine the status of database file partitions prior to commencing the backup or to determine the status of database file partitions returned in the droppedFiles parameter array passed to JadeDatabaseAdmin class backupAllDbFiles and backupDbFiles methods.

This method executes on a persistent server node, and is implemented and executed by the physical database engine.