Recent content by johnsod

  1. johnsod

    Lazarus 1.6.2 / FreePascal 3.0

    Does anybody know if DOA is compatible with these products?
  2. johnsod

    Oracle Home

    Try creating a .cmd file which changes your path to see the 8i bin directory before the 10g and then invokes the queryreporter as above. Create a shortcut to run the .cmd file and point the icon to the queryreporter.exe. this should allow you access to a secondary oracle home for the program...
  3. johnsod

    ORA:12154: TNS: Could not resolve the connect identifier specified.

    Can you connect via sql*plus? this would test your tnsnames file. SQL*Developer, uses Java and bypasses the TNSNames.ora. Also try to TNSPing the connect string.
  4. johnsod

    queryreporter and multiple oracle homes

    Error Message is: Initialization error Could not load "C:\orant734\bin\oci.dll" OracleHomeKey: SOFTWARE\ORACLE\HOME0 OracleHomeDir: C:\orant734 Found: oci.dll Found: Ora73.dll Using: C:\orant734\bin\oci.dll LoadLibrary(C:\orant734\bin\oci.dll) returned 0. However, Home Selector tool indicates...
  5. johnsod

    queryreporter and multiple oracle homes

    I have currently 3 homes default_home 7.3.4&8.0.4 ala Designer 2000 install 817 home - set current in the oracle homes selector 920 home oracle 9i In plsqldeveloper I selected 817 home and all is well In query reporter I get error about file in the default_home Is there a way to override...
  6. johnsod

    What Version of Delphi Required?

    I have the Standard Edition of Delphi 5. Will the Direct Oracle Access for Delphi work with this, or will I need to upgrade to the professional or enterprise editions. I am only interested in connecting to Oracle Databases, not other ODBC datasources, etc. TIA, Dave
Back
Top