Home > Database > Oracle > body text

What to do if Oracle installation crashes

hzc
Release: 2020-06-09 10:13:57
Original
9144 people have browsed it

What to do if Oracle installation crashes

Solution to Oracle installation crash:

Today I installed Oracle on Windows 2008

After decompression, run setup. exe, a crash occurred

1. When Oracle is installed, a folder will be created in C:\Users\DELL (logged in user)\AppData\Local\Temp with the name 2

Check to see if this folder exists here.

The reason for the error: There is a file 2 in C:\Users\DELL\AppData\Local\Temp, but it is not a folder type.

So the folder 2 is accessed during Oracle installation Failure, resulting in crash

Solution: Delete the file 2, click setup.exe again, and find that a folder 2 has been re-created, and the installation program also runs successfully.

2. If there is no problem with reason one, then check the properties of the setup.exe file, check the compatibility, and run the program in compatibility mode.

I ticked the box here and selected winodws 7 , the operation is OK.

Other problems occurred during installation:

It has nothing to do with the crash, just record it.

During the installation, one step is to check the usage of storage space such as hard disk and memory. All failed.

It seems that the logged-in user is not the administrator, so he does not have permission to access the hardware. I will go here. Ignore it and continue the installation in the next step.

Although the installation was successful in the end, it is better to solve the problems that occurred.

There is a problem with the length of environment variables, which should be solved, but it has not been successful. There are many methods on the Internet, and you need to try it slowly.

There is a folder mapping method worth referring to.

Recommended tutorial: "Oracle Tutorial"

The above is the detailed content of What to do if Oracle installation crashes. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template