Read Oracle RMAN 11g Backup and Recovery Online
Authors: Robert Freeman
24
Part I: Getting Started with RMAN in Oracle Database 11
g
FIGURE 1-2
A typical Oracle database
Changing Data in the Database
Now, assume the database is open. Let’s say that Fred needs to add a new record to the DEPT
table for the janitorial department. So, Fred might issue a SQL statement like this: INSERT INTO DEPT VALUES (60, 'JANITOR','DALLAS');