OUI-10133:Invalid staging area. [message #291696] |
Sun, 06 January 2008 01:17 |
sameer123
Messages: 1 Registered: January 2008
|
Junior Member |
|
|
hey wen i try to in stall oracle 10g on windows 2003 server it gives an error
Quote: |
OUI-10133:Invalid staging area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area."
|
an any1 help me out!
|
|
|
Re: OUI-10133:Invalid staging area. [message #291697 is a reply to message #291696] |
Sun, 06 January 2008 01:37 |
|
Michel Cadot
Messages: 68732 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Are you sure you are trying to install a correct version? It seems this is a version for NT or W2K but not W2003 server.
Are you sure you gave a correct path when oui asked you for?
Are you sure you are trying to install Oracle and not a patchset?
Regard
Michel
[Updated on: Sun, 06 January 2008 01:39] Report message to a moderator
|
|
|
Re: OUI-10133:Invalid staging area. [message #360989 is a reply to message #291696] |
Mon, 24 November 2008 09:44 |
LifeNiro
Messages: 1 Registered: November 2008
|
Junior Member |
|
|
On Windows, when you install Oracle (at least for the version I installed, Oracle 10.2.0.3 ^^), the environment variables are not set.
What often happens in that case is that the ORACLE_HOME definition is missing. You have to go to the System window and choose "SET ENVIRONMENT VARIABLES". There you'll have to set ORACLE_HOME to your "Oracle_home" directory + add the Opatch complete path (inside the oracle home path) in the "PATH" variable. Usually it will be "$ORACLE_HOME/Opatch".
Then, to apply the patch, open a command prompt from the startup menu and go to the patch directory. (using cd blablabla).
from there use the following command line:
"opatch apply"
This should work if the version of your patch fits the version installed of course !
|
|
|