Oracle Database/Managing Data

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Manipulating data through SQL using INSERT, UPDATE, and DELETE

[edit | edit source]

Using Data Pump to export data

[edit | edit source]

Using Data Pump to import data

[edit | edit source]

SQL Dump should either Exports in CSV or Plain SQL Format.

Loading data with SQL*Loader

[edit | edit source]

Creating directory objects

[edit | edit source]