OUI Error Messages and Solution Reference List-757964.1
Oracle Universal Installer ( OUI ) Error Messages and Solution Reference List [ID 757964.1]
In this Document
Goal
Solution
OUI-10001
OUI-10004
OUI-10005
OUI-10020
OUI-10021
OUI-10022
OUI-10024
OUI-10025
OUI-10028
OUI-10029
OUI-7000
OUI-10031
OUI-10033
OUI-10034
OUI-10035
OUI-10036
OUI-10037
OUI-10038
OUI-10039
OUI-10040
OUI-10041
OUI-10044
OUI-10053
OUI-10054
OUI-10055
OUI-10056
OUI-10058
OUI-10059
OUI-10070
OUI-10082
OUI-10083
OUI-10088
OUI-10091
OUI-10092
OUI-10094
OUI-10095
OUI-10096
OUI-10104
OUI-10105
OUI-10116
OUI-10122
OUI-10135
OUI-10135:This inventory requires Oracle Universal Installer version or higher.
OUI-10136
OUI-10137
OUI-10153
Goal
Solution
OUI-10001
OUI-10004
OUI-10005
OUI-10020
OUI-10021
OUI-10022
OUI-10024
OUI-10025
OUI-10028
OUI-10029
OUI-7000
OUI-10031
OUI-10033
OUI-10034
OUI-10035
OUI-10036
OUI-10037
OUI-10038
OUI-10039
OUI-10040
OUI-10041
OUI-10044
OUI-10053
OUI-10054
OUI-10055
OUI-10056
OUI-10058
OUI-10059
OUI-10070
OUI-10082
OUI-10083
OUI-10088
OUI-10091
OUI-10092
OUI-10094
OUI-10095
OUI-10096
OUI-10104
OUI-10105
OUI-10116
OUI-10122
OUI-10135
OUI-10135:This inventory requires Oracle Universal Installer version or higher.
OUI-10136
OUI-10137
OUI-10153
--------------------------------------------------------------------------------
Applies to:
Oracle Universal Installer - Version: 10.2.0.1.0 to 11.1.0.6.0 - Release: 10.2 to 11.1
Information in this document applies to any platform.
Oracle Universal Installer - Version: 10.2.0.1.0 to 11.1.0.6.0 - Release: 10.2 to 11.1
Information in this document applies to any platform.
Goal
This Document is a reference for Oracle Universal Installer (OUI) Error Messages,Potential/Possible Cause and Potential/Possible Solution
This Document is a reference for Oracle Universal Installer (OUI) Error Messages,Potential/Possible Cause and Potential/Possible Solution
Solution
OUI-10001
OUI-10001:OUI cannot determine the platform. of this system. This may occur if OUI is running on a system that is not supported or there is a bug in OUI. Please confirm that the system is a supported configuration; if it is supported, please contact Oracle Support.
OUI-10001:OUI cannot determine the platform. of this system. This may occur if OUI is running on a system that is not supported or there is a bug in OUI. Please confirm that the system is a supported configuration; if it is supported, please contact Oracle Support.
POTENTIAL/POSSIBLE CAUSE:
OUI Determines the platform. from the file/inventory/ContentsXML/oraclehomeproperties.xml
OUI Determines the platform. from the file
This message can occur if :
1) OUI is not able to detect the platform. from the file/inventory/ContentsXML/oraclehomeproperties.xml
1) OUI is not able to detect the platform. from the file
OR
2) If OUI is running on a system that is not supported
OR
3) May be a bug in OUI
POTENTIAL/POSSIBLE SOLUTION:
Check the file
Check Metalink Certify to confirm that the system is a supported configuration
Or contact Oracle Support
OUI-10004
OUI-10004:The target area
POTENTIAL/POSSIBLE CAUSE:
For any Write operations in the inventory , a lock will be acquired by the OUI.The file "writer.lock" will be created under
POTENTIAL/POSSIBLE SOLUTION:
Check if there is a "writer.lock" already existing in /locks directory.
Check if there is another OUI running in the system which can hold a lock on the oraInventory.
Check if there is another OUI running in the system which can hold a lock on the oraInventory.
In Unix you can use the command:
% ps -ef | grep runInstaller
In Windows you can use the command:
> tasklist | findstr /R "setup.exe"
OR
> tasklist | findstr /R "oui.exe"
OR
> tasklist | findstr /R "javaw.exe"
( make sure that this is the java process respective one to OUI)
% ps -ef | grep runInstaller
In Windows you can use the command:
> tasklist | findstr /R "setup.exe"
OR
> tasklist | findstr /R "oui.exe"
OR
> tasklist | findstr /R "javaw.exe"
( make sure that this is the java process respective one to OUI)
Stop the process
Then try to start the OUI again
OUI-10005
OUI-10005:You do not have sufficient permissions to access the inventory, unable to remove an existing inactive writer lock file in the inventory. Make sure you have enough permission to the ''locks'' directory to create/remove the writer.lock file
OUI-10005:You do not have sufficient permissions to access the inventory
POTENTIAL/POSSIBLE CAUSE:
For any Write operations in the inventory, a lock will be acquired by the OUI.The file "writer.lock" will be created under /locks directory.Global inventory ( oraInventory ) was locked by another process and the writer.lock file still exists even after the process exited.The current OUI (process) is not able to remove the "writer.lock" file as the permission for the current user does not allow doing so.This is potential/POSSIBLE CAUSE the current user is neither the owner nor the member of the group which owns /locks directory
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the user have write permission on the directory /locks
Change the ownership of the/ to the current user
OR
Include the current user in the group which own the directory provided that the group have write permission to the directory.
Change the ownership of the
OR
Include the current user in the group which own the
OUI-10020
OUI-10020:The target area is being used as a source by another session. A write lock cannot be obtained.
OUI-10020:The target area
POTENTIAL/POSSIBLE CAUSE:
Global inventory ( oraInventory ) may accessed by another process.
For any Write operations in the inventory , a lock will be acquired by the OUI.
The file "writer.lock" will be created under/locks directory.
The above message is displayed if the directory is accessed by another process ( may be third party tools also).So OUI is not able to create a "writer.lock" file in /locks directory
The file "writer.lock" will be created under
The above message is displayed if the
POTENTIAL/POSSIBLE SOLUTION:
Check if any process is accessing the
If so kill/stop the process.
If so kill/stop the process.
In Unix you can use the command:
/sbin/fuser
REFERENCE
Note 358550.1 - OUI-10020 A write lock cannot be obtained
Note 358550.1 - OUI-10020 A write lock cannot be obtained
OUI-10021
OUI-10021:The target area is being written to by another session. A read lock cannot be obtained.
OUI-10021:The target area
POTENTIAL/POSSIBLE CAUSE:
Global inventory ( oraInventory ) is locked by another process.
Global inventory ( oraInventory ) is locked by another process.
For any reading operation or when OUI is started , OUI will create a "reader.lock" file in /locks directory.As already a write lock ("writer.lock") exists in the /locks directory , OUI will not be able to create a "reader.lock".Hence the error message is displayed.
POTENTIAL/POSSIBLE SOLUTION:
Check if there is a "writer.lock" already existing in/locks directory.
Check if there is another OUI running in the system, which can hold a lock on the orainventory.
Check if there is a "writer.lock" already existing in
Check if there is another OUI running in the system, which can hold a lock on the orainventory.
In Unix you can use the command:
% ps -ef | grep runInstaller
% ps -ef | grep runInstaller
In Windows you can use the command:
tasklist | findstr /R "setup.exe"
OR
tasklist | findstr /R "oui.exe"
OR
tasklist | findstr /R "javaw.exe" ( make sure that this is the java process respective one to OUI)
tasklist | findstr /R "setup.exe"
OR
tasklist | findstr /R "oui.exe"
OR
tasklist | findstr /R "javaw.exe" ( make sure that this is the java process respective one to OUI)
Stop the process
Then try to start the OUI again
Then try to start the OUI again
OUI-10022
OUI-10022:The target area cannot be used potential/POSSIBLE CAUSE it is in an invalid state.
OUI-10022:The target area
POTENTIAL/POSSIBLE CAUSE:
This error can occur due to multiple reasons. Mostly the reason should be Global inventory ( oraInventory> corruption.
This error can occur due to multiple reasons. Mostly the reason should be Global inventory ( oraInventory> corruption.
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the user have write permission on the directory
Check the health of the inventory using the OPatch :
Check the health of the inventory using the OPatch :
% OPatch lsinventory
Verify if the command is able to list the detail
If the Central inventory is corrupted, then this can be recreated from 10.2.0.1.0 onwards:
If the Central inventory is corrupted, then this can be recreated from 10.2.0.1.0 onwards:
Note 556834.1 - Steps To Recreate Central Inventory (oraInventory) In RDBMS Homes
OUI-10024
OUI-10024:The DISPLAY environment variable is not set. The DISPLAY environment variable should be set to:, where the is usually :0.0.
OUI-10024:The DISPLAY environment variable is not set. The DISPLAY environment variable should be set to
POTENTIAL/POSSIBLE CAUSE:
The DISPLAY environment variable is not set
OUI Requires DISPLAY variable to be Set
The DISPLAY environment variable is not set
OUI Requires DISPLAY variable to be Set
POTENTIAL/POSSIBLE SOLUTION:
Check if the DISPLAY environment variable is not set
Use the following command to view the current DISPLAY environment variable setting:
Use the following command to view the current DISPLAY environment variable setting:
echo $DISPLAY
If not then set the same as follows:
Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
For csh:
% setenv DISPLAY 192.168.1.128:0.0
% setenv DISPLAY 192.168.1.128:0.0
For sh, ksh and bash:
$ DISPLAY=192.168.1.128:0.0
$ export DISPLAY
$ DISPLAY=192.168.1.128:0.0
$ export DISPLAY
Use the following command to see what shell is being used:
% echo $SHELL
% echo $SHELL
OUI-10025
OUI-10025:Unable to start an interactive install session potential/POSSIBLE CAUSE of the following error:The DISPLAY environment variable should be set to:, where the is usually 0.0
OUI-10025:Unable to start an interactive install session potential/POSSIBLE CAUSE of the following error:The DISPLAY environment variable should be set to
POTENTIAL/POSSIBLE CAUSE:
The DISPLAY environment variable is not set properly or client users are not authorized to connect to the X Server
The DISPLAY environment variable is not set properly or client users are not authorized to connect to the X Server
POTENTIAL/POSSIBLE SOLUTION:
Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
For csh:
% setenv DISPLAY 192.168.1.128:0.0
For sh, ksh and bash:
$ DISPLAY=192.168.1.128:0.0
$ export DISPLAY
$ DISPLAY=192.168.1.128:0.0
$ export DISPLAY
Use the following command to see what shell is being used:
echo $SHELL
echo $SHELL
Use the following command to view the current DISPLAY environment variable setting:
echo $DISPLAY
echo $DISPLAY
Make sure that client users are authorized to connect to the X Server.
To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
% xhost +
To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
% xhost +
To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance
REFERENCE:
Note 153960.1 - FAQ: X Server Testing and Troubleshooting
OUI-10028
OUI-10028:The directory location you have specified,
Do you want to continue installation in this Oracle Home?
POTENTIAL/POSSIBLE CAUSE:
OUI is not able to get the Oracle Home details from the Central inventory ( oraInventory ).
POTENTIAL/POSSIBLE SOLUTION:
Check if the Oracle home is present in the central inventory.
Use the following command to find the same:
Use the following command to find the same:
% OPatch lsinventory -all
If the Oracle home is not present in the Oracle Home use the following command to register the same with the Central inventory :
In UNIX :
% cd $ORACLE_HOME/oui/bin
%./runInstaller -attachHome ORACLE_HOME="<10g Oracle_Home Path>" ORACLE_HOME_NAME=""
In Windows:
> cd %ORACLE_HOME%/oui/bin
> setup.exe -attachHome ORACLE_HOME="<10g Oracle_Home Path>" ORACLE_HOME_NAME=""
% cd $ORACLE_HOME/oui/bin
%./runInstaller -attachHome ORACLE_HOME="<10g Oracle_Home Path>" ORACLE_HOME_NAME="
In Windows:
> cd %ORACLE_HOME%/oui/bin
> setup.exe -attachHome ORACLE_HOME="<10g Oracle_Home Path>" ORACLE_HOME_NAME="
OUI-10029
OUI-10029:You have specified a non-empty directory to install this product. It is recommended to specify either an empty or a non-existent directory. You may, however, choose to ignore this message if the directory contains Operating System generated files or subdirectories like 'lost+found'.
OUI-10030
OUI-10030:You have specified a non-empty directory to install this product. It is recommended to specify either an empty or a non-existent directory. You may, however, choose to ignore this message if the directory contains Operating System generated files or subdirectories like 'lost+found'.Do you want to proceed with installation in this Oracle Home?
OUI-10030:You have specified a non-empty directory to install this product. It is recommended to specify either an empty or a non-existent directory. You may, however, choose to ignore this message if the directory contains Operating System generated files or subdirectories like 'lost+found'.Do you want to proceed with installation in this Oracle Home?
POTENTIAL/POSSIBLE CAUSE:
The Oracle Home path (directory) specified for the installation is an already existing one and the directory contains files or subdirectories
POTENTIAL/POSSIBLE SOLUTION:
Check if there is any directory/files exist inside the Oracle Home directory specified. Remove the directories/files if they are not required ones.
You can ignore directories like "lost+found".Then continue the installation
OR
OR
Specify another non-existent directory, as Oracle home. OUI will create the same during installation.
OR
OR
Specify a directory, which is Empty
NOTE: use "-force" to make a silent install progress past this error
REFERENCE:
Note 443385.1 - WARNING: OUI-10030 on a Patchset Installation
Note 443385.1 - WARNING: OUI-10030 on a Patchset Installation
OUI-7000
OUI-7000: The following registry entries could not be created:Make sure you have sufficient privileges to update the registry or create the entries manually
OUI-7000: The following registry entries could not be created:
POTENTIAL/POSSIBLE CAUSE:
In sufficient privileges to update the registry
POTENTIAL/POSSIBLE SOLUTION:
Registry entries are created/updated at the time of installation.
Make sure that the user-installing oracle has administrator rights to update the registry.
Make sure that the user-installing oracle has administrator rights to update the registry.
OUI-10031
OUI-10031:Inventory location cannot be empty
OUI-10031:Inventory location cannot be empty
POTENTIAL/POSSIBLE CAUSE:
OUI Creates a Central Inventory ( oraInventory) at the time of first installation on the server.
The location for the central Inventory was not specified
OUI Creates a Central Inventory ( oraInventory) at the time of first installation on the server.
The location for the central Inventory was not specified
POTENTIAL/POSSIBLE SOLUTION:
Specify the location for the central Inventory and continue the installation.
Specify the location for the central Inventory and continue the installation.
OUI-10033
OUI-10033:The inventory location
POTENTIAL/POSSIBLE CAUSE:
There can be multiple POTENTIAL/POSSIBLE CAUSE for the error.
Most of the times the problem will be related to :
There can be multiple POTENTIAL/POSSIBLE CAUSE for the error.
Most of the times the problem will be related to :
1) Incorrect Inventory location specified in the oraInst.loc file
2) Oracle user will not be having proper permissions on the inventory location specified in the oraInst.loc
2) Oracle user will not be having proper permissions on the inventory location specified in the oraInst.loc
POTENTIAL/POSSIBLE SOLUTION:
Make sure that that the inventory location specified in the oraInst.loc file is correct and also you have proper permissions on the specified location.
Make sure that that the inventory location specified in the oraInst.loc file is correct and also you have proper permissions on the specified location.
REFERENCE:
Note 469637.1 - Clone.pl Fails With Error "Exiting With Status 255"
Note 452780.1 - 11gR1 OUI Error: "OUI-10035 OR OUI-10033"
Note 469637.1 - Clone.pl Fails With Error "Exiting With Status 255"
Note 452780.1 - 11gR1 OUI Error: "OUI-10035 OR OUI-10033"
OUI-10034
OUI-10034:Inventory location is invalid
POTENTIAL/POSSIBLE CAUSE:
There are several reasons this can occur:
1) The inventory location is truly invalid
2) The inventory location is not accessible by the user trying to do the install
the group listed for group= in the /var/opt/oracle/oraInst.loc or /etc/oraInst.loc file is different then the group of the user running the OUI and cannot access or write to the oraInventory.
There are several reasons this can occur:
1) The inventory location is truly invalid
2) The inventory location is not accessible by the user trying to do the install
the group listed for group= in the /var/opt/oracle/oraInst.loc or /etc/oraInst.loc file is different then the group of the user running the OUI and cannot access or write to the oraInventory.
POTENTIAL/POSSIBLE SOLUTION:
Note 285305.1 - 'Inventory location is invalid' error pop-up is displayed when OUI first comes up
Note 285305.1 - 'Inventory location is invalid' error pop-up is displayed when OUI first comes up
OUI-10035
OUI-10035:You do not have permission to write to the inventory location.
OUI-10035:You do not have permission to write to the inventory location.
POTENTIAL/POSSIBLE CAUSE:
The inventory location is not accessible by the user trying to do the install
The inventory location is not accessible by the user trying to do the install
POTENTIAL/POSSIBLE SOLUTION:
The oraInventory that is being pointed to via the inventory_loc reference in the /var/opt/oracle/oraInst.loc or /etc/oraInst.loc file or inst_loc in registry has permissions that restrict the user running the OUI from writing to the oraInventory.
Ensure that the user is the correct user to perform. the install, if so then you will need to do a recursive chmod to allow access to the oraInventory;
e.g
e.g
$ chmod -R 755 /oraInventory
OUI-10036
OUI-10036:Could not create the inventory location. You may not have permission to write to this location.
OUI-10036:Could not create the inventory location. You may not have permission to write to this location.
POTENTIAL/POSSIBLE CAUSE:
There is no proper permission for the oracle user on the inventory location specified during installation.
POTENTIAL/POSSIBLE SOLUTION:
Ensure that the user is the correct user to perform. the install and the user have proper permissions in the specified directory
Check the same using the command:
Check the same using the command:
% ls -l
If there is no proper permission for the user then provide the same:
% chmod -R 755
% chmod -R 755
OUI-10037
OUI-10037:Unable to set up inventory. You may not have the proper permissions.
POTENTIAL/POSSIBLE CAUSE:
There is no proper permission for the oracle user on the inventory location specified during installation.
POTENTIAL/POSSIBLE SOLUTION:
Ensure that the user is the correct user to perform. the install and the user have proper permissions in the specified directory
Check the same using the command:
% ls -l
% ls -l
If there is no proper permission for the user then provide the same:
% chmod -R 755
% chmod -R 755
OUI-10038
OUI-10038:You do not have the necessary permissions to write to the inventory at
POTENTIAL/POSSIBLE CAUSE:
There is no write permission for the user on the inventory location specified during installation.
POTENTIAL/POSSIBLE SOLUTION:
Ensure that the user is the correct user to perform. the install and the user have proper permissions in the specified directory
Check the same using the command:
% ls -l
% ls -l
If there is no proper permission for the user then provide the same:
% chmod -R 755
% chmod -R 755
REFERENCE:
Note 433805.1- Oracle Universal Installer (OUI) Reports Error OUI-10038
Note 433805.1- Oracle Universal Installer (OUI) Reports Error OUI-10038
OUI-10039
OUI-10039:Unable to read install inventory
POTENTIAL/POSSIBLE CAUSE:
There is no Read permission for the user on the inventory location.
There is no Read permission for the user on the inventory location.
POTENTIAL/POSSIBLE SOLUTION:
Ensure that the user is the correct user to perform. the install and the user have proper permissions in the specified inventory
Check the same using the command:
% ls -l
% ls -l
If there is no proper permission for the user then provide the same:
% chmod -R 755
% chmod -R 755
OUI-10040
OUI-10040: Unable to read inventory pointer file: Check if you have the proper permissions.
OUI-10040: Unable to read inventory pointer file: Check if you have the proper permissions.
POTENTIAL/POSSIBLE CAUSE:
The inventory pointer ( oraInst.loc ) will be owned by "root" and other users will have read permission on the same:
The inventory pointer ( oraInst.loc ) will be owned by "root" and other users will have read permission on the same:
EG :
[oracle@oracle ~]$ ls -l /etc/oraInst.loc
-rw-r--r-- 1 root root 65 Oct 3 18:42 /etc/oraInst.loc
[oracle@oracle ~]$ ls -l /etc/oraInst.loc
-rw-r--r-- 1 root root 65 Oct 3 18:42 /etc/oraInst.loc
But in this case there is no Read permission for the oracle user on the inventory pointer.
POTENTIAL/POSSIBLE SOLUTION:
Ensure that the user is the correct user to perform. the inventory actions and the user has proper permissions in the inventory pointer ( oraInst.loc )
Ensure that the user is the correct user to perform. the inventory actions and the user has proper permissions in the inventory pointer ( oraInst.loc )
Check the same using the command:
% ls -l
% ls -l
If there is no proper permission for the user then provide the same: (as "root" user)
% chmod -R 644
% chmod -R 644
REFERENCE:
Note 401230.1 - OUI-10058 OUI-10040 When Installing Oracle 10g
Note 401230.1 - OUI-10058 OUI-10040 When Installing Oracle 10g
OUI-10041
OUI-10041:Unable to read inventory location registry entry:. Check if the registry entry exists and if you have the proper permissions.
OUI-10041:Unable to read inventory location registry entry:. Check if the registry entry exists and if you have the proper permissions.
POTENTIAL/POSSIBLE CAUSE:
Accessing the inventory pointer (orainst_loc) key requires administrator privileges and other users will have read permission on the same:
Accessing the inventory pointer (orainst_loc) key requires administrator privileges and other users will have read permission on the same:
The following command will display the central inventory pointer (orainst_loc) key and value.
C:\>reg query HKLM\SOFTWARE\ORACLE /v inst_loc
POTENTIAL/POSSIBLE SOLUTION:
Make sure that you have administrator privileges to read the registry HKLM\SOFTWARE\ORACLE\inst_loc
Make sure that you have administrator privileges to read the registry HKLM\SOFTWARE\ORACLE\inst_loc
OUI-10044
OUI-10044:The selected location already contains an Oracle Home or APPL_TOP created while running a different OS.
OUI-10044:The selected location already contains an Oracle Home or APPL_TOP created while running a different OS.
POTENTIAL/POSSIBLE CAUSE:
This Error can occur mainly in two conditions:
This Error can occur mainly in two conditions:
1) The software/patchset which you are trying to install is meant for a different platform
2) The file /install.platform. is corrupted.
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the software/patchset you are trying install is meant for the same platform
Make sure that the file/install. platform. is fine.
Make sure that the file
Please check the
Note 739907.1 - OUI-10044:The Selected Oracle Home Location Already Contains An Oracle Home Or APPL_TOP Created While Running a Different OS ".
Note 739907.1 - OUI-10044:The Selected Oracle Home Location Already Contains An Oracle Home Or APPL_TOP Created While Running a Different OS ".
REFERENCE:
Note 739907.1- OUI-10044:The Selected Oracle Home Location Already Contains An Oracle Home Or APPL_TOP Created While Running a Different OS
Note 559430.1 - Installing a Patchset to an Oracle Client on Windows 64-bit Fails with OUI-10044
Note 739907.1- OUI-10044:The Selected Oracle Home Location Already Contains An Oracle Home Or APPL_TOP Created While Running a Different OS
Note 559430.1 - Installing a Patchset to an Oracle Client on Windows 64-bit Fails with OUI-10044
OUI-10053
OUI-10053:Unable to generate temporary script. Unable to continue install.
OUI-10053:Unable to generate temporary script. Unable to continue install.
POTENTIAL/POSSIBLE CAUSE:
This Error occurs usually when generating the script. orainstRoot.sh in the /tmp directory.
The user may not have proper permission in the directory "/tmp" or "/tmp" is full
POTENTIAL/POSSIBLE SOLUTION:
Check the permissions of the /tmp directory
% ls -l /tmp
Make sure that /tmp have proper write permissions:
Run the command :
% chmod 0777 /tmp ( as root )
Run the command :
% chmod 0777 /tmp ( as root )
Check if the /tmp have Enough Space for creating the file.
OUI-10054
OUI-10054:Unable to modify the group ownership of the OUI inventory to the requested group name. Either the specified group doesn't exist, or the current userid does not belong to that group. If the group exists, you may run the shell script. as root to change the group name after installation is complete.
OUI-10054:Unable to modify the group ownership of the OUI inventory to the requested group name. Either the specified group doesn't exist, or the current userid does not belong to that group. If the group exists, you may run the shell script. as root to change the group name after installation is complete.
POTENTIAL/POSSIBLE CAUSE:
This Error occurs usually when the script. root.sh tries to modify the Central inventory group ownership
This Error occurs usually when the script. root.sh tries to modify the Central inventory group ownership
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the group specified at the start of installation is an existing one
Make sure that the particular oracle user is a part of the particular group specified at the start of installation is an existing one
Eg:To check the group "dba"
%cat /etc/group | grep dba
dba:x:502:oracle
dba:x:502:oracle
(This means that the group "dba" exist , the group id is "502" and the user "oracle" is a part of the group "dba")
OUI-10055
OUI-10055:Error in accessing the registry
POTENTIAL/POSSIBLE CAUSE:
This Error usually occurs when the user is not having administrator rights/permission on the registry
This Error usually occurs when the user is not having administrator rights/permission on the registry
POTENTIAL/POSSIBLE SOLUTION:
Make sure that you have administrator privileges in accessing/modifying the registry.
Check the permissions in regedit->hkey_local_machine->software->oracle (permissions- advanced tab )
Check the permissions in regedit->hkey_local_machine->software->oracle (permissions- advanced tab )
OUI-10056
OUI-10056:Error updating the registry
POTENTIAL/POSSIBLE CAUSE:
This Error usually occurs when the user is not having administrator rights/permission on the registry
This Error usually occurs when the user is not having administrator rights/permission on the registry
POTENTIAL/POSSIBLE SOLUTION:
Make sure that you have administrator privileges in accessing/modifying the registry.
Check the permissions in regedit->hkey_local_machine->software->oracle (permissions- advanced tab )
Check the permissions in regedit->hkey_local_machine->software->oracle (permissions- advanced tab )
OUI-10058
OUI-10058:The OUI Inventory on this system does not exist or is not writable. The possible POTENTIAL/POSSIBLE CAUSE are:
1. The script./orainstRoot.sh was not executed with root privileges, or an error occurred during execution.
2. You are not a member of the specified installer group.
OUI-10058:The OUI Inventory on this system does not exist or is not writable. The possible POTENTIAL/POSSIBLE CAUSE are:
1. The script.
2. You are not a member of the specified installer group.
POTENTIAL/POSSIBLE CAUSE:
The orainstRoot.sh script. has not set the permissions correctly potential/POSSIBLE CAUSE not executed as "root" user
OR
The oracle user is a not a part of the particular group specified at the start of installation
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the script. is run as user "root"
Make sure that the particular oracle user is a part of the particular group specified at the start of installation is an existing one
Make sure that the particular oracle user is a part of the particular group specified at the start of installation is an existing one
Eg: to check the group "dba"
%cat /etc/group | grep dba
dba:x:502:oracle
%cat /etc/group | grep dba
dba:x:502:oracle
(This means that the group "dba" exist , the group id is "502" and the user "oracle" is a part of the group "dba")
REFERENCE:
Note 401230.1 - OUI-10058 OUI-10040 When Installing Oracle 10g
Note 743639.1 - OUI Reports OUI-10058 At The End Of An Installation
Note 361788.1 - Problem: Grid Control Installation Fails with Error ' OUI- 10058' when Using Unix 'sudo' Commands to Run root.sh scripts During 10.2.0.1 Installation
Note 755981.1 - Upgrade Agent fails with Error 'OUI-10058' after running orainstroot.sh as root user
Note 401230.1 - OUI-10058 OUI-10040 When Installing Oracle 10g
Note 743639.1 - OUI Reports OUI-10058 At The End Of An Installation
Note 361788.1 - Problem: Grid Control Installation Fails with Error ' OUI- 10058' when Using Unix 'sudo' Commands to Run root.sh scripts During 10.2.0.1 Installation
Note 755981.1 - Upgrade Agent fails with Error 'OUI-10058' after running orainstroot.sh as root user
OUI-10059
OUI-10059:English cannot be removed from the selected languages.English files are always installed.
POTENTIAL/POSSIBLE CAUSE:
If multiple languages are defined for the products installed, Oracle Universal Installer allows language selection for all installation types through the "Languages button"
If you click on the Product languages, the screen with selection/deselection list will appear.In this case English will be selected by default and cannot be deselected as English files are always installed.This message will appear when you try to deselect English
POTENTIAL/POSSIBLE SOLUTION:
Do not try to deselect the English from the language list as English files are always installed.
REFERENCE:
Note 563647.1 - Oracle Internationalization and Translation Using Oracle Universal Installer (OUI)
Note 563647.1 - Oracle Internationalization and Translation Using Oracle Universal Installer (OUI)
OUI-10070
OUI-10070:The patch , which is part of patch set has not been selected for installation.
POTENTIAL/POSSIBLE CAUSE:
May be you are trying to install the binaries on top of a wrong Oracle Home
May be you are trying to install the binaries on top of a wrong Oracle Home
Eg:
Installing 10.2.0.1.0 on top of 10.1.0.5.0.In this case you may get this error.
Installing 10.2.0.1.0 on top of 10.1.0.5.0.In this case you may get this error.
POTENTIAL/POSSIBLE SOLUTION:
Install the base software ( i.e. 10.2.0.1.0 in this case) in a separate Oracle Home and the upgrade the database
Install the base software ( i.e. 10.2.0.1.0 in this case) in a separate Oracle Home and the upgrade the database
REFERENCE:
Note 390451.1 - Getting Error OUI-10070 when Upgrading to 10.2.0.2
Note 390451.1 - Getting Error OUI-10070 when Upgrading to 10.2.0.2
OUI-10082
OUI-10082:The staging area needs Oracle Universal Installer version
POTENTIAL/POSSIBLE CAUSE:
The OUI you are trying to use is an older version.So the installation cannot continue
The OUI you are trying to use is an older version.So the installation cannot continue
For Eg:
When trying to install Oracle RDBMS 10.2 or later with a 10.1 OUI , you may encounter this error:
When trying to install Oracle RDBMS 10.2 or later with a 10.1 OUI , you may encounter this error:
POTENTIAL/POSSIBLE SOLUTION:
Use the OUI specific to the Version of the Oracle software.
Use the OUI specific to the Version of the Oracle software.
For Eg:
Installation of Oracle RDBMS 10.2 requires OUI 10.2 or later
Installation of Oracle RDBMS 10.2 requires OUI 10.2 or later
OUI-10083
OUI-10083:Some of the components you selected cannot be de-installed potential/POSSIBLE CAUSE they were installed using Oracle Universal Installer version {0}. Please use Oracle Universal Installer version or higher to de-install these products.
OUI-10083:Some of the components you selected cannot be de-installed potential/POSSIBLE CAUSE they were installed using Oracle Universal Installer version {0}. Please use Oracle Universal Installer version or higher to de-install these products.
POTENTIAL/POSSIBLE CAUSE:
The OUI you are trying to use is an older version.So the de-installation cannot continue
The OUI you are trying to use is an older version.So the de-installation cannot continue
For Eg:
When trying to de-install Oracle RDBMS 10.2 or later with a 10.1 OUI , you may encounter this error:
When trying to de-install Oracle RDBMS 10.2 or later with a 10.1 OUI , you may encounter this error:
POTENTIAL/POSSIBLE SOLUTION:
Use the OUI specific to the Version of the Oracle software for de-installation.
For Eg:
De-installation of Oracle RDBMS 10.2 requires OUI 10.2 or later
De-installation of Oracle RDBMS 10.2 requires OUI 10.2 or later
OUI-10088
OUI-10088:This is a required component. You cannot de-select a required component.
OUI-10088:This is a required component. You cannot de-select a required component.
POTENTIAL/POSSIBLE CAUSE:
This error can occur when you try to de-select a required component.There may be dependencies with the component which you are trying to de-select
This error can occur when you try to de-select a required component.There may be dependencies with the component which you are trying to de-select
For EG:
When you are doing a custom installation of Oracle RDBMS and you are trying to de-select a required component, which is required for the functioning of Oracle RDBMS kernel, this message is displayed.
When you are doing a custom installation of Oracle RDBMS and you are trying to de-select a required component, which is required for the functioning of Oracle RDBMS kernel, this message is displayed.
POTENTIAL/POSSIBLE SOLUTION:
It is not possible to de-select a required component.
It is not possible to de-select a required component.
OUI-10091
OUI-10091:There are no patches that need to be applied from the patchset Oracle Patchset x.x.x.x.x."
OUI-10091:There are no patches that need to be applied from the patchset Oracle
POTENTIAL/POSSIBLE CAUSE:
Oracle Universal Installer (OUI) will throw the message due to reasons :
Oracle Software might be already on x.x.x.x.x.Please start the sqlplus and check the banner for the version to make sure that the version of the software.
You might be applying the patchset x.x.x.x.x on a wrong ORACLE_HOME.
The Local inventory may be corrupted.
POTENTIAL/POSSIBLE SOLUTION:
Make sure that you are applying the patchset on top of the correct Oracle Home.
Make sure that the inventory is healthy.Check if OPatch is able to list all the products.
% OPatch lsinventory -detail
( if local inventory is corrupted, the only ways is to reinstall the software)
Make sure that you are applying the patchset on top of the correct Oracle Home.
Make sure that the inventory is healthy.Check if OPatch is able to list all the products.
% OPatch lsinventory -detail
( if local inventory is corrupted, the only ways is to reinstall the software)
Then continue with the installation
REFERENCE:
Note.454323.1 OUI-10091 There are no patches that need to be applied from the patch set Oracle Database 10g Release 2 Patch Set 2 10.2.0.3:
Note.444672.1 OUI-10091 There are 0 products installed in this ORACLE_HOME:
Note.399150.1 Error 'SEVERE OUI-10091' When Performing a Silent Reinstall Using Same Directory Path and %ORACLE_HOME_NAME%:
Note.454323.1 OUI-10091 There are no patches that need to be applied from the patch set Oracle Database 10g Release 2 Patch Set 2 10.2.0.3:
Note.444672.1 OUI-10091 There are 0 products installed in this ORACLE_HOME:
Note.399150.1 Error 'SEVERE OUI-10091' When Performing a Silent Reinstall Using Same Directory Path and %ORACLE_HOME_NAME%:
OUI-10092
OUI-10092:The selected patches cannot be applied in this Oracle Home. Please try installing them in a different Oracle Home.
OUI-10092:The selected patches cannot be applied in this Oracle Home. Please try installing them in a different Oracle Home.
POTENTIAL/POSSIBLE CAUSE:
The patch/patchset you are trying to install is not suited for the particular oracle home.
The patchset may be of a different version.
Eg:
when you are trying to install a 10.2.0.4.0 on top of a 10.1.0.5.0 Oracle Home
The patchset may be already applied on the Oracle home
The patchset you are trying to install is of a lower version
Eg:
When you are trying to install a 10.2.0.3.0 patchset on top a 10.2.0.4.0 Oracle Home
Eg:
When you are trying to install a 10.2.0.3.0 patchset on top a 10.2.0.4.0 Oracle Home
POTENTIAL/POSSIBLE SOLUTION:
Check the version of the Oracle Home
%/OPatch/OPatch lsinventory -detail
%
Make sure that the patchset is suited for the version of the ORACLE HOME
OUI-10094
OUI-10094:Problem in saving inventory. Installation cannot continue
OUI-10094:Problem in saving inventory. Installation cannot continue
POTENTIAL/POSSIBLE CAUSE:
This can be due to multiple reasons.Refer the notes mentioned in the POTENTIAL/POSSIBLE SOLUTION section.
This can be due to multiple reasons.Refer the notes mentioned in the POTENTIAL/POSSIBLE SOLUTION section.
SOLUTION:
Note 363266.1 - Installation of 10g fails with OUI-10094:Problem in saving inventory
Note 338507.1 - 10.2 Installation fails with OUI Error "OUI-10094:Problem in saving inventory"
Note 371397.1 - OUI-10094:Problem in saving inventory. Installation cannot continue
Note 341852.1 - 'OUI-10094:Problem in Saving Inventory' Installing 10.2 with 8.1.7 Installed in the Same System
Note 363266.1 - Installation of 10g fails with OUI-10094:Problem in saving inventory
Note 338507.1 - 10.2 Installation fails with OUI Error "OUI-10094:Problem in saving inventory"
Note 371397.1 - OUI-10094:Problem in saving inventory. Installation cannot continue
Note 341852.1 - 'OUI-10094:Problem in Saving Inventory' Installing 10.2 with 8.1.7 Installed in the Same System
OUI-10095
OUI-10095:You may not have enough space to write to the inventory. Do you still want to continue?
OUI-10095:You may not have enough space to write to the inventory. Do you still want to continue?
POTENTIAL/POSSIBLE CAUSE:
This Error occurs when the space in the Disk where inventory is residing is full
This Error occurs when the space in the Disk where inventory is residing is full
POTENTIAL/POSSIBLE SOLUTION:
Make sure that you have sufficient space in the disk before you continue with the installation. Else this may lead to inventory corruption
Make sure that you have sufficient space in the disk before you continue with the installation. Else this may lead to inventory corruption
OUI-10096
OUI-10096:You may not have enough space to write to < location >. Please create more space at this location and try again
POTENTIAL/POSSIBLE CAUSE:
The Disk where the Oracle Home is getting installed/already installed is full. The Base software/patchset installation cannot continue due to the same.
The Disk where the Oracle Home is getting installed/already installed is full. The Base software/patchset installation cannot continue due to the same.
POTENTIAL/POSSIBLE SOLUTION:
Add more space to the disk and try the installation again
Add more space to the disk and try the installation again
OUI-10104
OUI-10104:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any Recommended assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them.
OUI-10104:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any Recommended assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them.
POTENTIAL/POSSIBLE CAUSE:
Some of the recommended Configuration Assistants failed at the time of installation.
Some of the recommended Configuration Assistants failed at the time of installation.
POTENTIAL/POSSIBLE SOLUTION:
Retry the failed configuration Assistants
Retry the failed configuration Assistants
OUI-10105
OUI-10105:Some of the configuration assistants failed. However these are optional assistants, so they are not required for the correct configuration of your system. If you want to try to run those assistants again, select the failed assistants and click the 'Retry' button.
OUI-10105:Some of the configuration assistants failed. However these are optional assistants, so they are not required for the correct configuration of your system. If you want to try to run those assistants again, select the failed assistants and click the 'Retry' button.
POTENTIAL/POSSIBLE CAUSE:
Some of the optional Configuration Assistants failed at the time of installation.
Some of the optional Configuration Assistants failed at the time of installation.
EG:
The DBCA ( Database Configuration Assistant) failed at the end of the installation
The DBCA ( Database Configuration Assistant) failed at the end of the installation
POTENTIAL/POSSIBLE SOLUTION:
Retry the failed configuration Assistants or invoke the Configuration assistant after the installation
Retry the failed configuration Assistants or invoke the Configuration assistant after the installation
For Eg:(for DBCA)
/bin/dbca
OUI-10116
OUI-10116:Unable to synchronize home. Not enough permission to write to directory
OUI-10116:Unable to synchronize home. Not enough permission to write to directory
POTENTIAL/POSSIBLE CAUSE:
OUI tries to synchronize all the Oracle Homes at the End of the installation
This Message may occur when the user-installing Oracle does not have sufficient permission on the other Oracle Home.
OUI tries to synchronize all the Oracle Homes at the End of the installation
This Message may occur when the user-installing Oracle does not have sufficient permission on the other Oracle Home.
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the user have sufficient permission of the Oracle Homes or the user is from the Group specific to all the installations.
Make sure that the user have sufficient permission of the Oracle Homes or the user is from the Group specific to all the installations.
OUI-10122
OUI-10122:There was a problem in accessing the staging area. File not found.
OUI-10122:There was a problem in accessing the staging area. File not found.
POTENTIAL/POSSIBLE CAUSE:
OUI expect certain files to be present in the Staging area.But OUI was not able to find the same as the staging area may be corrupted.
OUI expect certain files to be present in the Staging area.But OUI was not able to find the same as the staging area may be corrupted.
POTENTIAL/POSSIBLE SOLUTION:
Make sure that the downloaded software ( staging area ) is not corrupted
Make sure that the downloaded software ( staging area ) is not corrupted
OUI-10135
OUI-10135:This inventory requires Oracle Universal Installer version or higher.
POTENTIAL/POSSIBLE CAUSE:
The OUI you are trying to use is an older version.So the inventory operations cannot continue
The OUI you are trying to use is an older version.So the inventory operations cannot continue
For Eg:
When trying to update the inventory of Oracle RDBMS 10.2 or later with a 10.1 OUI , you may encounter this error:
When trying to update the inventory of Oracle RDBMS 10.2 or later with a 10.1 OUI , you may encounter this error:
POTENTIAL/POSSIBLE SOLUTION:
Use the OUI specific to the Version of the Oracle software for de-installation.
Use the OUI specific to the Version of the Oracle software for de-installation.
OUI-10136
OUI-10136:An
POTENTIAL/POSSIBLE CAUSE:
An Oracle Home already exist in the path selected for the installation.
POTENTIAL/POSSIBLE SOLUTION:
Select another path for the installation or de-install the Oracle Home already installed in the particular path ( if required no longer)and perform. the new installation.
Select another path for the installation or de-install the Oracle Home already installed in the particular path ( if required no longer)and perform. the new installation.
OUI-10137
OUI-10137:An Oracle Home with name already exists at location. Please specify another name.
OUI-10137:An Oracle Home with name
POTENTIAL/POSSIBLE CAUSE:
An Oracle Home with the specified name already exist in the Inventory.
An Oracle Home with the specified name already exist in the Inventory.
POTENTIAL/POSSIBLE SOLUTION:
Specify another name for the Oracle Home and continue with the installation.
Specify another name for the Oracle Home and continue with the installation.
OUI-10153
OUI-10153:Error: The Oracle Home is not valid for cloning. Install-time information cannot be retrieved for component.
POTENTIAL/POSSIBLE CAUSE:
May be due to some of the components are not properly installed or inventory is not properly updated.
May be due to some of the components are not properly installed or inventory is not properly updated.
POTENTIAL/POSSIBLE SOLUTION:
Either correctly install the missing components in the source ORACLE_HOME or remove them prior to cloning.
Either correctly install the missing components in the source ORACLE_HOME or remove them prior to cloning.
REFERENCE:
Note 550775.1 - OUI-10153:Error: The Oracle Home is not valid for cloning
Note 550775.1 - OUI-10153:Error: The Oracle Home is not valid for cloning
--------------------------------------------------------------------------------
相關內容 …
產品 …
Oracle Database Products > Oracle Database > Oracle Database > Oracle Universal Installer
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-750771/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Solution for Deepin DNS resolution errorDNSError
- Extract or Replicat Fail to Start (Don't Start) With No Error MessagesAIError
- Log check error: Log file /var/log/messages is not readable!Error
- Oracle® Database Error Messages 11g Release 2 (11.2)OracleDatabaseError
- SAP MRKO Error - For document type RE, an entry is required in field Reference -ErrorUI
- While installing one-off Patch on AIX systems, getting several WARNING messages: OUI-67215 - TOC oveWhileAIUI
- Agent Install Fails with Error 'OUI-25031' Due to Environment Settings_380507.1AIErrorUI
- OUI-25031UI
- OUI-10058UI
- sp4487-solution
- WebLogic - HTTP Session Subsystem MessagesWebHTTPSession
- OUI-25031 解決UI
- Java referenceJava
- undefined reference toUndefined
- The Windows Programming Model-----messages (轉)Windows
- solution-uva1594
- oui-25031的解決UI
- OUI-10058錯誤UI
- BI Solution Architect /Principal,Sr. Solution Architect - 高階DBA 職位
- docker image rm發生錯誤 Error response from daemon: conflict: unable to remove repository referenceDockerErrorREM
- Qt undefined reference to ***QTUndefined
- undefined reference to `__isnanf'UndefinedNaN
- GCDAsyncSocket_ReferenceGC
- Python - ReferencePython
- OUI-10058問題原因UI
- Chapter 8 The Simplest Plug-in SolutionAPT
- Angular 2 Forward ReferenceAngularForward
- 譯|There Are No Reference Types in GoGo
- UNIX Quick Reference SheetUI
- Microsoft Application Architecture Solution SummaryROSAPP
- 【題解】Solution Set - 「藍」題板刷
- win10怎麼禁用聯想solution center win10禁用聯想solution center如何設定Win10
- PostgreSQL DBA(96) - System Conf(client_min_messages)SQLclient
- messages 日誌裡面大量的fcoemon錯誤
- How does OUI check if the HACMP software is installed? [ID 738574.1]UIACM
- SAP IoT Seeks Better Parking with New Solution
- Jenkins restriction as of credentials and user group --- Folder solutionJenkinsREST
- SAP Spartacus Reference App StructureAPPStruct