Archive for the 'Databases' Category पुरालेख के लिए 'डेटाबेस' श्रेणी के लिए

Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005 स्थापना रद्द करें और निकालें एकाधिक डाटाबेस उदाहरण Microsoft SQL सर्वर 2005 की

Sunday, October 14th, 2007 रविवार, अक्टूबर, 2007 14.

When database system administrator installs Microsoft SQL Server 2005 and creates a few database engine instances, there will be problem and hard time to remove and uninstall these multiple database instance components and the corresponding SQL Server services. जब डाटाबेस सिस्टम व्यवस्थापक Microsoft SQL सर्वर 2005 स्थापित और कुछ डेटाबेस इंजन उदाहरण बनाता है, वहाँ दूर करने के लिए और इन कई डाटाबेस उदाहरण घटक की स्थापना हटाने और इसी SQL सर्वर सेवाओं समस्या और कठिन समय होगा. When users try to uninstall Microsoft SQL Server 2005 or remove database instance components using Add and Remove Programs or Uninstall or change a programs (Vista) in Control Panel, only one SQL Server 2005 database engine can be selected. जब उपयोगकर्ता Microsoft SQL सर्वर 2005 की स्थापना रद्द करने या हटाने डाटाबेस उदाहरण घटकों और Remove Programs जोड़ें या स्थापना रद्द करें या केवल एक SQL सर्वर 2005 डेटाबेस इंजन का चयन किया जा सकता है नियंत्रण कक्ष में एक प्रोग्राम (Vista) बदलने का प्रयोग करके प्रयास करें. After uninstallation has completed, when users attempt to run the SQL Server 2K5 Uninstall to completely clean remove any other instances or components, the action will fail with error message saying the uninstaller shortcut entry is invalid and asked if you want to remove the link. स्थापना रद्द करने के बाद पूरा कर लिया है, जब उपयोगकर्ता SQL सर्वर 2K5 Uninstall चलाने के लिए पूरी तरह से किसी भी अन्य उदाहरण या घटकों को हटाने को साफ करने के लिए कार्रवाई की त्रुटि संदेश के uninstaller शॉर्टकट प्रवेश अमान्य है कह साथ असफल प्रयास करेगा और कहा यदि आप इस कड़ी को दूर करने के लिए चाहता हूँ.

Continue reading Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005 » » » जारी रखें पढ़ Uninstall और निकालें एकाधिक डाटाबेस उदाहरण Microsoft SQL सर्वर 2005 »के» »


How to Read MySQL Binary Log Files (BinLog) with mysqlbinlog कैसे mysqlbinlog साथ MySQL Binary प्रवेश करें फ़ाइलें (BinLog) को पढ़ने के लिए

Saturday, October 6th, 2007 शनिवार 6. अक्टूबर 2007

MySQL database server generates binary log files for every transaction to the databases, provided administrator does not disable or comment out the “log-bin” parameter in my.cny configuration file. MySQL डाटाबेस सर्वर के डेटाबेस के लिए प्रत्येक लेनदेन के लिए प्रदान की प्रशासक निष्क्रिय नहीं करता है या "लॉग-बिन बाहर टिप्पणी my.cny विन्यास फाइल में" पैरामीटर द्विआधारी लॉग फाइल उत्पन्न करता. The binary log files are written in binary format. इस द्विआधारी लॉग फाइल द्विपदीय प्रारूप में लिखा जाता है. Although the binary logs, or also known as logbin are mainly used for MySQL database replication purpose, sometimes you may need to examine or read the contents of binary logs in text format, where the mysqlbinlog utility will come in handy. हालांकि द्विआधारी लॉग, या भी logbin के रूप में जाना मुख्यतः MySQL डाटाबेस नकल प्रयोजन के लिए, कभी कभी आप जांच करने के लिए या जहां mysqlbinlog उपयोगिता काम में आ जाएगा पाठ प्रारूप में द्विआधारी लॉग की सामग्री पढ़ने की ज़रूरत हो सकती है उपयोग किया जाता है.

Continue reading How to Read MySQL Binary Log Files (BinLog) with mysqlbinlog » » » जारी रखें पढ़ने कैसे »» »mysqlbinlog के साथ MySQL Binary लॉग फ़ाइलें (BinLog) को पढ़ने के लिए

Check and Optimize MySQL Database Automatically with Crontab/Cron जाँच करें और ऑप्टिमाइज़ MySQL डाटाबेस के साथ स्वतः Crontab / क्रॉन

Friday, September 21st, 2007 शुक्रवार, सितंबर 21, 2007

MySQL is a very popular free yet powerful database system. MySQL एक बहुत ही लोकप्रिय मुफ्त अभी तक शक्तिशाली डाटाबेस प्रणाली है. But even in great databases, the tables may get fragmented with overhead due to continuous update, or delete and insert operation on data stored in database. लेकिन महान डेटाबेस में भी, मेज़ों उपरिव्यय निरंतर अद्यतन, या हटाएँ और डालने के लिए ऑपरेशन डेटा डेटाबेस में संग्रहीत की वजह से खंडित हो सकता है. Beside, it's also possibility that the databases may get corrupted. इसके अलावा, यह भी संभावना है कि इस डेटाबेस भ्रष्ट हो सकता है. Thus, performing health check on database and optimize MySQL server regularly is an important task. इस प्रकार, डेटाबेस पर प्रदर्शन स्वास्थ्य जांच और अनुकूलन MySQL सर्वर नियमित रूप से एक महत्वपूर्ण कार्य है.

