Recent content by dlstites

  1. D

    Changing Oracle home on the fly...

    Apology to TommyN. This worked. I reinstalled Oracle Instant client to another directory changed my env variables and it connected. Thanks all for your support
  2. D

    Changing Oracle home on the fly...

    I wrote the little pgm and ran it InitOCI(); Memo1->Clear(); Memo1->Lines->Add("OracleHomeDir: "+OracleHomeDir); Memo1->Lines->Add("OCIDLL: "+OCIDLL); Memo1->Lines->Add("TNSNames(): "+TNSNames()); Memo1->Lines->Add("OracleHomeKey: "+OracleHomeKey)...
  3. D

    Changing Oracle home on the fly...

    Thanks for the suggestion, didn't work
  4. D

    Changing Oracle home on the fly...

    The Oracle registery is deleted still dosent work. I droped both the SQLNet.ora and TNSNames.ora (from a connecting machine)in the directory specified by TNS_ADMIN and it dosent work. I don't even get a drop down of the database combo box. Is there a way (in C++ personality) to get around...
  5. D

    Changing Oracle home on the fly...

    yes, 1) Evironment TNS_ADMIN=c:\perfectiv PATH=C:\Perfectiv 2) Registry (only added after environment didnt work) HKEY_Local_Machine\Software\Oracle OracleHomeDir=c:\perfectiv OracleHomeKey=c:\perfectiv c:\perfectiv (contents)...
  6. D

    Changing Oracle home on the fly...

    Both. 1) Change on the fly. (My product uses embedded oracle, and must be unaccessable to the client -- oracle's requirement for embedded oracle. My clients are large banks, Health insurance co's. Many PC's have oracle client on them, but require my product. Therefore, I need the "change...
  7. D

    Changing Oracle home on the fly...

    I would like to know the resolution of this issue. (an example using OracleCI using C++ also) but I cant even get Instant Oracle to work with DOA Borland BDS 2006, c++ personality I downloaded Instant Oracle put the contents in a single directory (c:\oracle) I set the environment variables...
  8. D

    Oracle monitor linking error

    I have not heard back from you. The package is installed, and I still get the link error. Do you have any ideas Thanks again for your assistance doug
  9. D

    Oracle monitor linking error

    Yes, doa40c2006.bpl is in the package list
  10. D

    Oracle monitor linking error

    BDS 10 C++ Personality When I put #pragma link "OracleMonitor" in the code I get the following link error Unresolved external '__tpdsc__ System::String' referenced from $BSD\LIB\OBJ\ORACLEMONITORINTF.OBJ Thanks for your assistance Doug
  11. D

    TOracleDataSet constructor

    I tried the following and it wouldn't compile TOracleDataSet *Ods = new TOracleDataSet(); I have a non-visual component where I would like to dynamically create a data set and the delete. Thanks in advance
  12. D

    Oracle Monitor Gives illegal instruction on load

    More information: Exception Excpetion in module OracleMonitor.exe at 00547AE. Error creating shared memory DOADirectory(5).
  13. D

    Oracle Monitor Gives illegal instruction on load

    Boot the primary machine. start the service: Service written in Delphi 5. Service is multi threaded DCOM remote data module with about 10 Providers attached to TOracleDataSets. On the whole, works well, but needs performance tuning. Nothing else running on machine. (sorry...
  14. D

    Oracle Monitor Gives illegal instruction on load

    Delphi 5.0 DOA 3.4 Oracle Monitor lite Application is a DCOM server. It is loaded to another machine. Oracle Monitor lite is Installed successfully on that machine. Start the application and get an immediate dr watson dump. The application continues to run fine, but the monitor never runs...
  15. D

    TNS cannot resolve service name

    Further research: As previously noted, there are two instances of oracle on this server, and also 2 different tnsnames.ora. Oracle 8.05 \orant\net80\admin\tnsnames.ora oracle 8.17 \oracle\ora81\network\admin\tnsnames.ora. Using the OracleAliasList function ... only those aliases in...
Back
Top