answersLogoWhite

0

How do you create a database link?

Updated: 8/16/2019
User Avatar

Wiki User

โˆ™ 9y ago

Best Answer

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.

User Avatar

Wiki User

โˆ™ 9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a database link?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a database?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


How do you load the data into oracle database to another database?

There are several different ways. If you are going between one Oracle database and another Oracle database you can create a database link. Another method would be an Oracle export to flat file and then a import to another database. This all depends on the type of database you are trying to load the data into.


How do you create a new database in MySQL?

The MySQL command is "CREATE DATABASE [dbname]" with "[dbname]" replaced with your desired database name.


Is the relational database an example of oracle database?

A relational database is a type of database design. Oracle is a brand of database. You can create a relational database using Oracle. You can also create relational databases using other database applications.


What are the main function of a database system?

create the database


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


How do you create a db?

CREATE DATABASE db_name;


Which default Database roles are created when you create a Database?

To create a database you need to name a file and add that to Microsoft excel :) hope that helps :)


Is it true that database management systems create and manage databases?

yes it mange database and also create it.


What are the main functions of a database management system?

create the database


What is a database that has no data and has no database tools in which you create the data and the tools as you need them is reffered to as a?

A "schema-on-read" database is one that allows users to define the structure of the data as they access it, rather than enforcing a predefined schema. This approach allows for flexibility in data organization and analysis, making it a popular choice for big data and analytics applications.


How many control files are required to create a database?

You do not need any control files to create a database; the control files are created when you create a database, based on the filenames specified in the CONTROL_FILES parameter of the parameter file.