Continue reading Check and Optimize MySQL Database Automatically with Crontab/Cron » » » जारी रखें पढ़ने की जाँच करें और ऑप्टिमाइज़ MySQL डाटाबेस स्वतः Crontab साथ / क्रॉन »» »

How to Rename or Move Oracle Tablespace Datafile to Another Location कैसे नाम परिवर्तित करने के लिए या किसी अन्य स्थान के लिए Oracle तालिकास्थान Datafile हटो

Saturday, August 4th, 2007 शनिवार, 4 अगस्त 2007

Oracle database does not provide an easy user interface to rename a datafile of tablespace, nor database administrator can easily move or relocate the datafile to another location or directory that different from original location on creation of database. Oracle डाटाबेस तालिकास्थान के एक datafile को पुनर्नामित करने के लिए, और न ही डेटाबेस व्यवस्थापक को आसानी से स्थानांतरित कर सकते हैं या किसी अन्य स्थान या निर्देशिका है कि डाटाबेस के सृजन को मूल स्थान से अलग करने के लिए datafile टसकाना एक आसान उपयोगकर्ता इंटरफ़ेस प्रदान नहीं करता है. The rename or move place task has to be performed via Oracle SQLPlus command line interface. इस नाम बदलें या जगह काम हिलना Oracle SQLPlus कमांड लाइन अंतरफलक के माध्यम से किया जाना है. However, if the operation is performed when the tablespace which owns the datefile is online, error will occur. हालांकि, अगर आपरेशन किया जाता है जब तालिकास्थान जो datefile मालिक ऑनलाइन है, त्रुटि होती जाएगी.

Continue reading How to Rename or Move Oracle Tablespace Datafile to Another Location » » » जारी रखें पढ़ कैसे नाम परिवर्तित करना या अन्य स्थान »» »करने के लिए Oracle तालिकास्थान Datafile चलो


How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile कैसे गिरा तालिकास्थान और पुनर्प्राप्त Oracle डाटाबेस जब गलती से नष्ट Datafile

Saturday, August 4th, 2007 शनिवार, 4 अगस्त 2007

Accident may happens, even though it's costly one. दुर्घटना मई, होता भी यह महंगा एक यद्यपि. This is especially the case in Oracle database, which stores the database objects physically in data files on hard disk. यह विशेष रूप से, जो शारीरिक रूप से डेटा फ़ाइलों में हार्ड डिस्क पर डेटाबेस वस्तुओं भंडार Oracle डाटाबेस में मामला है. Fast hand administrators may accidentally delete some of the datafiles, or the datafiles may get corrupted or unreadable on hard disk failure. फास्ट हाथ प्रशासकों गलती हो सकती है कुछ datafiles, या datafiles के नष्ट मई भ्रष्ट या नासाफ हार्ड डिस्क विफलता पर. You may get also some missing datafiles after database recovery process. तुम भी डेटाबेस वसूली की प्रक्रिया के बाद कुछ याद आ datafiles हो सकता है. In any case, missing a or a few datafiles will cause Oracle database to fail to startup, rendering the whole DB inaccessible. किसी भी मामले में, एक लापता या कुछ datafiles स्टार्टअप को विफल करने के लिए, पूरा DB दुर्गम प्रतिपादन Oracle डाटाबेस कारण होगा.

Continue reading How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile » » » जारी रखें पढ़ कैसे गिरा तालिकास्थान और पुनर्प्राप्त Oracle डाटाबेस जब गलती से नष्ट Datafile »» »

How to Remove and Drop Datafiles from Tablespace in Oracle Database कैसे निकालें और गिरा Datafiles करने के लिए डाटाबेस तालिकास्थान Oracle में से

Saturday, August 4th, 2007 शनिवार, 4 अगस्त 2007

