DatabaseNCharset

This property returns the database national character set.

Declaration

// C#
public OracleDatabaseNCharset DatabaseNCharset { get; }

Remarks

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