| Oracle Enterprise Manager Administrator's Guide | Library |
Product |
Contents |
Index |
This chapter describes how to use Backup Manager to back up tablespaces of a database and manage redo logfile archiving. This chapter assumes that you have read Chapter 7, Overview of the Database Tools, and that you are familiar with the interface elements of the database tools.
The topics included in this chapter are:
Attention:
After the Backup Manager has successfully connected to a database, the Backup Manager main window displays. Figure 12-1: Backup Manager Main Window shows this window.
Figure 12-1: Backup Manager Main Window
As Figure 12-1: Backup Manager Main Window shows, the Tablespaces and Redo Log Groups folders display in a tree list on the left side of the Backup Manager window. These folders are contained in the database folder, which displays the name of the database to which the application is connected.
The display on the right side of the window is determined by the object selected on the left side of the screen. The right side may contain a multi-column scrolling list or a property sheet.
When you select:
Tablespace
Size (M)
Backup Status
Online Backup Started
Filename
File ID
Status
Size (M)
When you select:
Group
Sequence
Size (K)
Status
Archived?
Low SCN
Time of Low SCN
Member Filename
Group
File Status
Group Status
Archived?
Group #
Use Existing File(s)
New File(s) Size
KM Bytes
Current Members
Remove
New Member
....
Add
The Add button is enabled when you enter a new redo log member in the New Member box.
Filename
Group
Backup Menu Member
The Backup menu includes the following items:
Shuts down the database. For more information, see Shutting Down the Database on page 12-10.
Startup Database
Starts up the database. For more information, see Starting Up the Database on page 12-11.
Restrict Sessions
Makes the database accessible only to users with the RESTRICTED SESSION system privilege. Users already connected are not affected.
Makes the database accessible to all users with the CREATE SESSION system privilege.
Allows you to create a job script for backing up the tablespaces of the database. For more information, see Backing Up Tablespaces of the Database on page 12-12.
Begin Online Backup
Prepares the selected tablespace for an online backup.
The Begin Online Backup menu item is enabled when an individual tablespace is selected, that tablespace is online, and the backup status of that tablespace is not currently active.
Notifies the database that the online backup is complete.
The End Online Backup menu item is enabled when an individual tablespace is selected, that tablespace is offline, and that tablespace is currently being backed up.
Places the selected tablespace online.
Places the selected tablespace online.
Displays the Backup Control File dialog box, from which you can enter the name and directory location of the backup control file for the database. Logfile Menu
The Logfile menu includes the following menu items:
Enables automatic archiving of online redo log files.
Disables automatic archiving of online redo log files.
Displays archive log information. For more information, see Manually Archiving Redo Log Files on page 12-15.
Manually Archive
Allows you to manually (explicitly) archive specified redo log files for the current database instance. For more information, see Manually Archiving Redo Log Files on page 12-15.
Switch Logfile
Allows you to switch redo log groups. Choosing Switch Logfile automatically enables the next redo log group to become the current redo log group.
Forces a checkpoint. During a checkpoint, all modified database buffers are written to the appropriate datafiles.
Creates a new redo log group for the database. For more information, see Adding a New Redo Log Group on page 12-16.
Drop Log Group
Allows you to remove a redo log group from the database.
Allows you to create a new member for an existing redo log group. For more information, see Adding a New Member to an Existing Redo Log Group on page 12-17.
Drop Log Member
Allows you to remove a redo log file from a redo log group. Selected Backup Manager Tasks
This section covers the following topics:
Attention:
The items of the Shutdown property sheet are described below:
Shutdown Options
Immediate: Shuts down the database in immediate mode. (This is the default.)
Abort: Shuts down the database in the abort mode.
Shut Down
Attention:
Attention:
The items of the Startup property sheet are described below:
Startup Options
Restrict: Starts an instance in restricted mode. Connections are limited to those users who have been granted the RESTRICTED SESSION system privilege.
Parallel: Allows multiple instances to access a single database concurrently.
No Mount: Starts up the instance and mounts the database. The database is accessible only to database administrators.
Mount: Mounts a database upon instance startup. The database is accessible only to database administrators.
Mount and Open: Starts up the instance, and mounts and opens the database.
Don't Use Stored Parameters (checkbox)
Parameter File
If you do not specify a parameter file, Oracle Enterprise Manager looks for the parameter file in the default location on your local machine. For information about the default location for the parameter file, see your operating system-specific Oracle documentation.
Browse: Displays the standard Open dialog box, allowing you to locate the parameter file.
Startup
Attention:
The Backup Tablespace Wizard includes four pages that you complete in order to create a backup job script, which you can then run from the Job subsystem of the Console. These pages are described below:
Up
Tablespaces online (hot): Click this button if you want to back up the tablespace(s) when the database is up and the tablespace(s) are online.
This button is enabled only when the Up button is selected. When the Up button is selected, this button is selected by default.
Tablespaces offline (cold): Click this button if you want to back up the tablespace(s) when the database is up and the tablespace(s) are offline.
This button is enabled only when the Up button is selected.
Down
Attention:
Selected Tablespaces
Arrow buttons
Double-clicking on a tablespace in either box performs the same operation the arrow keys perform -----it transfers the tablespace from one of these boxes to the other.
Available Tablespaces
Write to Disk
Directory: Enter the directory path for the backup file in this box.
The Directory box is enabled only when the Write to Disk button is selected.
Write to Tape
Tape Device: Enter the device ID of the tape drive on the host to be used for backup. The Tape Device box is enabled only when the Write to Tape button is selected.
Archive Using OS Command Line
Command: In this box, enter the command to be invoked at the operating system prompt.
The Command box is enabled only when the Archive Using OS Command Line button is selected.
Filename
....
Finish
If creating the backup script was not successful, a message indicates how to correct the problem. If the backup script was created successfully, a message indicates that fact.
Attention:
Displaying Archive Log Information
To display information from the archive log, choose Show Archive Log Info from the Logfile menu. The Archive Log Information window displays.
Indicates the currently enabled archive log mode: Archive Mode or No Archive Mode.
Indicates the current status of automatic archival: Enabled or Disabled.
Indicates the current destination device or directory for the archived redo log group.
Indicates the log sequence number of the oldest filled online redo log group.
Indicates the log sequence number of the next filled online redo log group to archive.
Indicates the log sequence number of the current online redo log group. Manually Archiving Redo Log Files
To manually (explicitly) archive redo log files, choose Manually Archive from the Logfile menu. A secondary menu offers you the following options for manually archiving redo log files.
Archives the current redo log group, as well as any filled, but not yet archived online redo log groups.
Archives all filled, but not yet archived, online redo log groups.
Archives the next online redo log group that has been filled but not yet archived.
Archives the selected redo log group.
Archives the redo log group associated with the selected redo log file (member).
In this box, enter the destination directory for the redo log group(s) you are archiving manually. (The default destination directory is that specified in the Archive Destination field of the Archive Log Information window.)
Click this button to display a standard Open dialog box, from which you can select a destination directory for the redo log group(s) you are archiving manually. Adding a New Redo Log Group
To create a new redo log group, choose Add Log Group from the Logfile menu. The Create Redo Log Group property sheet appears.
Displays the redo log group number that Oracle Enterprise Manager has automatically generated for this new redo log group. (For example, if redo log groups 1 and 2 already exist for the database, 3 appears by default in the Group # box.)
Click this button to allow Oracle Enterprise Manager to reuse existing file(s).
Click this button in order to specify the size of the new Redo Log Group file(s).
If you click the New File(s) Size button, enter the new file(s) size in the Bytes box and click K (default) to specify that the new file(s) size is in kilobytes, or M to specify that the new file(s) size is in megabytes.
Displays the current members of this redo log group.
Click this button to remove the redo log group member that is selected in the Current Members box.
Enter a new member for this redo log group in the New member box.
Click this button to display the Open dialog box, from which you can select the redo log file you want to enter in the New Member box.
Click this button to add the new member for this redo log group that you entered in the New Member box.
Click this button to create the new redo log group. Adding a New Member to an Existing Redo Log Group
To create a new member for an existing redo log group, choose Add Log Member from the Logfile menu. The Create Redo Log Member property sheet appears.
Enter the filename of the new member of the redo log group shown in the Group box.
From this box, select the redo log group to which you want to add a new member.
Click this button to specify that Oracle Enterprise Manager reuse an existing file.
Click this button to specify that Oracle Enterprise Manager create a new file.
|
Prev Next |
Copyright © 1996 Oracle Corporation. All Rights Reserved. |
Library |
Product |
Contents |
Index |