answersLogoWhite

0

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.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the function of an SQL Loader?

SQL Loader is a utility used to load data from external files into an Oracle database. It can handle loading large volumes of data quickly and efficiently, and provides flexibility in mapping data from files to database tables. It is commonly used for bulk data loading tasks.


What is the realm meaning of the term ETL?

ETL is short for extract, transform, load, three database functions that are combined into one tool to pull data out of one database and place it into another database.


What is ETL software used for?

ETL software stands for 'Extract, Transform and Load'. This software is used mainly to migrate data from one database to another. It is also used to convert database formats from one type to another.


How do you copy a database of mysql in wamp server from one computer to another?

You have several options: * copy the database files from mysql/data/<database_name> to a new mysql Installation * use mysqldump utility to export the data from your database and load it into the new mysql installation * setup replication


What is bulk loading in a database?

Usually, that is using a "load" file to import data into a database. That can be a flat, delimited file or other formats. The type of format used depends on the database. My database has data upload batch jobs scheduled daily.


What is ETL and how is it used in data processing?

ETL stands for Extract, Transform, Load. It is a process used in data processing to extract data from various sources, transform it into a usable format, and load it into a target database or data warehouse for analysis and reporting.


What is sql loader?

SQL LOADER is an Oracle utility used to load data into table given a datafile which has the records that need to be loaded. SQL*Loader takes data file, as well as a control file, to insert data into the table. When a Control file is executed, it can create Three (3) files called a log file, bad file or reject file, discard file. * Log file tells you the state of the tables and indexes and the number of logical records already read from the input datafile. This information can be used to resume the load where it left off. * Bad file or reject file gives you the records that were rejected because of formatting errors or because they caused Oracle errors. * Discard filespecifies the records that do not meet any of the loading criteria like when any of the WHEN clauses specified in the control file. These records differ from rejected records.


What is databse integrity control?

Integrity control means keeping the data consistent and correct by means of controls that a database administrator puts on the database. Only persons with privileged accounts can load data into the database. Even with that, there are rules on the table fields that allow only a certain type of data to be inserted.


What are the pros and cons of TIBCO and Oracle apps integration?

Pros 1) TIBCO creates a middle layer between Oracle and other apps. This allows for changes to other apps to occur with minimal impact to Oracle. Instead the change is managed between the app and Tibco. 2) Multiple apps can use the data extracted from a large Oracle app like Peoplesoft. This allows less load on the Oracle database because the information is extracted once. The load is pushed onto the Tibco middleware instead. Cons 1) Production level debugging is poor. Logging is not recommended becuase it slows performance. 2) Data transfer takes longer. Tibco's pub and sub architecture slows the data transfer between applications compared to direct dblinks. 3) Extra licencing costs, upgrades, resources, training are required to maintain tibco.


How do you convert an Excel database to a Mysql database?

1. For every sheet you have in Excel, create a matching table in MySQL database 2. Export excel data to a CSV file 3. Load the CSV files into MySQL database using one of the following: 3.1 mysqlimport - Loads tables from text files in various formats 3.2 LOAD DATA INFILE command 3.3 Create the tables with CSV storage engine, replace the CSV file in the database directory


Why would you use the skip-networking command?

to prevent remote access to the database and disallow the ability to load a local data file


What does ETL mean and how is it used in data processing?

ETL stands for Extract, Transform, Load. It is a process used in data processing to extract data from various sources, transform it into a format that is suitable for analysis, and then load it into a data warehouse or database for further use. ETL helps ensure that data is clean, consistent, and ready for analysis.