Oracle Interview question
Learnomate Technologies > Oracle Interview question
How to put database in Archive/No-Archive log mode?- Oracle Interview question
11
Jun
In this blog I will show you the importance of archive and no-archive log mode. Mode of Logging There are two types of logging modes in Oracle database :- 1. ARCHIVELOG :- In this type of logging whatever oracle writes in a redo log file related to transactions in database, saved to another location after […]
How to Set ORACLE_HOME & ORACLE_SID on Windows Server
11
Jun
We will be finding out the way to set oracle environment path for windows server. What is ORACLE_HOME used for? The ORACLE_HOME is an environment variable which is used to set and define the path of Oracle Home (server) Directory. How to set ORACLE_HOME in Environment variable To set the ORACLE_HOME environment variable go to […]