cannot drop a database link after changing the global_name ORA-02024 (document ID 382994.1)applies To:Oracle database-enterprise edition-version 9.2.0.6 and laterInformation in this document applies to any platform.Checked for relevance on 14-nov-201
Cannot drop a database link after changing the global_name ORA-02024 [ID 382994.1]
Modified22-nov-2010TypeProblemStatusModerated
In this documentSymptomsCauseSolution
Platforms: 1-914cu;
This
First, synonym synonymConnect sys/123 as SYSDBA;SELECT * from EMP;ORA-00942: Table or view does not existCreate synonym emp for scott.emp;SELECT * from EMP;1. DefinitionA synonym is an alias for a pattern object.Can be a table or view, sequence,
Oracle database link (DBLINK) Creation and deletion methods, oracledblink
Create and delete a database link in OracleCreate dblink:
create database link [name] connect to [username] IDENTIFIED BY [password] using '(DESCRIPTION = (ADDRESS_LIST =
Database Link of IT Ninja Turtles: database of Ninja Turtles
-CREATE public database link test_link connect to scott identified by tiger using '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = 127.0.0.1) (PORT = 1521) (CONNECT_DATA
Multiple Oracle databases physically stored in the network can be logically considered as a single large database. Users can access the data in the remote database through the network, the collaborative processing between servers is completely
OracleHow to Create a databaseDATABASE LINKWhat about it? In this article, we will use an instance to introduce the creation process. Next, let's take a look at this process.
Multiple ORACLE databases physically stored in the network can be
Multiple Oracle databases physically stored in the network can be logically considered as a single large database. Users can access the data in the remote database through the network, while the collaborative processing between servers
It is
The establishment and use of Oracle database linkFirst, the establishment of the database link:1, the database link building syntax is generally: Create databases Link[db_link_name] CONNECT to[USER_NAME] identified by [password] USING ' [tns_name] ';
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.