Recent content by shishkov

  1. S

    Client encoding problem

    Hi. Client's nls_lang - AMERICAN_AMERICA.CL8MSWIN1251, database's NLS_CHARACTERSET - AL32UTF8. I created a test application. I put TOracleData on a form, set it's sql to "select 'йцукее' as "工作允许剂量", '关闭时间' as "关闭时间" from dual" and connected data set to TDBGrid. Result is ? instead of...
  2. S

    Error using OCIPasswordChange with Oracle Instant Client

    No it doesn't. User name, old password and new password are RAO. With instant client 11.2.0.2.0 i have tried to change OCIPasswordChange function's declaration like this: OCIPasswordChange: function(svchp: OCISvcCtx; errhp: OCIError; user_name: PChar...
  3. S

    Error using OCIPasswordChange with Oracle Instant Client

    Hi. The problem is when password is expired and a user needs to change it. This works fine with instant client 11.2.0.2.0. But with instant client 12.1.0.1.0 and above OCIPasswordChange returns ora-01017 error. What seems to be a problem? May be the problem with encoding? Thank you. Basil
  4. S

    Trimmed unicode string

    Hi. Executing the following query select unistr('Total \03B2+\03B3 activity') test_data from dual results in Total β+γ activit The last character was lost. What seems to be a problem? Thank you.
Back
Top