List:MaxDB« Previous MessageNext Message »
From:Bernd Vorsprach Date:October 25 2000 2:29pm
Subject:RE: No Archive Log ?
View as plain text  
> -----Original Message-----
> From: Uwe Hentzschel [mailto:uhe@stripped]

> it is possible to switch SAP-DB in an "NON ARCHIVE LOG MODE".

This log mode is called "DEMO".

You can activate this mode by setting the parameter LOG_MODE
to DEMO. After this a restart of the instance is necessary,
so that the server read the new settings.

For working with parameters use the dbmcli in the session 
mode:

dbmcli -d TST -u dbm,dbmp
  > param_startsession
  > param_put LOG_MODE DEMO
  > param_checkall
  > param_commitsession
  > db_restart

You can also use the DBMGUI for editing a parameter.

Bernd
-- 
SAP Labs Berlin

Thread
No Archive Log ?Uwe Hentzschel25 Oct
RE: No Archive Log ?Markus Döhr25 Oct
RE: No Archive Log ?Bernd Vorsprach25 Oct