Use of NOARCHIEVELOG parameter - oracle

What is the use of NOARCHIEVELOG parameter in oracle database?

On media failures while the database in NOARCHIVELOG mode, only database to the point of the most recent full database backup can be restored.
How the SMON process is used to write into LOG files? - oracle
SMON process - The Shared Global Area is where SMON process runs. Once the redo log buffer is full...
What are the types of Calculated columns available? - oracle
Types of Calculated columns - In forms there are 2 types of calculated columns 1. formula column 2.summary column...
Oracle trigger vs. stored procedure
Difference between trigger and stored procedure - Procedure runs only when one call them manually whereas a trigger runs when there is any activity (insert,update,delete) on table on which the trigger is written...
Post your comment