Oracle Architectural Components
Oracle Architectural Components The oracle architectural component includes a number of primary component like 1) Oracle server 2) Oracle instance 3) Oracle database 4)some mandatory file 5) some optional file 6) user and server process 7) other process 1) Oracle server: oracle server is combination of oracle instance and oracle database once we install oracle server software and then we create oracle database we called mission 2) Oracle instance : Oracle instance in nothing but collection of SGA and background process, if instance is down we cannot access data in existing database, instance down means memory have been release from operating system level, some time getting issues for instance level failure ,means CPU utilisation its becomes 100% & memory utilisation it's become 100% 3) Or...