Recent content by theworkman

  1. T

    "ORA--12154 TNS:could not resolve service name" ONLY at Runtime.

    When I run the application these trace files are created. FILE "sessions.log_1808.trc" --- TRACE CONFIGURATION INFORMATION FOLLOWS --- New trace stream is c:\temp\Oracletrace\sessions.log_1808.trc New trace level is 4 --- TRACE CONFIGURATION INFORMATION ENDS --- --- PARAMETER SOURCE...
  2. T

    "ORA--12154 TNS:could not resolve service name" ONLY at Runtime.

    In this files I hade to change some Parenthesis for {} in order to post the message. This is the file "sessions.log_448_1.trc" when delphi opens the project. --- TRACE CONFIGURATION INFORMATION FOLLOWS --- New trace stream is c:\temp\Oracletrace\sessions.log_448_1.trc New trace level is 4 ---...
  3. T

    "ORA--12154 TNS:could not resolve service name" ONLY at Runtime.

    This is the file "sessions.log_448.trc" when delphi opens the project. --- TRACE CONFIGURATION INFORMATION FOLLOWS --- New trace stream is c:\temp\Oracletrace\sessions.log_448.trc New trace level is 4 --- TRACE CONFIGURATION INFORMATION ENDS --- --- PARAMETER SOURCE INFORMATION FOLLOWS ---...
  4. T

    "ORA--12154 TNS:could not resolve service name" ONLY at Runtime.

    Yes I tried. But I can't understand what's happening. I'll send you the trace files. The first one and the second are when I open the Delphi project. The other is when I run the application. (I'll send the files in different posts)
  5. T

    "ORA--12154 TNS:could not resolve service name" ONLY at Runtime.

    In Design Time the TOracleSession Component access the database, I can explore the tables it works well. But in runtime the TOracleSession doesn't connect to the Oracle, it raises an Exception
Back
Top