Thursday, September 16, 2021
EmbeddedLDAPBackup.zip grows huge under weblogic
 EmbeddedLDAPBackup.zip  grows huge under weblogic 
 path : /apps/middleware/weblogic/XXXXXXX_domain/servers/AdminServer/data/ldap/backup  
 file size of EmbeddedLDAPBackup.zip  some it might be in GB's 
solution 1.  1- Stop the Admin/weblogic serivce 
     2- Take the backup of the ldap files -- path /apps/middleware/weblogic/base_domain/servers/AdminServer/data/ldap/
        cp -r ldapfiles ldapfiles_bkp
   3- copy the ldap files form othe machine of the same domin
           example : /apps/middleware/weblogic/base_domain/servers/Machin1/data/ldap
 cp -r ldapfiles /apps/middleware/weblogic/base_domain/servers/AdminServer/data/ldap/
  in the admin ldap remeove .lok file 
 start the Admin/weblogic service 
solutoin 2:
1.make a copy of DOMAIN/bin/startWebLogic.sh file
2. add below line in DOMAIN/bin/startWebLogic.sh file :
JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.security.ldap.maxSize=31457280"
export JAVA_OPTIONS
NOTE: Add above lines before the following lines
SAVE_JAVA_OPTIONS=""
CLASSPATH="${SAVE_CLASSPATH}"
SAVE_CLASSPATH=""
3. stop & start Admin server
Subscribe to:
Comments (Atom)
SQL executions based on AWR
SQL exection per day SELECT TO_CHAR(s.BEGIN_INTERVAL_TIME, 'YYYY-MM-DD') AS execution_date, ss.SQL_ID, SUM(ss.EXECUT...
- 
1) For new table creations - after creating the table in custom schema execute below script to generate editoning view and synonym for it in...
 - 
1) How to compile a form? A) Open the source code in the client PC using X-Server -------------------------------------------------------...
 - 
1) To hold the specific concurrent program Hold update fnd_concurrent_requests set HOLD_FLAG='Y' where PHASE_CODE='P'...