A typical ORALCE directory structure is as follows:
/u01
└──oracle
├──admin (Database Admin file location, with instance partitioning)
│├──mydb
││├──adump (Audit information)
││├──bdump (Background process tracking file)
││├──cdump (Info dump file core dump)
││├──dpdump (store login information)
││├──pfile (initialization parameter file)
││└──udump (User SQL Trace file)
│└──orcl
│├──adump
│├──bdump
│├──cdump
│├──dpdump
│├──pfile
│└──udump
├──flash_recovery_area (for flashback and data recovery management)
│└──orcl
│└──onlinelog
├──oradata (data file, control file, redo file save location, with instance partition)
│├──mydb
│└──orcl
├──orainventory (Product information for Oracle software)
│├──contents
│├──contentsxml
│├──logs
││└──results
││└──db
│└──oui
└──product
└──10.2.0 (Program version number)
└──db_1 (oracle_home environment variable path, home directory)
├──assistants
├──bin (Oracle's various command programs)
├──cdata
├──cfgtoollogs
├──clone
├──config
├──crs
├──css
├──ctx
├──dbs (Instance's startup file, password file location)
├──demo
├──diagnostics
├──has
├──hs
├──install
├──inventory
├──javavm
├──jdbc
├──jdk
├──jlib
├──jre
├──ldap
├──lib
├──lib32
├──localhost_mydb
├──localhost_orcl
├──log
├──md
├──mesg
├──mgw
├──network (configuration file for monitoring and TNS aliases)
├──nls
├──oc4j
├──odbc
├──olap
├──opatch
├──opmn
├──oracore
├──ord
├──oui
├──owm
├──perl
├──plsql
├──precomp
├──racg
├──rdbms
├──relnotes
├──slax
├──sqlj
├──sqlplus
├──srvm
├──sysman
├──tg4ifmx
├──tg4ingr
├──tg4sybs
├──tg4tera
├──uix
├──wwg
└──xdk