Find a text inside the files contained in a folder
Many times there will be a situation where we know the contents of the file but we don't have the details of the file name and its location.In this case, just go to the parent folder and issue the...
View ArticleUpload huge files to MOS (My oracle support)
There are many ways to upload the files to My oracle support SR. But when there is an huge file we may think how to upload the files especially if the file size are in GB.Oracle has provided few ways...
View ArticleHow to submit concurrent program using CONCSUB with space in parameters
Oracle Applications provides the concsub utility (concurrent manager submit) procedure for submitting concurrent manager jobs on-demand and scheduling concurrent manager jobs.For parameters that follow...
View ArticleList directories inside sub directories
Many of us know how to list the files in Linux environment. But if you are looking to list only the directories, this is the blog you are looking for.The find command also allows you to limit search...
View ArticleHost Target Remains in Down Status in Enterprise Manager 13c Cloud Control
EM 13c: Host Target Remains in Down Status in Enterprise Manager 13c Cloud Control and/or Host Metrics do not Collect (No Data Available)SymptomsEnterprise Manager (EM) 13c Cloud Control (13.1 or 13.2)...
View ArticleFind concurrent program details for execution time more than n minutes
Find concurrent program details for execution time more than n minutes:====================================================set line 200set pagesize 500col cp_name for a30col ARGUMENT_TEXT for a60SELECT...
View ArticleFind short Concurrent Program name
Find short Concurrent Program name:===================================selectprog.user_concurrent_program_name "program name",prog.concurrent_program_name "program short name",appl.application_name...
View ArticleFind RAC Instance in which the Concurrent Request is running
Find RAC Instance in which the Concurrent Request is running:============================================Give Short name between %% in module column in dba_hist_active_sess_history table:select...
View Articlescript to check server process
#!/bin/bashexport PATH=$PATH:/grid/app/bin/SUBJECT=”Server Process failed for – Server `hostname` on `date ‘+%m/%d/%y %X %A ‘`”REPSUBJECT=”Server `hostname` health check report at `date +%H:%M` hours...
View Articlescript to purge the old log files
echo ‘Setting your environment’###ORACLE_SID=#replace with your SIDORACLE_SID=TEST01export ORACLE_SID######BDUMP=#replace with your BDUMP pathBDUMP=/rac/app/oracle/diag/rdbms/test01/TEST01/traceexport...
View Articlescript to check node Eviction
#!/bin/bash. ~/.bash_profilemailid=’gangai.nathan@doyensys.com’date=`date +%Y-%m-%d” “%H:`alertlog=/rac/app/oracle/product/11.2.0/dba-scripts/logs/ioerr.logerrlog=err_`date –date=”0 days ago”...
View ArticleQuery to find open cursor and to get sequence difference in a database
Please use the below query and change the value 1000 to your requirement as per the need.select a.value, s.username, s.sid, s.serial# from v$sesstat a, v$statname b, v$session s where a.statistic# =...
View ArticleR12.2, Service Manager is not starting up
R12.2, Service Manager is not startRecently, I was working with a client when the managers in their 12.2 environment quit working. We had shutdown the applications tier to reboot the server, and when...
View ArticlePrinter setup for the E-Business Suite in Oracle Enterprise Linux Part 2...
Printer setup for the E-Business Suite in Oracle Enterprise Linux Part 2 MigratingNow that we have the printers all added, the last thing we want to do is have to rekey them all on every server. Every...
View ArticleWebLogic User Cannot Log Into Oracle Identity Manager's BI Publisher Native...
Error : WebLogic User Cannot Log Into Oracle Identity Manager's BI Publisher Native Login PageIssue :WebLogic user can not log into OIM's BIP native login page.When logging in a "Login failed, please...
View ArticleOAM 11g: "Invalid Credentials" When Logging Into Oracle Access Manager 11g R1...
Error : OAM 11g: "Invalid Credentials" When Logging Into Oracle Access Manager 11g R1 Admin Console, Can Login to WebLogic ConsoleIssue :The primary user identity store was changed. If the primary user...
View ArticleOMC: Installing Gateway Agent Install Fails with error "OMCAGNT-3018 - Oracle...
Error :OMC: Installing Gateway Agent Install Fails with error "OMCAGNT-3018 - Oracle Identity Cloud Service"Issue :Issue at network communication between IDCS (on OCI) and OMC (on OCIC)Solution :To...
View ArticleIDCS: AD Bridge Installation Failure : "The Identity Cloud Service Microsoft...
Error : IDCS: AD Bridge Installation Failure : "The Identity Cloud Service Microsoft Active Directory Bridge failed to install on your machine.Failed to execute MSI packageIssue : Administrative user...
View ArticleError During Oracle Java Cloud Service Server Backup
Error : Error During Oracle Java Cloud Service Server BackupIssue : The cause for this has been determined as being the fact that a file was copied but the permissions were not set.Solution : 1. Login...
View ArticleHOW TO SET THE OVERRIDE ADDRESS in WORKFLOW MAILER
--Set the override address to 'xyz@abc.com' , using the following script:--Login to the application server..cd $FND_TOP/sql@afsvcpup.sqlEnter Component Id: 10006Enter the Comp Param Id to update :...
View Article