- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
Using Database Control to Clone a Database in Font
Using Database Control to Clone a Database QR Code Generation In None Using Barcode generator for Font Control to generate, create QR Code ISO/IEC18004 image in Font applications. www.OnBarcode.comData Matrix Encoder In None Using Barcode creation for Font Control to generate, create ECC200 image in Font applications. www.OnBarcode.comThe Enterprise Manager Clone Database Wizard steps you through the database cloning operation. Here are the main features of the cloning feature: You can clone any Oracle database that is release 8.1.7 or higher. The source database can be in the archivelog or the noarchivelog mode. Painting Code 128C In None Using Barcode creator for Font Control to generate, create Code 128 Code Set C image in Font applications. www.OnBarcode.comDrawing Code 3/9 In None Using Barcode generation for Font Control to generate, create Code 39 image in Font applications. www.OnBarcode.comCHAPTER 16 DATABASE RECOVERY
UPC A Creation In None Using Barcode maker for Font Control to generate, create Universal Product Code version A image in Font applications. www.OnBarcode.comDrawing Barcode In None Using Barcode maker for Font Control to generate, create Barcode image in Font applications. www.OnBarcode.com You can clone a database while it is open. Database Control uses RMAN internally for the cloning operation. Database Control will back up the data files and restore them in the new location. It will then recover them using archived redo logs. Database Control will create the new instance, a password file, any necessary networking files, and the init.ora file and SPFILE. Database Control will automatically start the new instance in the open mode. Here are the steps for cloning a database using Database Control: 1. Click the Maintenance Tab on the Database Home Page of Database Control. 2. Click on the Clone Database item in the Data Movement section (under the Move Database files group). 3. In the Source Type page, choose the Clone a Running Database Instance option. 4. In the Source Working Directory page, enter your operating system username and password. Click Next. 5. In the Select Destination page, enter the new database name and the destination host name. Click Next. 6. In the Destination Options page, you can customize database file locations if you wish. Click Next. 7. In the Schedule page, you can choose whether you want to clone the database immediately or to schedule it for later. Click Next. 8. In the Review page you can review the source and clone database information, as shown in Figure 16-1. Click the Submit Job button to start the cloning operation. PDF 417 Creation In None Using Barcode maker for Font Control to generate, create PDF417 image in Font applications. www.OnBarcode.comPrinting MSI Plessey In None Using Barcode generation for Font Control to generate, create MSI Plessey image in Font applications. www.OnBarcode.comFigure 16-1. The Clone Database Review page You can check the database cloning status by going to the Logs page, shown in Figure 16-2. Denso QR Bar Code Creator In VB.NET Using Barcode creation for Visual Studio .NET Control to generate, create QR Code image in .NET framework applications. www.OnBarcode.comDecoding Denso QR Bar Code In C# Using Barcode reader for .NET Control to read, scan read, scan image in .NET framework applications. www.OnBarcode.comCHAPTER 16 DATABASE RECOVERY
EAN 128 Creation In Objective-C Using Barcode encoder for iPad Control to generate, create UCC.EAN - 128 image in iPad applications. www.OnBarcode.comUCC - 12 Generator In Java Using Barcode printer for BIRT Control to generate, create GS1 128 image in Eclipse BIRT applications. www.OnBarcode.comFigure 16-2. Reviewing the cloning status in the Logs page
Generate Barcode In Visual Studio .NET Using Barcode creator for Reporting Service Control to generate, create Barcode image in Reporting Service applications. www.OnBarcode.comDraw Barcode In Objective-C Using Barcode maker for iPad Control to generate, create Barcode image in iPad applications. www.OnBarcode.comManually Cloning a Database
UCC - 12 Printer In Objective-C Using Barcode drawer for iPhone Control to generate, create UCC - 12 image in iPhone applications. www.OnBarcode.comCode 128 Code Set C Creation In Visual Studio .NET Using Barcode creation for Visual Studio .NET Control to generate, create USS Code 128 image in VS .NET applications. www.OnBarcode.comTo clone a database manually, you need to first use the operating system to copy all of the source database files to the target location. If you are on the same server, you also have to change the name of the database; if you are on a different server, you can keep the same name for the databases if you wish. You first back up the source database control file to trace (using the ALTER DATABASE BACKUP CONTROLFILE TO TRACE statement) and, using the trace file s contents, create a new control file that will help you create the new clone database. Here s a summary of the steps involved in manually cloning a database. The procedure is simple, with most of the time being consumed by copying the database files from source to target. Assume that your production database is the source database and is named prod and your destination (target) database is named test . 1. Copy the prod database files to the target location. 2. Prepare a text file for the creation of a control file for the new database as follows: SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE; 3. On the target location, create all the directories for the various files. 4. Copy the following four sets of files from the production (source) database to the target database: parameter files, control files, data files, and redo log files. 5. In all the clone database files, change the database name to test. 6. Run the CREATE DATABASE statement, which was prepared with the ALTER DATABASE BACKUP CONTROLFILE TO TRACE statement. 7. Create the control file for the test database using the following statement: SQL> CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS NOARCHIVELOG You ll now have a new database called test that has a new control file pointing to the copied (target) version of the production database. USS Code 128 Recognizer In Java Using Barcode recognizer for Java Control to read, scan read, scan image in Java applications. www.OnBarcode.comDataMatrix Creator In VS .NET Using Barcode generator for VS .NET Control to generate, create Data Matrix image in .NET framework applications. www.OnBarcode.comCode 128 Code Set A Encoder In None Using Barcode encoder for Word Control to generate, create Code 128 Code Set C image in Microsoft Word applications. www.OnBarcode.comUPC - 13 Decoder In VS .NET Using Barcode reader for .NET Control to read, scan read, scan image in VS .NET applications. www.OnBarcode.com |
|