Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

All prerequisites failed, and later failed to change PATH variable when installing 11gR2

Bob0205Aug 10 2016 — edited Aug 12 2016

OS: Windows 7 x64.

Had issue when all the prerequisites check always fail while installing Oracle database. You can ignore that yes, but later when installer tries to write PATH variable - it just hangs for indefinite time, no errors no nothing.

There are quite a few posts around the Internet about this problem, but none of the recommendations actually helped:

1) Server service up and running, c: drive mounts just fine.

2) obviously, running installation from admin user with admin rights (in fact i can't see how you can do otherwise if UAC automatically demands elevation for setup.exe/oui.exe)

A usual bunch of error codes i received:

PRVF-7531: Physical memory check cannot be performed on node ... ensure access...

PRVF-7536 : Architecture check cannot be performed on node

etc. etc.

In my case the problem as it seems was non-ANSI symbols in user profile path. From installer log:

INFO: Verification Result for Node:BOBS

WARNING: Result values are not available for this verification task

INFO: Error Message:PRVF-4001 : Check: Space available on "C:\Users\3C5C~1\AppData\Local\Temp"

INFO: Cause: Could not determine mount point for location specified.

Although other checks did not have any complains about user profile path, but when i ran installation from a clean user profile, named "user", all the checks passed with no warnings and installation succeded afterwards.

Incidentally, it appears like most messages about this error are coming from people from not English-speaking countries, which kinda makes sense then.

Comments

Timo Hahn

User, tell us your exact JDev version, please!

In the EO or VO you select the attribute, then select the U-Hint tab and set 'Simple Date' as format type, then you can enter your pattern as 'yyyy/MM/dd hh:mm:ss' into the format field:

pastedImage_0.png

In the UI you get

pastedImage_1.png

Timo

Dimitar Dimitrov

Just a small correction - he asked for HH24:MI:SS, so 'hh' in the Java format mask must me either 'HH' (for hour in day 00-23) or 'kk' (for hour in day 01-24). Also he asked for MM/DD/YYYY, so Java format mask must be 'MM/dd/yyyy':

MM/dd/yyyy HH:mm:ss

MM/dd/yyyy kk:mm:ss

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 9 2016
Added on Aug 10 2016
2 comments
1,097 views