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 या हल ले रहे हैं.

  1. 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. अगर ऐसी कोई मेज या देखने के लिए, तालिका या देखने के लिए, या किसी अन्य तालिका या दृश्य का उपयोग करें बनाने मौजूद है.
  2. 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. यह मामला है यदि आप समस्या के बिना दृश्य से चयन कर सकते हैं, लेकिन तब जब उस पर एक दृष्टि बनाने की कोशिश कर त्रुटि मिलती है.

  3. 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. जब भी संभव है.


Leave a Reply एक उत्तर दें छोड़ दो

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> आप इन टैग्स: <a href="" उपयोग title=""> <abbr title=""> <acronym कर सकते हैं <blockquote title=""> <b> cite=""> <cite> <code> <डेल DateTime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. टिप्पणी की सुविधा है विकलांग गया है की सदस्यता लें. To receive notification of latest comments posted, subscribe to सदस्यता के लिए नई टिप्पणियों की सूचना प्राप्त पोस्ट किया है, My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नए लेख

Incoming Search Terms for the Article के लिए खोजें शर्तें आने अनुच्छेद

ORA-00942 ORA-00942 - -- ORA-00942: table or view does not exist टेबल ORA-00942: देखने या अस्तित्व में नहीं है - -- ora-00942 table or view does not exist ora-00942 तालिका देखें या अस्तित्व में नहीं है - -- table or view does not exist in oracle तालिका देखें या Oracle में अस्तित्व में नहीं है - -- table or view does not exist तालिका देखें या अस्तित्व में नहीं है - -- oracle table or view does not exist Oracle तालिका देखें या अस्तित्व में नहीं है - -- ora 00942 00,942 ora - -- PL/SQL: ORA-00942: table or view does not exist पी एल / एसक्यूएल: ORA-00942: तालिका देखें या अस्तित्व में नहीं है - -- ora 942 942 ora - -- ora-00942 table or view does not exist oracle ora-00942 तालिका देखें या Oracle अस्तित्व में नहीं है - -- ora 00942 table or view does not exist 00,942 तालिका देखें या ora अस्तित्व में नहीं है - -- table or view does not exist oracle तालिका देखें या Oracle अस्तित्व में नहीं है - -- ORA-942 ORA-942 - -- ORA-00942: table or view does not exist टेबल ORA-00942: देखने या अस्तित्व में नहीं है - -- ora-00942 table or view doesn't exist ora-00942 तालिका देखें या अस्तित्व में नहीं है - -- oracle table does not exist Oracle तालिका अस्तित्व में नहीं है - -- oracle table permissions Oracle तालिका अनुमतियाँ - -- SQL Error: ORA-00942: table or view does not exist SQL त्रुटि: ORA-00942: तालिका देखें या अस्तित्व में नहीं है - -- ora-00942 error ora-00942 त्रुटि - -- pl sql ora-00942 table or view does not exist pl एसक्यूएल ora-00942 तालिका देखें या अस्तित्व में नहीं है - -- ora-00942 table or view does not exist. ora-00942 तालिका देखें या मौजूद नहीं है. - -- "ORA-00942: table or view does not exist" "ORA-00942: तालिका देखें या अस्तित्व में नहीं है" - -- ORA-00942: table or view does not exist टेबल ORA-00942: देखने या अस्तित्व में नहीं है - -- ora-00942 ora-00942 - -- oracle error table or view does not exist Oracle त्रुटि तालिका देखें या अस्तित्व में नहीं है - -- v$session table or view does not exist v $ सत्र तालिका देखें या अस्तित्व में नहीं है - -- oracle ora-00942 Oracle ora-00942 - -- v session table or view does not exist v सत्र तालिका देखें या अस्तित्व में नहीं है - -- v$session "table or view does not exist" v $ सत्र तालिका "या देखने के अस्तित्व में नहीं है" - -- oracle 00942 00,942 Oracle - -- ora 00942 error ora 00,942 त्रुटि - -- ORA-00942: ORA-00942: - -- oracle v$session view does not exist Oracle $ सत्र को देखने v अस्तित्व में नहीं है - -- oracle procedure table or view does not exist Oracle प्रक्रिया तालिका देखें या अस्तित्व में नहीं है - -- PL/SQL: ORA-00942: table or view does not exist reading external table पी एल / एसक्यूएल: ORA-00942: तालिका देखें या बाह्य तालिका पढ़ने के अस्तित्व में नहीं है - -- v$session ORA-00942 v $ सत्र ORA-00942 - -- ora-942 table or view does not exist ora-942 तालिका देखें या अस्तित्व में नहीं है - -- "table or view does not exist" तालिका "या देखने के अस्तित्व" नहीं है - -- Table or view does not exists तालिका देखें या नहीं मौजूद है - -- oracle "table or view does not exist" टेबल Oracle "या देखने के अस्तित्व में नहीं है" - -- oracle view table permissions Oracle देखें तालिका अनुमतियाँ - -- ora-00942 V$database डाटाबेस ora-00942 वी $ - -- V$SESSION ORA-00942: table or view does not exist वी $ सत्र ORA-00942: तालिका देखें या अस्तित्व में नहीं है - -- ORA-00942 access उपयोग ORA-00942 - -- Table \'b18177.dle_views\' doesn\'t exist टेबल \ 'b18177.dle_views \' doesn \ 'मौजूद ह - -- oracle error object does not exist Oracle त्रुटि वस्तु अस्तित्व में नहीं है - -- oracle drop table ORA-00942 Oracle ड्रॉप तालिका ORA-00942 - -- v$session table or view does not exists v $ सत्र तालिका देखें या नहीं मौजूद है - -- oracle table doesn't exist Oracle तालिका अस्तित्व में नहीं है - -- System.Data.OracleClient.OracleException: ORA-00942: table or view does not exist System.Data.OracleClient.OracleException: ORA-00942: तालिका देखें या अस्तित्व में नहीं है - --