Oracle B32100-01 사용자 설명서

다운로드
페이지 258
Harmless Errors in the Log File
Deinstallation and Reinstallation
D-7
7.
Follow these steps in the installer.
a.
Welcome screen: Click Deinstall Products.
b.
Inventory screen: Select the instance you want to deinstall, and click Remove.
c.
Confirmation screen: Verify the components selected for deinstallation. Click 
Yes
 to continue.
d.
Deinstallation Progress screen: Monitor the progress of the deinstallation.
e.
Exit the installer when the deinstallation is complete.
8.
Delete any remaining files in the deleted instance’s Oracle home directory.
prompt> rm -rf $ORACLE_HOME
9.
Remove lines for the deinstalled infrastructure instance from the 
/var/opt/oracle/oratab
 file.
Towards the end of the file, you should see lines that specify the Oracle home 
directory. If you are deinstalling an infrastructure instance that contains a 
metadata repository, there will be two lines in the file:
one line that begins with a *
one line that begins with the database SID
You need to remove both lines.
For example, if the infrastructure instance is installed in /private1/infra, and 
it includes a metadata repository whose SID is orcl, the lines would look like the 
following:
orcl:/private1/infra:N
*:/private1/infra:N
D.7 Harmless Errors in the Log File
If you get the following "unable to delete file" and "unable to find make file" errors in 
the oraInstalltimestamp.err file after you deinstall J2EE and Web Cache or 
Portal and Wireless instances, these are harmless error messages.
Ignoring Exception during de-install 
oracle.sysman.oii.oiil.OiilDeinstallException:
An error occurred during runtime. oracle.sysman.oii.oiil.OiilDeinstallException:
An error occurred during runtime.
...
Ignoring Exception during de-install 
oracle.sysman.oii.oiil.OiilDeinstallException:
Unable to delete file 
/home/j2ee/sysman/emd/targets.xml
oracle.sysman.oii.oiil.OiilDeinstallException: Unable to delete file
/home/j2ee/sysman/emd/targets.xml
at instantiateFileEx.deinstallAction(instantiateFileEx.java:935)
...
Ignoring Exception during de-installoracle.sysman.oii.oiil.OiilDeinstallException:
Unable to find make file:
/home/j2ee/network/lib/ins_net_client.mk
oracle.sysman.oii.oiil.OiilDeinstallException: Unable to find make file:
/home/j2ee/network/lib/ins_net_client.mk
at ssmakeux.deinstallAction(ssmakeux.java:246)
...