Andreas Grund wrote: > > i have a simple question: > Is there somewhere in the Internet a list of the differences > between the three operation mods of the SAP DB? As far as i > know, i can only connect a third program to the database, if > it�s operation mode is warm (or online), but where are the > differences between cold and admin?? Can anybody help me??
Cold and admin are different (old/new) names for the same state: the kernel is running/the database software is running; the dbm can do some things like restoring data/log, some diagnostic features and the like, but no sql; To allow SQL-statements the database has to be in the warm/online-state as written correctly. And from offline (no database software is working) or admin/cold-state (database software is running, only restricted functionality) the db_warm/db_online/restart-command changes the state to online/warm. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
