DatabaseTimeZoneFileVersion
This property returns the database's time zone file version.
Declaration
// C# public string DatabaseTimeZoneFileVersion {get;}
Property Type
int
Remarks
An alternative method to check the Oracle database's time zone file version is to run the following query:
SELECT * FROM V$TIMEZONE_FILE ;
Exception
InvalidOperationException - The connection is not in an open state.