DatabaseMaxIdentifierLength

This property returns the database maximum identifier length.

Declaration

// C#
public int DatabaseMaxIdentifierLength { get; }

Remarks

This property can only be accessed after an OracleConnection from this OracleDataSource has been opened. Otherwise, it throws an ORA-50001 error.