Check Oracle Version जांच Oracle संस्करणः
There are several ways where you can query or retrieve the version number of installed Oracle products: वहाँ कई तरीके आप क्वेरी जहां या स्थापित Oracle उत्पादों के संस्करण संख्या प्राप्त कर सकते हैं:
1. 1. If you just want to check the version information of the Oracle database, simply connect and login to the Oracle database with SQL *Plus. अगर आप बस Oracle डाटाबेस के संस्करण की जानकारी की जाँच करना चाहें, तो कनेक्ट और एसक्यूएल * प्लस के साथ Oracle डाटाबेस के लिए लॉगिन. Upon login, you will see: प्रवेश करने पर, आप देखेंगे:
SQL*Plus: Release 9.2.0.6.0 – Production on Tue Oct 18 17:58:57 2005 एसक्यूएल प्लस *: 9.2.0.6.0 रिलीज - मंगल अक्टूबर 18 17:58:57 2005 को उत्पादन
Copyright (c) 1982, 2002, Oracle Corporation. कॉपीराइट (c) 1982, 2002, Oracle Corporation. All rights reserved. सभी अधिकार सुरक्षित.
Connected to: सेकनेक्टेडहै:
Oracle9i Enterprise Edition Release 9.2.0.6.0 – 64bit Production Oracle9i Enterprise संस्करण रिलीज 9.2.0.6.0 - 64bit उत्पादन
With the Partitioning, OLAP and Oracle Data Mining options विभाजन, OLAP और Oracle डाटा खनन के साथ विकल्प
JServer Release 9.2.0.6.0 – Production JServer रिलीज 9.2.0.6.0 - उत्पादन
The first italic number is the version of the SQL*Plus client and the second italic number is the version of Oracle database which you are connected to . पहली तिरछा संख्या एसक्यूएल * प्लस ग्राहक के संस्करण और दूसरी तिरछा संख्या है Oracle डाटाबेस जो तुम से जुड़े रहे हैं के संस्करण है.
2. 2. Retrieve the version information from v$version table by using SQL*Plus. एसक्यूएल * प्लस का उपयोग करके v $ से संस्करण जानकारी निकालें संस्करण तालिका. In this table you can find version information on Oracle, PL/SQL, etc. इस तालिका में आप पर Oracle संस्करण जानकारी प्राप्त कर सकते हैं, पी एल एसक्यूएल / आदि
To retrieve the version information for Oracle, you execute the following SQL statement: Oracle करने के लिए संस्करण पुनः प्राप्त जानकारी, तो आप निम्नलिखित एसक्यूएल बयान निष्पादित:
select * from v$version where banner like 'Oracle%'; चुनें v $ से संस्करण * जहां 'Oracle%' जैसे बैनर;
It should return something like this: यह कुछ इस तरह वापस आ जाना चाहिए:
Banner बैनर
————————————————————————————– -----------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 – 64bit Production Oracle9i Enterprise संस्करण रिलीज 9.2.0.1.0 - 64bit उत्पादन
3. 3. Version information can also be checked from Installed Products from the Oracle Universal Installer. जानकारी के संस्करण भी स्थापित उत्पाद से Oracle यूनिवर्सल Installer से जाँच की जा सकती है. It will tells you what products is installed on the machine and also its version information too. यह आपको बताता हूँ क्या उत्पादों मशीन पर स्थापित है और भी अपने संस्करण भी जानकारी.
In Unix, the installer is located at $ORACLE_HOME/bin/runInstaller. यूनिक्स में, इंस्टॉलर ORACLE_HOME $ स्थित / बिन है / runInstaller.
In Windows, access the installer by Start -> All Programs -> Oracle Installed Products -> Universal Installer. Windows में, प्रारंभ से उपयोग Installer -> सभी कार्यक्रम -> Oracle स्थापित उत्पाद -> यूनिवर्सल Installer.
IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: पृष्ठ की मशीन है और अनुवाद प्रदान "के रूप में वारंटी के बिना है." Machine translation may be difficult to understand. मशीन अनुवाद मुश्किल से समझ सकते हो. Please refer to कृपया उल्लेख करने original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव है.
Related Articles संबंधित लेख
- Manual and Clean Uninstall Oracle for Windows मैनुअल और स्वच्छ स्थापना रद्द करें Oracle Windows के लिए
- Oracle Database Import Error 3113/3114 Oracle डाटाबेस के आयात त्रुटि 3113/3114
- Change Oracle Database User Password बदलें Oracle डाटाबेस प्रयोक्ता पासवर्ड
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error बनाने के लिए, जोड़ें या भाजित Oracle डाटाबेस के विभाजन के साथ विफल रहता है ORA-14,080 त्रुटि
- Oracle JDeveloper Reviews Oracle JDeveloper समीक्षाएं
- ORA-02449 Oracle Drop Table Error ORA-02449 Oracle ड्रॉप तालिका में त्रुटि
- Oracle ORA-14074 Create or Add New Partition Fails Error Oracle ORA-14074 बनाएँ या नई विभाजन जोड़ें विफल त्रुटि
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 त्रुटि जब निर्यात डाटाबेस
- View and Retrieve Oracle Database Link Details देखें और निकालें Oracle डाटाबेस के लिंक विवरण
- Oracle Database Link Oracle डाटाबेस के लिंक










































September 12th, 2008 04:39 12, 2008 04:39 सितम्बर
Apparently this server is automatically replacing straight singlequotes with curly ones, even in my comment! जाहिरा तौर पर इस सर्वर स्वचालित रूप से घुंघराले लोगों के साथ सीधे singlequotes की जगह है, यहाँ तक कि मेरी टिप्पणी में! Still, the suggestion from my previous post above still applies; just do the replace on your own local machine, instead of in a comment here. फिर भी, अभी भी लागू होता है ऊपर मेरे पिछले पोस्ट से सुझाव; बस के बजाय अपने स्थानीय मशीन पर है, की जगह एक टिप्पणी में यहाँ.
September 12th, 2008 04:35 12, 2008 04:35 सितम्बर
If anyone gets an “invalid character” error after copy & pasting in the query from the article: अगर किसी की नकल के बाद एक "अमान्य वर्ण" त्रुटि हो जाता है और लेख से प्रश्न में चिपकाने:
select * from v$version where banner like 'Oracle%';” चुनें v $ से संस्करण * जहां 'Oracle%' जैसे बैनर; "
Try replacing the “curly” singlequote characters around “Oracle%” with regular straight singlequotes: "चारों ओर Oracle%" घुंघराले "singlequote अक्षरों की जगह नियमित रूप से सीधे singlequotes के साथ प्रयास करें":
select * from v$version where banner like 'Oracle%'; चुनें v $ से संस्करण * जहां 'Oracle%' जैसे बैनर;
August 13th, 2008 19:03 13 अगस्त 2008 19:03
The above query will not work in oracle इसके बाद के संस्करण क्वेरी Oracle में काम नहीं करेगा
use the below query क्वेरी के नीचे का उपयोग करें
Select * from v$version; * V $ से संस्करण का चयन करें;
August 13th, 2008 06:16 13 अगस्त 2008 06:16
select * from versions; चुनें संस्करणों से *;
The above SQL will do. एसक्यूएल ऊपर करेंगे.
March 3rd, 2008 22:29 3 मार्च 2008 22:29
It was a very helpful to find the oracle version information through sqlplus. यह एक बहुत ही मददगार को sqlplus के माध्यम से Oracle संस्करण जानकारी प्राप्त था.
Thanks, धन्यवाद,
pankaj पंकज