Skip to Main Content

Oracle Database Express Edition (XE)

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!

Installation XE 18c not possible

Leo2807Aug 11 2021 — edited Aug 11 2021

Hello @ll,
I try to install XE 18c on my computer (Windows10 Pro) but after a few minutes during the installation a rollback process will be initiate and delete all installation folders completely.
After this rollback there is no any ORACLE folder on my drive.
So it is not possible to have a look on any logs. Only the logfile of Windows Installer with an error code 1603 but this is not helpfully for me in this case ...
Here are my installations points:
- Windows10 Pro
- Run as Administrator
- my windows account belongs to the administration group
- switch off any antivirus tools and firewall during installation
- no oracle folders or systemvariables are noticed
- also tried as silent installation (see oracle doku)

Have you any ideas what happens here and how can I solve this problem ?

Comments

SriniVEERAVALLI
Answer

Try this

<style type="text/css">

td.ResultLinksCell {

display:none;

}

</style>

or

Marked as Answer by Srix · Sep 27 2020
Srix

work like a charm.. Thank You

Srix

I was trying to use the same approach to hide Cancel button(I need to specifically hide it on particular dashboard not across the application) on dashboard. doesnt seem to work ?

<style type="text/css">

td.promptButtonsCell.cancel {

display:none;

}

</style>

Srix

Srini,

above code disables print and export links on dashboard since they also use ResultLinksCell function, is there anyway to specifically hide certain links ?

SriniVEERAVALLI

hmm

are you talking about the initial give code or your code related to cancel?

Srix

initial given code

1 - 6

Post Details

Added on Aug 11 2021
5 comments
457 views