Oracle Database Architecture:
oracle db is split into 2 parts : logical + physical
logical= memory + background process
memory here means the physical memory which is assigned to oracle bg process are some mandatory process which run to maintain the database sanity.
physical = all the files which actually contain the data which the end user want to hold on a database.
oracle db is split into 2 parts : logical + physical
logical= memory + background process
memory here means the physical memory which is assigned to oracle bg process are some mandatory process which run to maintain the database sanity.
physical = all the files which actually contain the data which the end user want to hold on a database.
Comments
Post a Comment