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!

data files in Oracle Express after installation

Christopher_KOct 3 2017 — edited Oct 26 2017

Hello,

I noticed very strange to me  datafiles pathnames for SYSAUX and UNDOTBS1 tablespaces .

Is this normal ? or maybe I have made an unnoticed  mistake somewhere ?

It seems like the tablespace names and the physical files were replaced ....

Lok below 

RMAN> report schema;

using target database control file instead of recovery catalog

Report of database schema for database with db_unique_name XE

List of Permanent Datafiles

===========================

File Size(MB) Tablespace           RB segs Datafile Name

---- -------- -------------------- ------- ------------------------

1    360      SYSTEM               ***     C:\ORACLEXE\APP\ORACLE\ORADATA\XE\SYSTEM.DBF

2    730      SYSAUX               ***     C:\ORACLEXE\APP\ORACLE\ORADATA\XE\UNDOTBS1.DBF  <---------------- SYSAUX

3    25       UNDOTBS1             ***     C:\ORACLEXE\APP\ORACLE\ORADATA\XE\SYSAUX.DBF     <----------------- UNDOTBS1

4    0        USERS                ***     F:\ORACLE_EXPRESS\D\ZM_DB_TSUSERS\USERS.DBF

List of Temporary Files

=======================

File Size(MB) Tablespace           Maxsize(MB) Tempfile Name

---- -------- -------------------- ----------- --------------------

1    20       TEMP                 32767       C:\ORACLEXE\APP\ORACLE\ORADATA\XE\TEMP.DBF

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2017
Added on Oct 3 2017
10 comments
1,968 views