Moid
Wednesday, June 29, 2022
Thursday, April 14, 2022
Friday, April 8, 2022
Thursday, April 7, 2022
Wednesday, March 2, 2022
MoidIITDocID-601: Database Migration using Transportable tablespace (AIX to Linux) - Database Migration Steps (rough notes) --Moid
Note that this is the first draft of the notes. I will be making it clean as time permits. You can see Oracle Doc ID 2471245.1 for more details.
Sunday, February 27, 2022
Sunday, February 20, 2022
Saturday, February 19, 2022
MoidIITDocID-595: How to redirect nohup to a filename? --Moid
Example:
nohup rman @duplicate_db.rman > duplicate_db_`date +%m-%d-%y_%H%M%S`.log &
tail -f `ls -ltrh | awk '{print $9}' |tail -1`
Moid
Tuesday, February 15, 2022
Monday, August 30, 2021
MoidIITDocID-590: How to UPGRADE 11.2.0.4 database to 12.2.0.1 using Data Pump? --Moid Muhammad
How to UPGRADE 11.2.0.4 database to 12.2.0.1 using Data Pump?
Moid Muhammad
Keywords: upgrade, 11g to 12c, 11.2, 12.2, data pump, migration.
Thursday, November 5, 2020
Saturday, September 12, 2020
MoidIITDocID-587: How to clone oracle 19c database using RMAN to AWS server ? --Nasreen Fatima
by:
Nasreen Fatima
Oracle DBA
Ajman, UEA
Sunday, August 30, 2020
Saturday, July 25, 2020
Saturday, July 18, 2020
MoidIITDocID-581: How to exclude Oracle Maintained users in 11g?
To exclude oracle_maintained users in 11g:
select username from dba_users
where username NOT IN (select name from system.logstdby$skip_support)
order by 1;
To list oracle_maintained users in 11g:
select username from dba_users
where username IN (select name from system.logstdby$skip_support)
order by 1;
Hope this helps.
Moid Muhammad
Click here for the document.
Saturday, January 18, 2020
Thursday, December 19, 2019
Subscribe to:
Posts (Atom)