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!

Cannot reinstall XE 18c after doing an uninstall

RabbitWolfMar 29 2019 — edited Mar 29 2019

Hi,

I successfully installed XE 18c on my Win Pro machine. After a few days, the OracleOraDB18Home1TNSListener service would start and immediately stop. I thought I would try uninstalling and reinstalling XE 18c. However, the even though the uninstall finished and I rebooted my system, the uninstall did not do its job. When I tried to run the installer, I get this stuck at this point:

pastedImage_0.png

Why does the installer think there is already an existing XE database? Pressing NEXT does nothing. What is the installer checking that makes it thinks there is an existing installation? How can I force the installer to do the installation?

This post has been answered by Norman Dunbar on Mar 29 2019
Jump to Answer

Comments

Rafi (Oracle DBA)
Hi ,
For Oracle 11g rel2 there are few changes in auditing.Check the below link for details


2309084



Best regards,

Rafi.
Hemant K Chitale
See the explanation for "BY SESSION" in the 11.2 documentation on the AUDIT command at
http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_4007.htm#i2059073

In earlier releases, BY SESSION caused the database to write a single record for all SQL statements or operations of the same type executed on the same schema objects in the same session. Beginning with this release of Oracle Database, both BY SESSION and BY ACCESS cause Oracle Database to write one audit record for each audited statement and operation. BY SESSION continues to populate different values to the audit trail compared with BY ACCESS. Oracle recommends that you include the BY ACCESS clause for all AUDIT statements, which results in a more detailed audit record. If you specify neither clause, then BY SESSION is the default.



Hemant K Chitale
1 - 2

Post Details

Added on Mar 29 2019
18 comments
35,635 views