View and Retrieve Oracle Database Link Details देखें और retrieve Oracle डाटाबेस लिंक विवरण
In Oracle, database links are named objects that are created in one database which contains detail and instruction that describes how to connect to another, entirely different, database. Oracle में, डेटाबेस संबंध है कि जो विस्तार और कहा कि कैसे एक और करने के लिए, पूरी तरह, डाटाबेस विभिन्न कनेक्ट करने का वर्णन अनुदेश शामिल है एक डेटाबेस में बनाया जाता है वस्तुओं नाम हैं. Database links are is a mean of performing distributed database processing, and can be used to retrieve data from a remote database of different version, or running on different operating system. डाटाबेस लिंक हैं प्रदर्शन वितरित डेटाबेस प्रसंस्करण का एक मतलब है, और अलग अलग संस्करण है, या अलग ऑपरेटिंग सिस्टम पर चलने के एक दूरस्थ डेटाबेस से डेटा पुनः प्राप्त करने के लिए इस्तेमाल किया जा सकता है.
If you want to know whether any database links exist in data dictionary views, and where the database links connect to, you can get the information from DBA_DB_LINKS view. अगर आप चाहे किसी भी डेटाबेस लिंक डेटा में शब्दकोश विचार है, और जहाँ डेटाबेस कड़ियों को जोड़ने, तुम DBA_DB_LINKS दृष्टि से जानकारी प्राप्त कर सकते हैं मौजूद जानना चाहता हूँ.
Just launch your SQL*Plus or Toad, or whatever convenient to you and query the dba_db_links table. बस अपने SQL * प्लस या टॉड, या जो भी आप के लिए सुविधाजनक और क्वेरी के dba_db_links मेज लांच. For example: उदाहरण के लिए:
SQL> select * from dba_db_links; SQL> * dba_db_links से चयन करें;
And you will be seeing listing of database links defined, with details of OWNER, DB_LINK, USERNAME, HOST, and CREATED, which the column name itself is more or less self-explanatory. और आप परिभाषित लिंक, स्वामी, DB_LINK, उपयोगकर्ता नाम, मेजबानी, और बनाया है, जो कॉलम नाम ही अधिक है या कम सुगम के विवरण के साथ डाटाबेस की सूची को देखकर किया जाएगा.
Normally the OWNER of the database link is the person who created it, unless it was created as a public link, in which case a pseudo-user called PUBLIC is said to own it. जब तक यह एक सार्वजनिक कड़ी है, जो मामले में एक छद्म उपयोगकर्ता सार्वजनिक इसे स्वयं करने के लिए कहा जाता है कि फोन के रूप में बनाया गया था आमतौर मालिक डाटाबेस लिंक का जो इसे बनाया व्यक्ति है.
Beside, if you define connection host string as an entry (alias) from tnsnames.ora when creating the database links, the HOST column will show the tnsnameas alias, and not the host or remote server name that the database link is connecting to. इसके अलावा, अगर आप एक प्रविष्टि tnsnames.ora जब tnsnameas उर्फ दिखाएगा डाटाबेस जुड़ता है, तो मेजबानी कॉलम बनाने से (उर्फ), और नहीं मेजबान या दूरस्थ सर्वर का नाम है कि डाटाबेस लिंक जोड़ने के लिए है के रूप में मेजबान कनेक्शन स्ट्रिंग परिभाषित. You have to check tnsnames.ora to get the connection details. आप कनेक्शन विवरण प्राप्त करने के लिए tnsnames.ora की जाँच करने के लिए किया है.
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 संबंधित लेख
- Oracle Database Link Oracle डाटाबेस लिंक
- 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 में से
- Oracle EXP-00091 Error When Export Database Oracle ऍक्स्प-00091 त्रुटि जब निर्यात डाटाबेस
- Oracle Database Import Error 3113/3114 Oracle डाटाबेस आयात त्रुटि 3113/3114
- Change Oracle Database User Password बदलें Oracle डाटाबेस प्रयोक्ता कूटशब्द
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database छोटा सा भूत-00016 आवश्यक कैरेक्टर सेट रूपांतरण नहीं समर्थित त्रुटि जब Oracle डाटाबेस करने के लिए आयात
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error , या भाजित Oracle डाटाबेस विभाजन जोड़ें बनाएँ ORA साथ विफल-14080 त्रुटि
- ORA-00942 Table or View Does Not Exist Oracle Error ORA-00942 तालिका देखें या नहीं मौजूद Oracle त्रुटि है
- How to Disable Full Row Select Highlight in Windows Vista Explorer Details View कैसे निष्क्रिय पूर्ण पंक्ति चुनें हाइलाइट करने के लिए Windows Vista एक्सप्लोरर विवरण में देखें










































October 12th, 2008 03:18 अक्टूबर, 12 2008 03:18
Hola a todos.. Hola एक todos ..
Quisiera saber si me pueden ayudar en eso es urgente: Quisiera कृपाण सी मुझे pueden ayudar en eso es urgente:
Como puedo ver las bases de datos que estan en oracle y las tablas tambien कोमो puedo देखें लास कुर्सियां डी datos que estan en Oracle y लास tablas también
Desde ya agradesco su respuesta Desde फिर agradesco respuesta su
July 15th, 2008 14:33 जुलाई, 15 2008 14:33
For Oracle 9i and Greater, Oracle 9i और ग्रेटर के लिए,
Use उपयोग करना
Select * from ALL_DB_LINKS चुनें ALL_DB_LINKS * से
This view is present in the SYS Schema यह देखने के SYS स्कीमा में मौजूद है
RvK RvK