Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Found 4 tips, Displaying 1 - 4 
 
Sort by 
 
 Create standby controlfile
Syntax how to create Oracle control file for a standby database: $ sqlplus SQL*Plus: Release 10.1.0.4.0 - Production on Mon Nov 6 10:16:11 2006 Copyright (c) 1982, 2005, Oracle. All rights reserved. Enter user-name: / as sysdba Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production With the Partitioning and Data Mining options SQL> ...
     
More...

11/06/06
 
 
 Adding new datafiles to standby database
If parameter STANDBY_FILE_MANAGEMENT is set to MANUAL in Oracle standby database you may get this error when rolling forward: Media Recovery Log logfile.arc File #416 added to control file as 'UNNAMED00416' because the parameter STANDBY_FILE_MANAGEMENT is set to MANUAL The file should be manually created to continue. Errors with log logfile.arc Some recovered datafiles maybe left ...
     
More...

06/22/06
 
 
 How to open Oracle standby database
To open standby database you must activate it first: SQL> alter database activate standby database; SQL> alter database mount; SQL> alter database open;
 More...
05/12/06
 
 
 Recover Oracle database and standby db examples
Just some handy quick syntax references for Oracle database recovery. -- Recover Oracle standby database select to_char(sysdate, 'dd/mm/yyyy hh24:mi:ss') AS start_time from dual; ALTER DATABASE RECOVER automatic standby database until time '2006-02-24:09:00:00'; select to_char(sysdate, 'dd/mm/yyyy hh24:mi:ss') AS end_time from dual; -- Recover database until certain time: recover database until time '2006-02-24:09:00:00'; -- Recover database after RMAN restore ...
 More...
02/24/06
 
 


Recent tips & tricks
Miscellaneous > Middleware > Oracle Fusion Middleware > Oracle SOA Suite : Cannot connect to database whe...
Databases > Oracle : How to identify semaphors and ...
Databases > Oracle > Oracle 10g : How to drop tablespace with da...
Databases > Oracle : How to move an index to anothe...

More categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Office Software | TipLib FAQ
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com