Application went to Admin after configuration changes in weblogic 12c
1.When we have done any changes in SetDomainEnv.sh 2. We have to restart the servers to reflect the changes. 3. Some times after the restart of the servers the servers…
Read More1.When we have done any changes in SetDomainEnv.sh 2. We have to restart the servers to reflect the changes. 3. Some times after the restart of the servers the servers…
Read MoreThe below query extracts the list of employee users along with their user status and employee status SELECT pu.username USER_NAME ,papf.person_number EMPLOYEE_NUMBER ,ppn.first_name EMPLOYEE_FIRST_NAME ,ppn.last_name EMPLOYEE_LAST_NAME ,DECODE(SUSPENDED,'Y', 'Inactive User','N', 'Active…
Read MoreThe below query extracts the list of data accesses given for any user in Oracle Cloud Application ————————————————–***************——————————————– SELECT gl.name "Security Context Value", pr.role_name"Job Role Name", pu.username "User Name", role.ACTIVE_FLAG…
Read MoreTransmission Configuration AP payments made in Oracle Could sends payment files to banks to make the real payment to vendors. In such cases, file transfer link has to be enabled…
Read MoreHow to run a cron in background Login to the server where the cron exists sudo as root check the cront list –> crontab -l then select cron and run…
Read MoreAt the time of restart some times few Managed Servers will be in Admin State. At the time we have to check logs login to the particular server Go to…
Read MoreWe will get request from SEO for apache redirection redirect 301 url will provide by the SEO/dev team. Login to server sudo as root Go to /etc/httpd/conf take backup…
Read MoreAt the time of stuck threads we will get alerts we can see the servers are in warning state at the the time we can login to the particular warning…
Read MoreSetting up boot.properties While starting weblogic server [including AdminServer], it will check for a file called boot.properties in <domain_home>/servers/AdminServer/security. This file can hold the property values for username and password…
Read MoreSteps to create a domain by using Console mode:– Go to <WL_HOME>/common/bin (WL_HOME=”D:\Oracle_Jun\Middleware\wlserver_10.3″> Execute config.sh -mode=console Provide domain name, location, username, passord and necessary parameters 4. Once domain is…
Read More