Tag Info

New answers tagged

0

Per my answer here, the installation media contains every edition, and it's the licence key that dictates which licenced edition is available. The ISO you get from MSDN comes with a key for the edition specified on MSDN, but the key can be replaced with any valid key, as it's in a configuration file. If you need to deploy an arbitrary licenced edition, ...


1

Edit your /etc/oratab file to read: INFO:/u01/app/oracle/product/11.2.0/dbhome_1:Y I guess it's just one of those things you need to know to look for!


0

Answer from below thread solved my problem https://forums.oracle.com/forums/thread.jspa?threadID=2208254 apparently '=' is not needed in responsefile argument in netca cmd /u01/app/oracle/product/11.2.0/db_1/bin/netca /silent /responsefile /oracle_binaries/database/response/netca.rsp


1

First, the pro-forma: Better to uninstall the application rather than just delete the files. Yes, it doesn't help, but it is true and someone will bring it up, so saving time... Now, assuming that you just want the SID to be able to go through. Normally, the SID is stored in the registry HKEY_LOCAL_MACHINE\SOFTWARE\Oracle. It can be in several places ...


0

Yes, you can read from the registry code similar to this. long tLong = (long) Microsoft.Win32.Registry.GetValue(keyName, "TestLong", long.MinValue); Then you can use an "if" statement to determine what to do next.



Top 50 recent answers are included