Oracle RDBMS databases stores data logically in the form of tablespaces and physically in the form of data files. डेटा फ़ाइलों के रूप में tablespaces के रूप में तर्कसंगत Oracle RDBMS डेटाबेस भंडार डेटा और शारीरिक रूप से. The datafiles are added to the tablespaces as database space requirement grows bigger. इस datafiles डेटाबेस जगह की आवश्यकता के रूप में tablespaces करने के लिए बड़ी बढ़ता जोड़ रहे हैं. However, there are several reasons you may want to remove or delete data files from a tablespace. हालांकि, वहाँ आप को दूर करने के लिए या एक तालिकास्थान से डेटा फ़ाइलों को हटाना चाहते मई कई कारण हैं. Such as accidentally add a wrongly sized or unwanted datafile to a tablespace, or the data space usage has became smaller and some data files want to be removed, or attempt to recover Oracle database which fails to start due to missing or corrupted datafiles by removing them, Oracle does not provide an easy way or user interface to delete or drop datafiles from a tablespace. अकस्मात एक गलती से या एक तालिकास्थान, या डेटा अंतरिक्ष उपयोग करने के लिए अवांछित datafile और छोटा हो गया है कुछ डेटा फ़ाइलें, हटाया जा करने के लिए या प्रयास है जो या उन्हें निकाल कर भ्रष्ट datafiles लापता होने के कारण शुरू करने के लिए विफल रहता है Oracle डेटाबेस ठीक करना चाहता हूँ आकार को जोड़ने के रूप में इस तरह की , Oracle को नष्ट करने के लिए या एक तालिकास्थान से datafiles छोड़ एक आसान तरीका है या उपयोगकर्ता इंटरफ़ेस प्रदान नहीं करता है. Once a datafile is made part of a tablespace, it can no longer be detached or removed from the tablespace, albeit there are several workarounds. एक बार एक datafile एक तालिकास्थान का हिस्सा बना दिया है, यह अलग नहीं किया जा सकता है या तालिकास्थान से हटाया, यद्यपि वहाँ कई workarounds हैं.

Continue reading How to Remove and Drop Datafiles from Tablespace in Oracle Database » » » Oracle डाटाबेस »» में तालिकास्थान से निकालें और गिरा Datafiles कैसे करने के लिए जारी रखें पढ़ने »

How to Backup and Restore (Export and Import) MySQL Databases Tutorial कैसे बैकअप और पुनर्स्थापित करने के लिए (निर्यात और आयात) MySQL डेटाबेस Tutorial

Saturday, July 21st, 2007 शनिवार, 21. जुलाई 2007

phpMyAdmin can be used to export or backup MySQL databases easily. phpMyAdmin या बैकअप MySQL डेटाबेस को आसानी से निर्यात करने के लिए इस्तेमाल किया जा सकता है. However, if the database size is very big, it probably won't be a good idea. हालांकि, अगर डेटाबेस का आकार बहुत बड़ा है, यह शायद एक अच्छा विचार नहीं किया जाएगा. phpMyAdmin allows users to save database dump as file or display on screen, which involves exporting SQL statements from the server, and transmitting the data across slower network connection or Internet to user's computer. phpMyAdmin उपयोगकर्ता डेटाबेस को बचाने के लिए अनुमति देता है के रूप में फ़ाइल या स्क्रीन पर प्रदर्शित है, जो, सर्वर से SQL बयानों का निर्यात शामिल है और धीमी नेटवर्क कनेक्शन या उपयोगकर्ता के कंप्यूटर के लिए इंटरनेट के पार डेटा संचारण सन्निक्षेप. This process slow the exporting process, increase database locking time and thus MySQL unavailability, slow the server and may simply crash the Apache HTTPD server if too many incoming web connections hogging the system's resources. यह प्रक्रिया है, और इस प्रकार MySQL unavailability, वृद्धि डेटाबेस बार बंद का निर्यात प्रक्रिया धीमी सर्वर धीमी है और केवल Apache httpd सर्वर अगर बहुत से आने वाली वेब कनेक्शन इस प्रणाली के संसाधनों hogging दुर्घटना हो सकती है.

Continue reading How to Backup and Restore (Export and Import) MySQL Databases Tutorial » » » संरक्षा और कैसे पुनर्स्थापित करने के लिए जारी रखें पढ़ने (निर्यात और आयात) MySQL डेटाबेस Tutorial »» »

MySQL Error 1170 (42000): BLOB/TEXT Column Used in Key Specification Without a Key Length MySQL त्रुटि 1170 (42000): बूँद / पाठ कॉलम कुंजी विशिष्टता में एक मुख्य लम्बाई के बिना उपयोग

Monday, July 9th, 2007 सोमवार, 9 जुलाई 2007

When creating a new table or altering an existing table with primary keys, unique constraints and indexes, or when defining a new index with Alter Table manipulation statement in MySQL database, the following error may occur and prohibit the the command from completing: जब एक नया तालिका बनाने या प्राथमिक कुंजी, अद्वितीय बाधाओं और indexes, या जब MySQL डाटाबेस में बदल टैबिल हेरफेर विवरण के साथ एक नया सूचकांक को परिभाषित करने के साथ एक मौजूदा तालिका फेरबदल, निम्न त्रुटि हो सकती है और पूरा करने से कमांड निषेध:

ERROR 1170 (42000): BLOB/TEXT column 'field_name' used in key specification without a key length 1170 त्रुटि (42,000): बूँद / पाठ स्तंभ 'field_name' कुंजी विनिर्देश में एक कुंजी की लंबाई के बिना उपयोग किया

Continue reading MySQL Error 1170 (42000): BLOB/TEXT Column Used in Key Specification Without a Key Length » » » जारी रखें पढ़ MySQL त्रुटि 1170 (42000): बूँद / पाठ कॉलम कुंजी विशिष्टता में एक कुंजी लम्बाई »» »बिना प्रयुक्त