Horje
oracle archivemode Code Example
oracle archivemode
query to see if you are in ARCHIVELOG mode:
This can also be queried in Oracel SQL developer.

SQL> archive log list;
SQL> select log_mode from v$database;
+++++++++++++++++++++++++++++++++++++++++
You can also run this UNIX/Linux command 
to see if you are running in archivelog mode.  
If you are in ARCHIVELOG mode, 
you will see rows returned by this ps command:

$ ps -ef|grep -i _arc




Sql

Related
insert current timestamp in postgresql Code Example insert current timestamp in postgresql Code Example
sort by last two number sql Code Example sort by last two number sql Code Example
oracle sql developer script output limit Code Example oracle sql developer script output limit Code Example
oracle database status v$logfile Code Example oracle database status v$logfile Code Example
mysql grant execute Code Example mysql grant execute Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7