Adding Temp File in Temporary tablespace ORA-01652: unable to extend temp segment by 128 in tablespace

. I recently encountered issue ORA-01652 unable to extend temp segment by 128 in tablespace DEV_IAS_TEMP while upgrade of application which is self explanatory. If you hit above error then check v$sort_segment _______ SQL> SELECT TABLESPACE_NAME,TOTAL_BLOCKS,USED_BLOCKS,FREE_BLOCKS FROM V$SORT_SEGMENT;   Output in my case  TABLESPACE_NAME                 TOTAL_BLOCKS USED_BLOCKS FREE_BLOCKS ——————————- ———— ———– ———– TEMP                                    3584           0        3584 DEV_IAS_TEMP                          12672           […]

Read More

Oracle IAM installation changes in 11gR2 PS2 (11.1.2.2)

. I mentioned about availability of Oracle Identity & Access Management version 11gR2 PS2 (11.1.2.2). This post covers changes in installation from previous version of these components (OIM, OAM, OAAM, OES, OPAM) i.e. a) 11gR1 – 11.1.1.3, 11.1.1.5, 11.1.1.7 b) 11gR2 – 11.1.2.0, 11.1.2.1   Installation steps are more or less same as 11gR1 or 11gR2 (including […]

Read More

How to debug OID : LDAP Error code 50 – Insufficient Access Rights

I recently configured access control in OID to grant READ/WRITE access on one of the OU in OID to a group. This post cover steps to debug Access Control issues (READ/DELETE/MODIFY) in OID. If you encounter “Insufficient Access Rights” in OID then enable Debug in OID (Set orcldebugflag to 8192 and orcldebugop to 8 to OID […]

Read More

OAM 10g integration with Cisco Prime Service Catalog

I’ve got an opportunity to integrate Cisco Prime Service Catalog application 10.1 with Oracle Access Manager 10g.  FYI: OAM 10g is not certified with Cisco Prime Service Catalog product for SSO integration. Here is the requirement: There are lot of applications in the organizations which are integrated with OAM 10g for SSO. Cisco Prime Service […]

Read More

OIA cluster deployment for High Availability in Active-Active Cluster

I discussed about Oracle Identity Analytics (OIA) installation here. In this post I am going to cover key points when deploying OIA in cluster for High Availability (Active-Active). Note: This post assumes that you are familiar with deploying OIA in single node and steps here are only specific to cluster configuration.   1. OIA is a […]

Read More

Oracle IAM 11gR2 PS2 (11.1.2.2) is now available : Software download & Documentation

Oracle Identity & Access Management (IAM) 11gR2 PS2 (11.1.2.2) is now available to download here   Following IAM products are available as part of 11gR2 PS2 Oracle Identity Manager (OIM) Oracle Access Manager (OAM), OAM SDK, WebGates Oracle Entitlement Server (OES) & Security Modules (OES SM) Oracle Adaptive Access Manager (OAAM) Oracle Privileged Account Manager (OPAM) Oracle […]

Read More

WebLogic Admin Server Start Up hangs at ‘Log Management’ BEA-170019 IIOP subsystem enabled

I earlier discussed about WebLogic Server startup hanging at “Initializing self-tuning thread pool”, in today’s post I covers fix for WebLogic Server hang but this time while writing ‘Log File‘ and ‘IIOP subsystem enabled‘ in Server logs. I verified disk space (not 100%), enogh space in /tmp and O.S. user was able to write to […]

Read More

Working with Access Server SDK 10.1.4.3 and OAM 10g

Hi All, I’ve written a post earlier about working with 10g Access Gates using Oracle Access Manager 11g. Today, I would like to give insights into implementation of 10g Access Gates using Oracle Access Manager 10g. Access Server SDK 10g is used for Access Gates where out of the box webgates are not available for […]

Read More

Auditing in Oracle Entitlement Server (OES ) 11g

This post covers everything you must know about Auditing in Oracle Entitlement Server (OES) . With auditing enabled ON in OES, you can get information like who did what, when, how (Policy Modification, GRANT/DENY of resource etc ) 1. Auditing in OES is based on Fusion Middleware Audit Framework and is DISABLED by default. 2. OES consists of OES Administration […]

Read More

Error in OWSM after setting subject precedence (Context Switching) : Exception oracle.security. jps. service. credstore. Credential Access

I recently configured SAML Identiy Switching by setting subject.precedence=false in OWSM policy protecting Web Service . This post covers error encountered after configuring Context Switching ( Subject.Precedence) in OWSM policy. For Identity Switching to work you must set permission for class oracle.wsm.security.WSIdentityPermission as described here If you don’t set permisson you will see error like ___ access denied (oracle.wsm.security.WSIdentityPermission […]

Read More
Not found