answersLogoWhite

0

How do you create a database link?

User Avatar

Anonymous

10y ago
Updated: 8/16/2019

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

10y ago

What else can I help you with?

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.


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 :)


How do you create a db?

CREATE DATABASE db_name;


What are the main functions of a database management system?

create the database


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

yes it mange database and also create it.


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.


How do you create a data base?

If your database program uses standard SQL commands, you would use the CREATE DATABASE command.