Moid
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
Saturday, December 7, 2019
Sunday, November 17, 2019
Thursday, October 24, 2019
Tuesday, October 8, 2019
MoidIITDocID-563: How to install 19c client on Windows 10? --Moid Muhammad
Click here to steps on how to install 19c Oracle client on Windows 10.
--Moid
Other links:
Click here for 10g client installation
Click here for 11g client installation
Click here for 12c client installation.
Click here for 18c client installation
Click here for 19c client installation
--Moid
Other links:
Click here for 10g client installation
Click here for 11g client installation
Click here for 12c client installation.
Click here for 18c client installation
Click here for 19c client installation
Subscribe to:
Posts (Atom)