top of page
Search
An ORA-01157 is issued whenever Oracle attempts to access a file but cannot find or lock the file.
Oracle Error: ORA-1157 An ORA-01157 is issued whenever Oracle attempts to access a file but cannot find or lock the file. Error...
Hanh Nguyen
Nov 10, 201511 min read
0 views
0 comments
Recover database after disk loss
All Oracle support Analysts, DBAs and Consultants who have a role to play in recovering an Oracle database Loss due to Disk Failure...
Hanh Nguyen
Nov 10, 20157 min read
0 views
0 comments
Backup and Recovery Scenarios
BACKUP SCENARIOS a) Consistent backups A consistent backup means that all data files and control files are consistent to a point in...
Hanh Nguyen
Nov 10, 201510 min read
0 views
0 comments
Recover table from RMAN in 12c
% rman target / log recover_table1.log RMAN> RECOVER TABLE SMEDS.”RECTEST” OF PLUGGABLE DATABASE T12CPDB1 UNTIL SEQUENCE 48 THREAD 1 ...
Hanh Nguyen
Nov 9, 20158 min read
0 views
0 comments
How to Rename or Move Datafiles and Logfiles
Scope This bulletin gives instructions to: I. RENAME OR MOVE DATAFILE(S) WITH THE DATABASE OPEN II. RENAME AND OR MOVE DATAFILE(S) WITH...
Hanh Nguyen
Oct 25, 20153 min read
0 views
0 comments
How To Automate The Opening Of Pluggable Databases After The CDB Starts Up
How to automate the opening of pluggable databases after the Container DataBase (CDB) starts up? Solution Create a database startup...
Hanh Nguyen
Oct 25, 20151 min read
1 view
0 comments
When to use startup / shutdown database and alter database command in 12c
Before 12c there are only few commands available for startup and shutdown but if we follow that we end up starting and stopping only cdb...
Hanh Nguyen
Oct 4, 20152 min read
0 views
0 comments
Consistent Backup, Restore and Recovery using RMAN
Oracle9i Lab 1 , but is applicable for higher RDBMS versions aswell Consistent Backup, Restore and Recovery using RMAN In Oracle9i,...
Hanh Nguyen
Oct 3, 201518 min read
1 view
0 comments
RAC Backup, Restore and Recovery using RMAN
Verify the databases are in archivelog mode and archive destination. a. NODE 1: thread 1 SQL> archive log list; Database log...
Hanh Nguyen
Oct 3, 20157 min read
1 view
0 comments
Top 10 Backup and Recovery Best Practice
Top 10 Backup and Recovery best practices. This document assumes that you are doing the Backup and Recovery basics – Running in...
Hanh Nguyen
Oct 3, 20154 min read
1 view
0 comments
RMAN Enhancements in Oracle 12c
Support for Container and Pluggable Databases RMAN in 12c provides full backup and recovery support for a Pluggable Database...
Hanh Nguyen
Oct 3, 20159 min read
0 views
0 comments
bottom of page