ORA-00942 Table or View Does Not Exist Oracle Error ORA-00942 तालिका देखें या मौजूद नहीं है Oracle त्रुटि क्या
Sometime when you compile an object or package or view in Oracle, or execute some PL/SQL statements on Oracle table, or when running an Oracle program or application, the following error my occurs: कुछ समय तुम एक वस्तु या संकुल या ओरेकल, में देखने या निष्पादित जब कुछ पी एल संकलन / Oracle तालिका, या जब एक Oracle कार्यक्रम या अनुप्रयोग, निम्नलिखित त्रुटि मेरे होता चलाने पर एसक्यूएल बयान:
ORA-00942: table or view does not exist टेबल ORA-00942: देखने या अस्तित्व में नहीं है
The cause or reason for ORA-00942 error message is because of Oracle tries to execute an SQL statement that references a table or view that either does not exist, or because of a synonym that is not allowed here was used, or because of you do not have access rights to the particular object. कारण या ORA के कारण 00,942 त्रुटि संदेश क्योंकि Oracle की है एक एसक्यूएल बयान कि संदर्भ टेबल या मानना है कि या तो मौजूद नहीं है, क्योंकि या एक पर्याय है कि अनुमति दी गई थी यहाँ नहीं है, या तुम्हारी वजह से नहीं लागू की कोशिश करता है नहीं विशेष उद्देश्य के लिए उपयोग अधिकार है. Other possible cause is that the table or view belongs to another schema and you didn't reference the table by the schema name, or a view was referenced where a table is required. अन्य संभावित कारण यह है कि तालिका देखें या एक तत्त्व है और आप स्कीमा नाम, या एक दृश्य के संदर्भ टेबल नहीं किया संदर्भित जहाँ एक मेज आवश्यक हो गया है.
Depending on what's the cause of the problem, there are several resolutions or remedies to resolve this error. पर निर्भर करता है जो समस्या का कारण है, वहाँ कई प्रस्तावों या उपचार के लिए इस त्रुटि को हल कर रहे हैं. And due to several possible reasons that may cause the error, there are several actions or steps that you can take to identify where is the error and take the appropriate workaround or solution. और कारण कई कारणों से हो सकता है कि त्रुटि का कारण हो सकता है, वहाँ कई क्रिया या कदम है कि आप को पहचान ले जा सकते हैं जहां त्रुटि है और उचित workaround या हल ले रहे हैं.
- Check existing user tables and views if they exists in Oracle by querying the data dictionary by executing the following SQL statement: जांच मौजूदा उपयोगकर्ता मेज और विचारों यदि वे निम्नलिखित एसक्यूएल बयान क्रियान्वित द्वारा शब्दकोश डेटा querying द्वारा Oracle में मौजूद है:
select * चुनें *
from all_objects all_objects से
where object_type in ('TABLE','VIEW') जहाँ में object_type '(' मेज, '' देखें)
and object_name = ' OBJECT_NAME '; और object_name '= OBJECT_NAME';Replace OBJECT_NAME with the name of the table or view that you want to verify its existence. टेबल या विचार के नाम के साथ बदलें OBJECT_NAME है कि आप अपने अस्तित्व की पुष्टि करना चाहता हूँ.
If this error occurred because the table or view does not exist, take the following actions: यदि यह त्रुटि है क्योंकि टेबल या विचार ही नहीं हुआ, निम्नलिखित कार्यों ले:
- Check and ensure that the spelling of the table (does not misspell) or view name is correct. जाँच करें और सुनिश्चित करें कि टेबल के वर्तनी misspell (नहीं है) या देखने के नाम सही है.
- Check and ensure that a view is not specified where a table is required. जाँच करें और सुनिश्चित करें कि एक दृश्य निर्दिष्ट नहीं है, जहाँ एक मेज की आवश्यकता है.
- If no such table or view exists, create the table or view, or use another table or view. अगर ऐसी कोई मेज या देखने के लिए, तालिका या देखने के लिए, या किसी अन्य तालिका या दृश्य का उपयोग करें बनाने मौजूद है.
- If the table or view exists, check and verify if the user has the necessary permissions and rights to read and access (ie select) from the table, as certain privileges may be required to access the table. यदि तालिका या देखने और जांच मौजूद है, तो उपयोगकर्ता को सत्यापित करने के लिए आवश्यक अनुमति और पढ़ने और अधिकार का उपयोग किया है (चुनें मेज से) यानी, के रूप में कुछ विशेषाधिकारों का तालिका का उपयोग की आवश्यकता हो सकती है. In this case, you will need to have the owner of the table or view, or a Oracle DBA to grant the appropriate privileges, permissions or rights to this object. इस मामले में, आप तालिका या देखने के लिए, या एक Oracle DBA के मालिक को उचित विशेषाधिकार, अनुमतियाँ या इस वस्तु को अधिकार प्रदान किया है की आवश्यकता होगी.
Note that when selecting from a system view (such as v$session) the privilege or access rights to select from the view must be granted to the user directly and not via a role. ध्यान दें कि जब एक सिस्टम (जैसे v $ सत्र) या विशेषाधिकार का उपयोग करने के दृष्टिकोण से चुनने के अधिकार के रूप में देखने से चयन उपयोगकर्ता को प्रदान करना चाहिए सीधे और नहीं एक भूमिका के द्वारा. This is the case if you can select from the view without problem but then get this error when trying to create a view on it. यह मामला है यदि आप समस्या के बिना दृश्य से चयन कर सकते हैं, लेकिन तब जब उस पर एक दृष्टि बनाने की कोशिश कर त्रुटि मिलती है.
- If the table or view exists but is in a different schema from the current schema where the SQL is executing (in other word, the table doesn't own by you, but owned by other user), the ORA-00942 error will return too. यदि तालिका या दृष्टि से मौजूद है, लेकिन मौजूदा स्कीमा से एक अलग स्कीमा में है जहां एसक्यूएल (अन्य शब्द में निष्पादित कर रहा है, मेज ही नहीं है कि तुम ने, लेकिन अन्य उपयोगकर्ता के स्वामित्व वाले), ORA-00942 त्रुटि भी वापस होगा . Resolve this by explicitly reference the table or view by specifying the schema name, ie schema_name.table_name. स्पष्ट रूप से इस स्कीमा नाम, अर्थात् schema_name.table_name द्वारा निर्दिष्ट संकल्प तालिका देखें या संदर्भ.
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 संबंधित लेख
- ORA-02449 Oracle Drop Table Error ORA-02449 Oracle ड्रॉप तालिका में त्रुटि
- Easily Duplicate, Copy or Backup Tables in Oracle, PostgreSQL, DB2 and SQLite with Create Table As SQL आसानी से डुप्लिकेट, प्रतिलिपि बनाएँ या तालिका के साथ ओरेकल, PostgreSQL, DB2 और SQLite में बैकअप टेबल्स एसक्यूएल
- Oracle ORA-14074 Create or Add New Partition Fails Error Oracle ORA-14074 बनाएँ या नई विभाजन जोड़ें विफल त्रुटि
- Oracle EXP-00091 Error When Export Database Oracle EXP-00091 त्रुटि जब निर्यात डाटाबेस
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error बनाने के लिए, जोड़ें या भाजित Oracle डाटाबेस के विभाजन के साथ विफल रहता है ORA-14,080 त्रुटि
- Oracle Database Import Error 3113/3114 Oracle डाटाबेस के आयात त्रुटि 3113/3114
- Oracle PL/SQL ORA-00947 Not Enough Values Error Oracle पी एल / एसक्यूएल ORA-00947 नहीं बस मान त्रुटि
- ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA-25,153 अस्थायी तालिकास्थान Oracle में खाली त्रुटि है
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database छोटा सा भूत-00016 आवश्यक कैरेक्टर सेट रूपांतरण नहीं समर्थित त्रुटि जब Oracle डाटाबेस के लिए आयात
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error Oracle ORA-01658 से अनुभाग के लिए तालिकास्थान त्रुटि के रूप में शुरू में विस्तार करने में असमर्थ बनाएँ









































