Berkeley DB Reference Guide:
Programmer Notes

PrevRefNext

Environment variables

The Berkeley DB library uses the following environment variables:

¹öŬ¸® µðºñ´Â ´ÙÀ½°ú °°Àº ȯ°æº¯¼ö¸¦ »ç¿ëÇÑ´Ù.

DB_HOME
If the environment variable DB_HOME is set, it is used as part of File Naming. Note: For the DB_HOME variable to take effect, either the DB_USE_ENVIRON or DB_USE_ENVIRON_ROOT flags must be specified to DB_ENV->open.

(¸¸¾à DB_HOME ȯ°æº¯¼ö°¡ ¼³Á¤ÀÌ µÇ¸é File NamingÀÇ ÀϺκÐÀ¸·Î »ç¿ëµÈ´Ù. ³ëÆ®: DB_HOME ÀÌ ¿µÇâÀ» ÁÖ±âÀ§Çؼ­´Â DB_USE_ENVIRON°ú DB_USE_ENVIRON_ROOTÁß¿¡ Çϳª°¡ DB_ENV->open¿¡ Ç÷¡±×·Î ¼³Á¤µÇ¾î¾ß ÇÑ´Ù.)

¡¡

TMPDIR, TEMP, TMP, TempFolder
The TMPDIR, TEMP, TMP, and TempFolder environment variables are all checked as locations in which to create temporary files. See DB_ENV->set_tmp_dir for more information.
(TMPDIR, TEMP, TMP, and TempFolder ȯ°æº¯¼ö°¡ ÀÓ½ÃÆÄÀϵéÀ» ¸¸µé±â À§ÇØ ¸ðµÎ üũµÈ´Ù.ÀÚ¼¼ÇÑ Á¤º¸´Â  DB_ENV->set_tmp_dir)

PrevRefNext

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.