Recent content by Sudheer B

  1. S

    doa41d110 with OAUTH2

    Hi, does doa41d110 supports OAUTH2 authentication? if so, please provide some examples. If not, what is the version which supports this?
  2. S

    ORACLE WALLET support for DOA41d110

    thanks for the reply. will test it.
  3. S

    ORACLE WALLET support for DOA41d110

    Hi, can we connect to oracle wallet using doa41d110 for password less authentication? If so please provide an example?
  4. S

    Access Violation at TOracleDataSet.Open() method

    no, it is set as standard.
  5. S

    Access Violation at TOracleDataSet.Open() method

    can you please consider this as high priority?
  6. S

    Access Violation at TOracleDataSet.Open() method

    Hi, we have a query like below. select plsqlapi.function1(param1,param2) from dual; function1 returns a string. when we open the query we are getting an access violation. can you please help us to find it? Direct Oracle Access 4.1.1.0 Delphi 10.1 Berlin Oracle 19c
  7. S

    DOA with Kerberos authentication

    HI, i tried to login into oracle database with out giving any credentials. that database is kerberos enabled. I am receiving "ORA-01017". is there any option i have to set from code before hitting database with out credentials. thanks Sudheer
  8. S

    Support for Oracle Wallet

    thanks marco. you mean to say no username and password needs to be entered. will it take from sqlnet.ora file and corresponding certificates?
  9. S

    Support for Oracle Wallet

    you mean to say existing DOA components will work normally with out any changes with regards to Oracle wallet. only thing i have to consider is username and password is not being entered explicitly. have to pass the logged in windows user details to oracle for authentication.
  10. S

    Support for Oracle Wallet

    Hi, Is DOA supports Oracle Wallet concept?
  11. S

    Clob as out parameter to Storedproc component

    the following delphi procedure what we are using. procedure getclob(); var templob : TLOBLocator; tempSession : TOracleSession; tempPackage : TOraclePackage; begin tempSession := TOracleSession.Create(Self); tempSession.LogonDatabase := 'temp'; tempSession.LogonUsername := 'temp'...
  12. S

    Clob as out parameter to Storedproc component

    Hi, I want to use clob as out parameter in storedproc component. I tried this but i am unable to accomplish it. please guide me how can i achieve this. thanks sudheer.
  13. S

    Not able to connect to db from delphi code through doa41dxe4

    I am getting error in Chinese. But i found the error code. That is ORA-12154: TNS:could not resolve the connect identifier specified.
  14. S

    Not able to connect to db from delphi code through doa41dxe4

    --- Info --- PL/SQL Developer Version 10.0.1.1694 83.86984 - Unlimited user license Windows 7 (64-bit) 6.1 Build 7601 (Service Pack 1) Physical memory : 4,193,848 kB (2,592,032 available) Paging file : 4,194,304 kB (4,194,304 available) Virtual memory : 2,097,024 kB...
  15. S

    Not able to connect to db from delphi code through doa41dxe4

    can you be specific because i can not share all the details. It violates company's policy.
Back
Top