Issue with ACL in 11g

Hi ,
I am executing the below script as SYS user
dbms_network_acl_admin.create_acl
                                      acl           => 'utl_mail.xml'
                                     ,description   => 'email Access'
                                      ,principal     =>'PUBLIC'
                                      ,is_grant      => TRUE
                                      ,privilege     =>'connect'
                                      ,start_date    => NULL
                                      ,end_date      => NULL
And i am getting the below error
*ERROR at line 1: ORA-31003: Parent /sys/acls/ already contains child entry utl_mail.xml ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
But there is no entry in DBA_NETWORK_ACLS  that corresponds to utl_mail.xml , but there is an entry for lie the following
/sys/acls/mail_access.xml
i am not able to get around this issue , help needed
I am on Oracle 11g

Hi,
Raunaq wrote:
Q1: will it not effect my work if i change it to utl_mail_new.xml?
Q2:Does it have something to do with utl_mail.  package installed on my DB?
A1: in my opinion no, you will not have any impact.
A2: please see OTN form: https://forums.oracle.com/thread/1019669?start=0&tstart=0
Thank you

Similar Messages

  • Deployment issue with SOA - OSB 11g  environment

    Hi,
    We have Dev Environment configured with SOA 11g (11.1.1.4) and OSB 11g (11.1.1.4) on a single weblogic domain. Developed SOA composite app and deployed to the SOA Server. We are exposing our SOA Composite thru OSB ( created osb proxy and business services and accessed soa composite from the client. It s working fine ) layer for the client to access it. The issue here is while deploying it to the production environment (configured OSB and SOA in two separate WL domain) located offshore.
    What i saw from the soa doc is that we need to deploy SOA composite to the SOA Server and OSB Configuration to the OSB Server.
    but the offshore person is asking us to deploy both SOA composite & osb to the same OSB Server as an .ear file.
    Is it possible to deploy both SOA composite & osb to the same osb server ? is there any document on project that involve both soa and osb.
    please guide me how to do the deployment
    I appreciate all your help.
    thanks
    sumesh.j

    I am wondering if could able to solve the problem of deploying both SOA composite & osb to the same osb server. Even I am facing the same problem....
    If you could able to solve the problem then please let us know the steps that you have followed to solve the same.

  • Issue with Correlation in 11g related to Number of Instances

    Hi ,
    I am working on the correlation sample application and i observed like correlation is working fine but it seems two instances are creating in EM console,
    As per my knowledge when we are working with correlation we should only one instance,
    Can anyone tell me why i am getting two instances instead of one ?
    Is it a bug in SOA 11g version ?
    I had executed many examples and all of them are giving two instances..... one of the site i downloaded and tested sample is available in below link,
    http://blog.andrade.inf.br/2010/03/oracle-bpel-11g-correlation-sets.html
    Can anyone help me in this,
    Regards,
    vnraju
    [email protected]

    In case you have multiple instances running, whereas any instance has an unique value started as correlation, when the engine receives the messages for the intermediate receive operation it will be routed without problems to the right instance. In this case, it is not a problem if the engine creates a new composite instance for the intermediate messages.
    We have this situation in Production without any problem.
    Anyway should be simple to simulate the same situation in your development environment to make sure it works well in your scenario.
    Regards
    Luis Fernando Heckler

  • Two issues with oracle BPM 11g PS4

    Greetings.
    Im actually developing a series of processes in the new BPM Suite but im facing some issues that are really affecting the desired outputs of the project regarding to the time of developement:
    1. I created data object based on a XSD, but when a need to make transformations in the BPMN process this object does not appear in the sources that you can add for the transformation. Is there something wrong with the XSD maybe ? (I tested in bpel process an i can create varialbles for transformations). (See the XSD type below)
    2. I have two human tasks, both of them with a custom implementation using the feature "ADF Task Flow based on human task". For the second manual activity, the data control that gets generated dissapears from my application (is not in the data controls section) and there is no way the get it back. Is this a bug ?
    Hope someone can help.
    Thanks in advance.
    Here the XSD im using:
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.pihssehocol.com" targetNamespace="http://www.pihssehocol.com"
    elementFormDefault="qualified">
    <xsd:complexType name="AlertaType">
    <xsd:sequence>
    <xsd:element name="id" nillable="true" type="xsd:int"/>
    <xsd:element name="tipoAlerta" nillable="true" type="xsd:string"/>
    <xsd:element name="esTipoGestionDeInformacion" nillable="true" type="xsd:int"/>
    <xsd:element name="estado" nillable="true" type="xsd:string"/>
    <xsd:element name="idTipoAlerta" nillable="true" type="xsd:int"/>
    <xsd:element name="fechaReporte" nillable="true" type="xsd:date"/>
    <xsd:element name="fechaRecepcion" nillable="true" type="xsd:date"/>
    <xsd:element name="fechaCierre" nillable="true" type="xsd:date"/>
    <xsd:sequence>
    <xsd:element name="notificaciones" nillable="true" type="NotificacionType" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:element name="descripcion" nillable="true" type="xsd:string"/>
    <xsd:sequence>
    <xsd:element name="documentos" nillable="true" type="DocumentoType" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:element name="fuente" nillable="true" type="xsd:string"/>
    <xsd:element name="idFuente" nillable="true" type="xsd:int"/>
    <xsd:element name="interes" nillable="true" type="xsd:string"/>
    <xsd:element name="idInteres" nillable="true" type="xsd:int"/>
    <xsd:element name="alcance" nillable="true" type="xsd:string"/>
    <xsd:element name="idAlcance" nillable="true" type="xsd:int"/>
    <xsd:element name="riesgo" nillable="true" type="xsd:string"/>
    <xsd:element name="idRiesgo" nillable="true" type="xsd:int"/>
    <xsd:element name="agenteGeneradorRiesgo" nillable="true" type="xsd:string"/>
    <xsd:element name="idAgenteGeneradorRiesgo" nillable="true" type="xsd:int"/>
    <xsd:element name="region" nillable="true" type="xsd:string"/>
    <xsd:element name="idRegio" nillable="true" type="xsd:int"/>
    <xsd:element name="bloque" nillable="true" type="xsd:string"/>
    <xsd:element name="idBloque" nillable="true" type="xsd:int"/>
    <xsd:element name="departamento" nillable="true" type="xsd:string"/>
    <xsd:element name="idDepartamento" nillable="true" type="xsd:int"/>
    <xsd:element name="municipio" nillable="true" type="xsd:string"/>
    <xsd:element name="idMunicipio" nillable="true" type="xsd:int"/>
    <xsd:element name="tipoInstalacion" nillable="true" type="xsd:string"/>
    <xsd:element name="idTipoInstalacion" nillable="true" type="xsd:int"/>
    <xsd:element name="instalacion" nillable="true" type="xsd:string"/>
    <xsd:element name="idInstalacion" nillable="true" type="xsd:int"/>
    <xsd:element name="analisis" nillable="true" type="xsd:string"/>
    <xsd:element name="nivelDeAlerta" nillable="true" type="xsd:string"/>
    <xsd:element name="idNivelDeAlerta" nillable="true" type="xsd:int"/>
    <xsd:element name="descNivelDeAlerta" nillable="true" type="xsd:string"/>
    <xsd:sequence>
    <xsd:element name="seguimientos" nillable="true" type="SeguimientoType" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:element name="commodityS1" nillable="true" type="xsd:string"/>
    <xsd:element name="commodityS2" nillable="true" type="xsd:string"/>
    <xsd:element name="commodityS3" nillable="true" type="xsd:string"/>
    <xsd:element name="commodityI1" nillable="true" type="xsd:int"/>
    <xsd:element name="commodityI2" nillable="true" type="xsd:int"/>
    <xsd:element name="commoditySI3" nillable="true" type="xsd:int"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="SeguimientoType">
    <xsd:sequence>
    <xsd:element name="fechaSeguimiento" nillable="true" type="xsd:string"/>
    <xsd:element name="anotaciones" nillable="true" type="xsd:string"/>
    <xsd:element name="documentos" nillable="true" type="DocumentoType"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="DocumentoType">
    <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="id" nillable="true" type="xsd:int"/>
    <xsd:element name="documento" nillable="true" type="xsd:string"/>
    <xsd:element name="nombre" nillable="true" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="NotificacionType">
    <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="nombre" nillable="true" type="xsd:string"/>
    <xsd:element name="email" nillable="true" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>

    I have had this same issue this past week when I tried to manually create the task flows. If I delete the first project, the data control for the second does appear. When I have both projects created and look at the datacontrols.dcx I do see the data control (under each project).

  • Installing issues with Oracle Database 11g R1 on Red Hat Linux

    Hi,
    I am installing Oracle Database 11g on Red Hat Linux.
    Version of the OS:Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
    I have installed XManager on my PC to access the runtime installer in Graphical mode.
    But once i click the installer file from Xmanager, it asks if the user wants to run it in terminal or simply run.
    I selected the run in terminal and it starts the terminal where the initial pre-requisite checks are done i.e swap memory,temp and display.
    The screen disappers and the graphical OUI never turns up...
    Any pointer would be helpful.
    Regards
    Prabal

    Try the following:
    1. logon to the linux using root and issue the following command - xhost+
    2. Open xterm in the Xmanager and logon to the linux using oracle user.
    3. in the installation directory issue ./runInstaller.
    Oded
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]

  • Issue with Oracle SOA 11g

    Hi friends, I am new in BPEL development an i have some problem with SOA.
    When ApprovalTask initialize data(RequesterDetails and BenefeciaryDetails) and Manager of User who initialized in status NOT Active, then soa log output next error:
    <Error> <oracle.soa.services.identity> <BEA-000000> <<oracle.tip.pc.services.identity.jps.UserImpl.populateDetails()> UserImpl: Error while populating>>
    <Error> <oracle.soa.services.identity> <BEA-000000> No users found matching the criteria.
    oracle.security.idm.ObjectNotFoundException: No users found matching the criteria.
    Maybe you can help me.Thanks.

    Hi User,
    can you please elaborate when you are getting above error and also the issue.
    oracle.security.idm.ObjectNotFoundException: No users found matching the criteria
    The issue could have several different kind of causes. They all are likely due to a configuration issue.

  • Issue with Enterprise Manager 11g

    When I start the db console I am given the message
    Enterprise Manager is not able to connect to the database instance, The state of the components are listed below.
    All components are listed with green arrows indicating they are up
    After reading a few posts here I have attempted to use EMCA to drop and re create the repository and settings
    I have run the command 'emca -deconfig dbcontrol db -repos drop' to try and do this but it just hangs
    Looking in the logs I can see the follow (only the last few lines added to keep it short)
    emca_2011_08_05_14_17_29 -
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: RangePlanTest.gooutdoors.local
    Aug 5, 2011 2:17:56 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Aug 5, 2011 2:17:56 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Aug 5, 2011 2:17:56 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Aug 5, 2011 2:17:56 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: godw, oracleHome: C:\app\server\product\11.2.0\dbhome_2, and user: SYSMAN
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in C:\app\server\product\11.2.0\dbhome_2\sysman\config\emca.properties
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    +CONFIG: New Env List: [ALLUSERSPROFILE=C:\ProgramData, APPDATA=C:\Users\server\AppData\Roaming, CLASSPATH=C:\app\server\product\11.2.0\dbhome_2\jlib\emca.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\srvm.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\srvmasm.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\cvu.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\emConfigInstall.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\ldapjclnt11.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\ldap.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\share.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\srvmhas.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\netcfg.jar;C:\app\server\product\11.2.0\dbhome_2\jlib\http_client.jar;C:\app\server\product\11.2.0\dbhome_2\lib\http_client.jar;C:\app\server\product\11.2.0\dbhome_2\lib\xmlparserv2.jar;C:\app\server\product\11.2.0\dbhome_2\assistants\jlib\assistantsCommon.jar;C:\app\server\product\11.2.0\dbhome_2\sysman\jlib\emCORE.jar;C:\app\server\product\11.2.0\dbhome_2\sysman\jlib\emagentSDK.jar;C:\app\server\product\11.2.0\dbhome_2\oui\jlib\OraInstaller.jar;C:\app\server\product\11.2.0\dbhome_2\oui\jlib\OraPrereq.jar;C:\app\server\product\11.2.0\dbhome_2\inventory\prereqs\oui\OraPrereqChecks.jar;C:\app\server\product\11.2.0\dbhome_2\oui\jlib\OraPrereqChecks.jar;, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=RANGEPLANTEST, COMSPEC=C:\Windows\system32\cmd.exe, EMCA_JAR=C:\app\server\product\11.2.0\dbhome_2\jlib\emca.jar, FP_NO_HOST_CHECK=NO, HOMEDRIVE=Z:, HOMEPATH=\, HOMESHARE=\\kryten\gooutdoors\users\server, JRE_JAVA=C:\app\server\product\11.2.0\dbhome_2\jdk\jre\bin\java, LIB_DIR=C:\app\server\product\11.2.0\dbhome_2\jlib, LOCALAPPDATA=C:\Users\server\AppData\Local, LOGONSERVER=\\RIMMER, NUMBER_OF_PROCESSORS=4, OH=C:\app\server\product\11.2.0\dbhome_2, ORACLE_HOME=C:\app\server\product\11.2.0\dbhome_2, ORACLE_SID=godw, OS=Windows_NT, PATH=C:\app\server\product\11.2.0\dbhome_2\bin;C:\app\server\product\11.2.0\dbhome_2\bin;C:\Program Files\HP\NCU;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, PROCESSOR_ARCHITECTURE=AMD64, PROCESSOR_IDENTIFIER=Intel64 Family 15 Model 4 Stepping 1, GenuineIntel, PROCESSOR_LEVEL=15, PROCESSOR_REVISION=0401, PROGRAMDATA=C:\ProgramData, PROGRAMFILES=C:\Program Files, PROGRAMFILES(X86)=C:\Program Files (x86), PROGRAMW6432=C:\Program Files, PROMPT=$P$G, PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, PUBLIC=C:\Users\Public, SESSIONNAME=Console, SYSTEMDRIVE=C:, SYSTEMROOT=C:\Windows, TEMP=C:\Users\server\AppData\Local\Temp\1, TMP=C:\Users\server\AppData\Local\Temp\1, USERDNSDOMAIN=GOOUTDOORS.LOCAL, USERDOMAIN=GOOUTDOORS, USERNAME=server, USERPROFILE=C:\Users\server, WINDIR=C:\Windows, WINDOWS_TRACING_FLAGS=3, WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log]+
    Aug 5, 2011 2:17:57 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\app\server\product\11.2.0\dbhome_2\sysman\admin\emdrep\bin\RepManager.bat -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=RangePlanTest.gooutdoors.local)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=GODW))) -repos_user SYSMAN -action drop -verbose -output_file C:\app\server\cfgtoollogs\emca\GODW\emca_repos_drop_2011_08_05_14_17_57.log
    emca_repos_drop_2011_08_05_14_17_57 -
    SQL> declare
    2 l_username varchar2(30);
    3 l_sid number;
    4 l_serial number;
    5 err number;
    6 c number;
    7 l_job_process_count NUMBER ;
    8 TYPE TBSP_ARRAY IS TABLE OF VARCHAR2(64) INDEX BY BINARY_INTEGER ;
    9 l_tablespaces TBSP_ARRAY;
    10
    11
    12      PROCEDURE set_job_process_count(p_count IN NUMBER)
    13      IS
    14      BEGIN
    15      --scope=memory so it will be reset on instance startup
    16      -- SID=* to take care of RAC
    17      IF p_count >=0
    18      THEN
    19      EXECUTE IMMEDIATE 'ALTER SYSTEM SET job_queue_processes='
    20                ||p_count||' SID=''*''' ;
    21      END IF ;
    22      EXCEPTION WHEN OTHERS THEN NULL ;
    23      END set_job_process_count ;
    24
    25      FUNCTION get_job_process_count
    26      RETURN NUMBER
    27      IS
    28      l_value NUMBER ;
    29      BEGIN
    30      SELECT value
    31      INTO l_value
    32      FROM v$parameter
    33      WHERE name = 'job_queue_processes' ;
    34      RETURN(l_value) ;
    35      EXCEPTION
    36      WHEN OTHERS THEN
    37      RETURN(10) ;
    38      END get_job_process_count ;
    39 begin
    40      -- Now, drop the SYSMAN user
    41      c := 0;
    42      -- validate user exists
    43      BEGIN
    44      SELECT username
    45      INTO l_username
    46      FROM dba_users
    47      WHERE username = upper('&EM_REPOS_USER') ;
    48      EXECUTE IMMEDIATE 'ALTER USER '||l_username||' ACCOUNT LOCK' ;
    49      EXCEPTION
    50      WHEN NO_DATA_FOUND THEN RETURN ;
    51      END ;
    52      -- reduce job_queue_processes to zero
    53      l_job_process_count := get_job_process_count ;
    54      set_job_process_count(0) ;
    55      begin
    56      loop
    57      BEGIN
    58      LOOP
    59           BEGIN
    60           FOR crec in (SELECT sid, serial#
    61                     FROM gv$session
    62                     WHERE (upper(username)=l_username OR
    63                          upper(schemaname)=l_username)
    64                     AND status != 'KILLED')
    65           LOOP
    66           BEGIN
    67                EXECUTE IMMEDIATE 'ALTER SYSTEM KILL SESSION IMMEDIATE ''' ||
    68                          crec.sid || ',' || crec.serial# || '''';
    69           EXCEPTION
    70                WHEN OTHERS THEN
    71                err := SQLCODE;
    72                IF err != -30 THEN
    73                     EXIT;
    74                END IF;
    75           END;
    76           commit;
    77           END LOOP;
    78           EXCEPTION
    79           WHEN OTHERS THEN
    80           err := SQLCODE;
    81           IF err != -30 THEN
    82                EXIT;
    83           END IF;
    84           END;
    85           IF SQL%NOTFOUND THEN
    86           EXIT;
    87           END IF;
    88           commit;
    89      END LOOP;
    90
    91      -- >> START - Capturing the Tablespaces to be dropped
    92
    93      for crec in (SELECT DISTINCT TABLESPACE_NAME FROM all_tables
    94                WHERE owner = '&EM_REPOS_USER' AND table_name IN ('MGMT_TARGETS','MGMT_JOB_PARAMETER','MGMT_AUDIT_DATA')
    95                MINUS
    96                SELECT DISTINCT TABLESPACE_NAME FROM all_tables
    97                WHERE owner != '&EM_REPOS_USER')
    98           LOOP
    99           l_tablespaces(l_tablespaces.count) := crec.tablespace_name;
    100           END LOOP;
    101
    102      -- >> END - Capturing the Tablespaces to be dropped
    103
    104      execute immediate 'drop user ' || l_username || ' cascade';
    105      set_job_process_count(l_job_process_count) ;
    106
    107      -- >> START - Dropping the Tablespaces
    108      BEGIN
    109           IF (l_tablespaces.count > 0) THEN
    110           FOR i IN l_tablespaces.FIRST .. l_tablespaces.LAST
    111                LOOP
    112                BEGIN
    113                execute immediate 'drop tablespace ' || l_tablespaces(i) || ' including contents';
    114                exception
    115                when NO_DATA_FOUND then
    116                DBMS_OUTPUT.PUT_LINE('DropRep: Tablespaces for REPOS USER do not exist');
    117                WHEN OTHERS THEN
    118                err := SQLCODE;
    119                DBMS_OUTPUT.PUT_LINE('DropRep: Error ' || SQLCODE || ' received dropping tablespace ' || l_tablespaces(i));
    120                END;
    121                END LOOP;
    122           ELSE
    123           DBMS_OUTPUT.PUT_LINE('NO TABLESPACES Exist');
    124           END IF;
    125      END;
    126      -- >> END - Dropping the Tablespaces
    127
    128      exit;
    129
    130      EXCEPTION
    131           WHEN NO_DATA_FOUND THEN
    132           exit;
    133           WHEN OTHERS THEN
    134           err := SQLCODE;
    135           IF err = -1918 THEN
    136           EXIT;
    137           ELSE
    138           IF err = -1940 THEN
    139                NULL;
    140           ELSE
    141                DBMS_OUTPUT.PUT_LINE('not 1940 err' || err);
    142                c := c+1;
    143                IF c > 50 THEN
    144                RAISE;
    145                END IF;
    146           END IF;
    147           END IF;
    148      END;
    149      end loop;
    150      end;
    151      commit;
    152 EXCEPTION
    153 WHEN OTHERS THEN
    154 set_job_process_count(l_job_process_count) ;
    155 RAISE ;
    156 end;
    157 /
    old 47:     WHERE username = upper('&EM_REPOS_USER') ;
    new 47:     WHERE username = upper('SYSMAN') ;
    old 94:          WHERE owner = '&EM_REPOS_USER' AND table_name IN ('MGMT_TARGETS','MGMT_JOB_PARAMETER','MGMT_AUDIT_DATA')
    new 94:          WHERE owner = 'SYSMAN' AND table_name IN ('MGMT_TARGETS','MGMT_JOB_PARAMETER','MGMT_AUDIT_DATA')
    old 97:          WHERE owner != '&EM_REPOS_USER')
    new 97:          WHERE owner != 'SYSMAN')
    Sorry for the long post but any help would be great

    As a bit of further info I noticed these warnings when running the command - emca -deconfig dbconrtol db -repos drop
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 5, 2011 4:26:26 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\app\server\cfgtoollogs\emca\GODW\emca_2011_08_05_16_25_58.log.
    Aug 5, 2011 4:26:27 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Aug 5, 2011 4:26:28 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C C:\app\server\product\11.2.0\dbhome_2\bin\nmesrvops.exe delete OracleDBConsoleGODW
    Aug 5, 2011 4:26:32 PM oracle.sysman.emcp.EMReposConfig invoke
    WARNING: Unable to remove DBMS jobs.
    Aug 5, 2011 4:26:33 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...

  • Issue with Tooltips - OBIEE 11G

    Hi,
    I am trying display the tooltips for the presentation columns. Followed the below steps.
    1. Clicked on the Externalize Descriptions -> Generate a Custom Description
    2. Double clicked on the table/column -> Checked the custom Description Check box and entered the Text that has to be displayed as a tool tip
    3. Saved the rpd
    4. Ran the Externalize Strings utility.
    5. Updated the DB with these entries.
    6. Created a session variable by name 'externalize' with the followung sql.
    select MSG_NUM, MSG_TEXT
    from W_LOCALIZED_STRING_G
    where LANG_ID = decode( 'VALUEOF(NQ_SESSION.WEBLANGUAGE)' ,
    7.Saved the rpd.
    8. Restarted the OBIEE Servers.
    But the tooltips are not coming up, when I place the cursor on the presentation tables/columns.
    Is this beacuse of the bug 'https://support.us.oracle.com/oip/faces/secure/km/BugDisplay.jspx?id=10430221&bugProductSource=Oracle' or am I still missing something!!
    Thanks!!
    Vasantha.P

    Hi,
    Raunaq wrote:
    Q1: will it not effect my work if i change it to utl_mail_new.xml?
    Q2:Does it have something to do with utl_mail.  package installed on my DB?
    A1: in my opinion no, you will not have any impact.
    A2: please see OTN form: https://forums.oracle.com/thread/1019669?start=0&tstart=0
    Thank you

  • Upgrade issues OBIEE 10g to 11g along with OBIA upgrade

    Hi,
    I have to upgrade OBIEE 10.1.3.4.1 to OBIEE 11.1.1.5 along with OBIA 7.9.6.1 to 7.9.6.5(Informatica 8.6.1 to 9.0.1) at my client location and I have very little knowledge on it. and want to know/have help documents for upgrade.
    And if anyone in the forums involved in upgrade please list the errors/issues occured during upgrade and after upgrade.
    1. OBIEE 10g to 11g upgrade issues??
    2. OBIA OBIA 7.9.6.1 to 7.9.6.5 upgrade issues along with 10g to 11g??
    3. Informatica 8.6.1 to 9.0.1 upgrade issues??
    4. DAC upgrade issues??
    any response for my questions is appreciated.
    Thanks
    Jay.
    Edited by: Jay on Apr 11, 2012 9:11 AM

    HI Jay,
    We cannot explained thread list here, If you get any errors plz post me,will try to help out.
    This is oracle document link - This document has given step by step with screen shots upgration for 10g to 11g ,Please refer the below link.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi11115/upgrade/upgrade_to_11g.htm
    http://obieemanu.blogspot.in/2011/05/rpd-upgration-from-10g-to-11g.html
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10125/ua_command_line.htm#ASMAS149
    Award points it is useful.
    Thanks,
    satya

  • OBIEE 11g  Map View - Issue with Label Translation

    Hi All,
    I have a strange translation issue with the Maps in 11g.
    Created in English language to plot the Revenue for each of the Postal Codes.
    I selected Postal Code and Revenue Amount in the Criteria and created a new Map View. It had the text 'Postal Code' in the Map Legend and then the scale for revenue amount.
    Now I logged on with Chinese Language , it still appears as 'Postal Code' in English where in it was actually supposed to show it in Chinese.
    We have a translation pack to get all the column names translated. If I try creating a new table view, it shows the translated text instead of 'Postal Code', but some how this doesn't work with Maps.
    Has anyone faced similar issues ? Is there a workaround for this ?
    Thanks for any pointers.

    Hi,
    I also encounter the same issue. When I view combined layout, I get the No Results message. But when I edit the table layout, I see that there are records returned. Does anyone had any luck in resolving this issue?
    Thanks!

  • OBIEE 11g Issue with "group by"

    Hello,
    I have issues with the physical queries generated by OBIEE engine.
    All the facts are at detailed granular level. when I query the table, group by clause is excluded from the query. following is the sample query generated by OBIEE 11g engine.
    select 0 as c1,
    D1.c2 as c2,
    D1.c1 as c3,
    D2.c3 as c4,
    D2.c2 as c5,
    D2.c1 as c6
    from
    (select distinct T48494.SMBL as c1,
    T48494.EXP_DT as c2
    from
    VW_CONTRACT_DETAILS T48494
    where ( T48494.EXP_DT in (TO_DATE('2012-09-03 00:00:00' , 'YYYY-MM-DD HH24:MI:SS'), TO_DATE('2012-09-19 00:00:00' , 'YYYY-MM-DD HH24:MI:SS')) )
    ) D1,
    (select sum(T48494.TRADED_VOL) as c1,
    sum(T48494.TRADED_VAL) as c2,
    sum(T48494.TOTAL_TRADES) as c3
    from
    VW_CONTRACT_DETAILS T48494
    where ( T48494.EXP_DT in (TO_DATE('2012-09-03 00:00:00' , 'YYYY-MM-DD HH24:MI:SS'), TO_DATE('2012-09-19 00:00:00' , 'YYYY-MM-DD HH24:MI:SS')) )
    ) D2
    order by c3, c2
    I'm getting similar kind of issues(exclusion of group by from query) even when i query other fact tables as well. Is there any global change to be made?
    Regards,
    Kishore

    Does it mean you are expecting a group by on
    D1.c1, D1.c2?
    So query should like
    select 0 as c1,
    D1.c2 as c2,
    D1.c1 as c3,
    D2.c3 as c4,
    D2.c2 as c5,
    D2.c1 as c6
    from
    (select distinct T48494.SMBL as c1,
    T48494.EXP_DT as c2
    from
    VW_CONTRACT_DETAILS T48494
    where ( T48494.EXP_DT in (TO_DATE('2012-09-03 00:00:00' , 'YYYY-MM-DD HH24:MI:SS'), TO_DATE('2012-09-19 00:00:00' , 'YYYY-MM-DD HH24:MI:SS')) )
    ) D1,
    (select sum(T48494.TRADED_VOL) as c1,
    sum(T48494.TRADED_VAL) as c2,
    sum(T48494.TOTAL_TRADES) as c3
    from
    VW_CONTRACT_DETAILS T48494
    where ( T48494.EXP_DT in (TO_DATE('2012-09-03 00:00:00' , 'YYYY-MM-DD HH24:MI:SS'), TO_DATE('2012-09-19 00:00:00' , 'YYYY-MM-DD HH24:MI:SS')) )
    ) D2
    group by c3, c2 ---> added line
    order by c3, c2

  • Issue with deleting a group using Request APIs in OIM 11g R1

    Hi,
    I am facing an issue with Request Based provisioning in OIM 11g R1.
    I am currently testing a scenario where i have imported a data set for 'Modify Provisioned Resource' and am able to add a group/entitlement to an already provisioned resource by using the following code :
            RequestBeneficiaryEntityAttribute childEntityAttribute= new RequestBeneficiaryEntityAttribute();
            childEntityAttribute.setName("AD User Group Details");
            childEntityAttribute.setType(TYPE.String);
            List<RequestBeneficiaryEntityAttribute> childEntityAttributeList=new ArrayList<RequestBeneficiaryEntityAttribute>();
            RequestBeneficiaryEntityAttribute attr = new RequestBeneficiaryEntityAttribute("Group Name", <group>,                                                                       RequestBeneficiaryEntityAttribute.TYPE.String);
            childEntityAttributeList.add(attr);
            childEntityAttribute.setChildAttributes(childEntityAttributeList);
            childEntityAttribute.setAction(RequestBeneficiaryEntityAttribute.ACTION.Add);
            beneficiaryEntityAttributeList = new ArrayList<RequestBeneficiaryEntityAttribute>();   
            beneficiaryEntityAttributeList.add(childEntityAttribute);
            beneficiarytEntity.setEntityData(beneficiaryEntityAttributeList);
    This works fine for adding a group but if i try to remove a group by changing the action to Delete in the same code, the request fails. The only change made is in the following line:
    childEntityAttribute.setAction(RequestBeneficiaryEntityAttribute.ACTION.Delete);
    Could you please suggest where can this possibly be wrong.
    Thanks for your time and help

    Hi BB,
    I am trying to follow up your response.
    You are suggestng to use prepopulate adapter for to populate respource object name, that means We have to just use an sql query from obj tabke to get the resource object name. right ?? it could be like below, what should I have entity-type value here ??
    <AttributeReference name="Field1" attr-ref="act_key"
    available-in-bulk="false" type="Long" length="20" widget="ENTITY" required="true"
    entity-type="????"/>
    <PrePopulationAdapter name="prepopulateResurceObject"
    classname="my.sample.package.prepopulateResurceObject" />
    </AttributeReference>
    <AttributeReference name="Field2" attr-ref="Field2" type="String" length="256" widget="lookup-query"
    available-in-bulk="true" required="true">
    <lookupQuery lookup-query="select lkv_encoded as Value,lkv_decoded as Description from lkv lkv,lku lku
    where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.xxx.BO.Field2'
    and instr(lkv_encoded,concat('$Form data.Field1', '~'))>0" display-field="Description" save-field="Value" />
    </AttributeReference>
    Then I need think about the 'Lookup.xxx.BO.Field2' format.
    Could you please let me know if my understanding is correct?? What is the entity-type value of the first attribute reference value?
    Thanks for your all help.

  • Issue with Datasource in BPEL 11g

    Hi,
    I am getting the following error intermittently with the datasource when used in the BPEL process. I already had a look at the forum post A stale Connection Factory or Connection Handle may be used in SOA 11g
    The particular settings suggested in the above forum post is already done and still the issue persists. Is there any possibility that database is not allowing these many connections from their end? We have set the maxConnection pool size to 1000 and also tried with modifying the size to 2000.
    any pointers for debugging this issue would be appreciated.
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'FetchCustomFenceRingsSelect' failed due to: JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    +EnrichSubscriptionRequestComposite:FetchCustomFenceRings [ FetchCustomFenceRings_ptt::FetchCustomFenceRingsSelect(FetchCustomFenceRingsSelect_inputParameters,FugroringsCollection) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: javax.resource.spi.IllegalStateException: [Connector:199176]Unable to execute allocateConnection(...) on ConnectionManager. A stale Connection Factory or Connection Handle may be used. The connection pool associated with it has already been destroyed. Try to re-lookup Connection Factory eis/DB/test3 from JNDI and get a new Connection Handle.+
    Please make sure that the JCA connection factory and any dependent connection factories have been configured with a sufficient limit for max connections. Please also make sure that the physical connection to the backend EIS is available and the backend itself is accepting connections.
    +".+
    +The invoked JCA adapter raised a resource exception.+
    +Please examine the above error message carefully to determine a resolution.+
    Thanks!!

    Hi,
    Do you see its an issue with availbility of connections in the connection pool? the connection pool maximum size is 2000 now and i think its very huge number.
    In our BPEL component we have 8 to 9 db adapter calls and number of concurrent requests are very low. So i don't see a reason that bpel component will consumer all these available datasources.
    Thanks.

  • OBIEE 11g (11.1.1.5.0) - Issue with starting Node Manager

    Hi,
    Have anyone faced an issue with starting Node Manager in OBIEE 11g (11.1.1.5.0)? OS is 64 bit Linux, WebLogic is 10.3.5. I used the software-install method and followed by running config.sh. Everything completed successfully. I updated the catalog and rpd location in the FMW control screen.
    To get it activated I bounced services and when I try to start Node Manager it gives below error --
    <Aug 30, 2011 2:02:42 PM CDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 30, 2011 2:02:42 PM> <SEVERE> <Fatal error in node manager server>
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Aug 30, 2011 2:02:42 PM weblogic.nodemanager.server.NMServer main
    SEVERE: Fatal error in node manager server
    java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
    at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
    at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
    at weblogic.NodeManager.main(NodeManager.java:31)
    + set +x
    I see the same issue reported in ML OBIEE 11g - Node manager fails to start upon upgrade [ID 1329442.1] and WebLogic Server: Node Manager Startup is Failing with java.io.IOException: Unsupported cypher suite [ID 1329260.1] I tried to modify commEnv.sh. But it didnt help me.
    Please let me know if anyone have faced similar issue and what exactly did you do to resolve it.
    Cherrish Vaidiyan
    Edited by: Cherrish on Aug 30, 2011 3:14 PM

    Hi,
    There are Two types of Cipher suites --- Certicom Cipher Suite and SunJSSE Equivalent Cipher Suite. And with Weblogic 10.3.5, you are using Sun JSSE Cipher Suite, and by default Node Manager uses the Certicom Cipher Suite.
    In the nodemanager.properties, Add CipherSuite=SSL_RSA_EXPORT_WITH_RC4_40_MD5, save and restart Node Manager.
    Reference Metalink Note: WebLogic Server 10.3.x: Getting "Unsupported Cipher" Exceptions When Starting Node Manager [ID 1307325.1]
    Cherrish Vaidiyan

  • Issue with integrating subversion with Jdeveloper 11g (11.1.1.4)

    Hi.
    I have been trying to set-up subversion in Jdeveloper 11g (11.1.1.4) however i keep on getting a authenication error see below
    The Url i am using is https://[servername]/svnrepo/department-repo/Projects/Project1
    Testing read access for repository https://[servername]/svnrepo/department-repo/Projects/Project1...
    svn: authentication failed. Please check your username and password.
    svn: authentication failed. Please check your username and password.
    Access refused.
    I can access the svn repository via TortoiseSVN using the same credentials successfully.
    Does anyone know why entering in the same details in Jdev causing this issue and how i can overcome the problem?
    Thanks

    There have been a couple of issues with using tortoise and jdev together.
    Search the forum for "+tortoise +svn" and select 'LastYear' to get older results. I bet you find your problem.
    Timo

Maybe you are looking for