DatabaseCharset
This property returns the database character set.
Declaration
// C#
public OracleDatabaseCharset DatabaseCharset { get; }Remarks
This property can only be accessed after an OracleConnection from this OracleDataSource has been opened. Otherwise, it throws an ORA-50001 error.