Oracle Portal
-
Microsoft AD and OID synchronization not happening
Support team reported an issue where they were not able to see some of the new users created in AD (Active Directory) flowing to OID (Oracle Internet Directory) I started looking into the issue. I checked ODI synchronization services (odisrv process) Logged into the infra tier and ran the command then checked the ldap synchronization… Continue reading
-
How to change “orcladmin” user password when it is expired
Login to $ORACLE_HOME/bin (Infra Home) Make sure vnc process is running and DISPLAY variable is configured to the VNC port export DISPLAY=<server_name>:<port_no> Invoke the script -oidamin $ ./oidadmin Now login to the GUI (onVNC) with the following credential User = “cn=orcladmin” Password = default it is the same as that of “ias_admin” Once logged in,… Continue reading
-
Deleting duplicate users in Oracle Portal
In one of our PROD application (Oracle portal), user reported that he is not able to login and getting some weird error message. Later on while troubleshooting, it was found that this is happening due to duplicate user in OID. How to remove the duplicate user from Oracle portal Step1 : Login to Portal using… Continue reading
About Me
I’m a Hands-On Technical & Entrprise Solutions Architect based out of Houston, TX. I have been working on Oracle ERP, Oracle Database and Cloud technologies for over 20 years and still going strong for learning new things.
You can connect me on Linkedin and also reach out to me
I am certified for 8x AWS, OCP (Oracle Certified Professionals), PMP, ITTL and 6 Sigma.
Disclaimer
This is a personal blog. Any views or opinions represented in this blog are personal and belong solely to the blog owner and do not represent those of people, institutions or organizations that the owner may or may not be associated with in professional or personal capacity, unless explicitly stated.
All content provided on this blog is for informational purposes only. The owner of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site.
The owner will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information. Any script available on the blog post MUST be tested before they are run against Production environment.
Recent Posts
- Python/boto3 script to generate a CSV report for all the AWS Security groups NOT attached to any resource
- Collection of some very useful scripts that you can run against your AWS Workload to generate various reports in CSV format
- Boto3/Python script to list down all the EC2 instances making calls to Instance Metadata using IMDSv1
- “git push” keeps asking password [Deprecating password authentication]
- Boto3 Script to create and attach an EBS Volume to an EC2