Recent content by riccardog

  1. R

    Connecting at runtime is very slow (!?)

    I tried the InitOCI call and it's fast. The settings of tnsnames.ora are correct. The time of 2-4 seconds is the only connection time, it's not the query time. There isn't any event handlers setting. The server does not do nothing during this 2-4 seconds because the connection hasn't been...
  2. R

    Connecting at runtime is very slow (!?)

    I also supposed so, but I create the datamodule dinamically at runtime when I need to connect, so the global connection time would be the same (when the program start, the TOracleSession component does not exist). If I execute the steps: 1) At design time I set the right server,username,password...
  3. R

    Connecting at runtime is very slow (!?)

    I have this strange problem: if I set the property connected at true in the TOracleSession at the design phase, the connection is fast (few ms, even if I create the Data Module where I put then components dinamically). If I set the connected at false in the design phase and then I set it at true...
Back
Top