Doubts about event handlers

Hello

I had some doubts about the event handlers in the IOM 11.1.1.5...

(1) I want to use the same event handler for the message insert and update Post task... Can I use the same handler for this... If Yes, then how can I make...

(2) can I create the single class of Plugin.xml and add all the jar files in IE single lib folder and zip them all together... If yes then what changes I need to do? Need only add that the plugin tags for different class in the plugin.xml file files? OR need to do something extra too...?

(3) if I need to change something in any class handler... Is it need to unregister the plugin and register again...?
If Yes... Is it need to delete the event handler using the weblogicDeleteMetadata command?

(4) that we import the event handler of the path as event manager/db /... If we add all the evetn handler.xml files in this folder... As when importing weblogicImportMetadata called recursively all files in this folder... Now, if I need to change anything in one of the event handler class... so if import us from the same event manager/db folder... What to do... Create the copy of the eventhandlers? OR should I not add Eventhandler.xml files to class files, I made the changes...

(5) given that I need to create emails on the creation of the user while recon and identification of email updated as a first name or surname updates... I had to use in the event handler.xml (entity-type = 'User' operation = "CRΘER") or something else...


Help me clarify my doubts...

Yes, on the update post you need to be check first if the first and last name change to update the mail electronic id, rather then calculation always email identification. So, you can check the path name are updated through the previous code.

-Marie

Tags: Fusion Middleware

Similar Questions

  • Do I need to worry about these event handlers in a grid in a perspective of memory leak?

    I'm pretty new to Flex and could not understand how to add event handlers for components of rendering engine inline article since the script file so that I have attached the listnerers just under the elements themselves (for example < mx:Checkbox... change = "outerDocument.doSomething (event)"... / > "):

    <mx:DataGrid id="targetsGrid" width="100%" height="100%" doubleClickEnabled="true" styleName="itemCell"
          headerStyleName="headerRow" dataProvider="{targets}"
          rowHeight="19" fontSize="11" paddingBottom="0" paddingTop="1">
         <mx:columns>
         <mx:DataGridColumn width="78" dataField="@isSelected" headerText="">
         <mx:itemRenderer>
              <mx:Component>
                   <mx:HBox width="100%" height="100%" horizontalAlign="center">
                        <mx:CheckBox id="targetCheckBox" selected="{data.@isSelected == 'true'}" 
                             change="outerDocument.checkChangeHandler(event);"/>
                        <mx:Image horizontalAlign="center" toolTip="Delete" source="@Embed('/assets/icons/delete.png')" useHandCursor="true" buttonMode="true" 
                             click="outerDocument.deleteHandler(event);"/>
                        <mx:Image id="editButton" horizontalAlign="center" toolTip="Edit" source="@Embed('/assets/icons/edit-icon.png')" useHandCursor="true" buttonMode="true" 
                             click="outerDocument.editHandler(event);"/>
                   </mx:HBox>
              </mx:Component>
         </mx:itemRenderer>
         </mx:DataGridColumn>
              <mx:DataGridColumn id="Name" dataField="@collectionDesc" headerText="Name" itemRenderer="com.foobar.integrated.media.ui.component.CellStyleForTargetName"/>
              <mx:DataGridColumn id="Created" width="140" dataField="@createDateTime" headerText="Created"  labelFunction="UiHelper.gridDateFormat" />
         </mx:columns>
    </mx:DataGrid>

    This grid is part of a display which will be destroyed and re-created potentially several times during the session of a user of the application (there's a great dynamism to the app and views are created running). Destroyed by I mean the view that contains the DataGrid above will be is more referenced in some circumstances and a whole new object view is created (which means old datagrid is more referenced and a new one is created).

    I heard that you must clean up event handlers, when they are no longer used, and I know how the view is destroyed, but I do not know how to clean the point added to the renderer components managers event? Is this something that the Flex garbage collector handles effectively?

    In addition, on a somewhat related note, how could I push the element converter to an external component because I need a reference to the datagrid.selectedIndex who, as an external element rendering that I wouldn't have access to this grid containing in my event handlers for the rendering engine option buttons?

    Let's be careful here.  It is true that the cleaning is not necessary, but in the

    provided code snippet, outerDocument is implied to be a .mxml that

    contains the DataGrid control and its components online references because of

    the rendering engine are a function in a script that is not defined in block

    the DataGrid control.

    Although the outerDocument is not destroyed and only the renderers are underway

    created and destroyed, the written code will not cause a leak because the

    rendering made reference to the outerDocument and not the opposite engine.

    And it's because the code in an event handler block is not a request of

    Add an event listener to outerDocument, it is simply a method of a body

    the handler that is attached to an object in the rendering engine.

    What would cause a leak is a call to outerDocument.addEventListener.

  • Event handlers 11gR2PS3 IOM raises but does not commit any changes

    Hello

    We have developed a few EventHandlers that triggers events RoleUser (MODIFY, CREATE, DELETE). An eventHandler does the following:
    -Gets the role that have been added to a user
    -Detects the role information
    -Updates the user with the role to some UDF information

    This feature works fine on its own when only an EventHandler is defined - there is not when having several of the handlers defined in the same time. This seems very strange for us, as some features do not work when this unfortunate error occurs.

    These are the ones we have now:

    <? XML version = "1.0" encoding = "UTF-8"? >
    " < eventhandlers xmlns =" http://www.Oracle.com/schema/OIM/platform/kernel "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi: schemaLocation = " http://www.Oracle.com/Schema/OIM/Platform/kernelorchestration-Handlers.xsd " >
    < class = "Manager com.foo.bar.event.handlers.hr.UsrPreProcess of shares' entity type = operation 'User' = 'CREATE' name ="UsrPreProcess"Stadium ="postprocess"order ="1000"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.email.HandleEmailAddresses of shares' entity type = operation 'User' = 'CREATE' name ="HandleEmailAddresses"Stadium ="postprocess"order ="1001"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityAuthorizedForRestrictedHandler of shares' entity type = operation 'User' = 'EDIT' name ="SecurityAuthorizedForRestrictedHandler"Stadium ="postprocess"order = 'LAST' sync ="TRUE"/ >"
    <!-RELATING to the USER/ROLE->
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRoleHandler of shares' entity-type ="RoleUser"operation ="CREATE"="SecurityRoleCreateHandler"Stadium"postprocess"order = name = '1010' sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRoleHandler of shares' entity-type ="RoleUser"operation = 'EDIT' name ="SecurityRoleModifyHandler"Stadium ="postprocess"order ="1011"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRoleDeleteHandler of shares' entity type = operation 'RoleUser' = 'CLEAR' name ="SecurityRoleDeleteHandler"Stadium ="postprocess"order ="1012"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityUpdatedClearanceHandler of shares' entity-type ="RoleUser"operation ="CREATE"name ="SecurityClearanceHandlerCreate"Stadium ="postprocess"order = sync"1013"="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityUpdatedClearanceHandler of shares' entity-type ="RoleUser"operation = 'EDIT' name ="SecurityClearanceHandlerModify"Stadium ="postprocess"order ="1014"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRevokedAuthorizationHandler of shares' entity-type ="RoleUser"operation = 'CLEAR' name ="SecurityRevokedAuthorizationHandler"Stadium ="postprocess"order ="1015"sync ="TRUE"/ >"
    < / eventhandlers >

    Newspapers are populated and APPARENTLY the IOM user is updated (populated UDF and our own newspapers and oracle logs shows that the user object is updated [using the UserManager]), but when you look in the database, nothing happens. No update after all the UDF. It's quite strange and we do not quite understand the EventHandlers point if they cannot live together like that...

    Anyone who has experienced similar problems? Its quite frustrating and chasing a fake bug as it's pretty boring.

    Kind regards
    Vegard

    EIS,

    This has been resolved now. It seems to be related to this Bug:

    https://support.Oracle.com/epmos/faces/BugDisplay?_afrLoop=544812021641634&parent=SrDetailText&SourceID=3-11573477441&ID=11804355&_afrWindowMode=0&_adf.CTRL-State=lmefs64q2_81

    As indicated in the bug, a new orchestration runs and causing the initial EventHandler that triggered, say UserManager.modify (), to stall PENDING - even if there is nothing to be waiting on. The fix pertains to adding the following lines of code:

    try {
    ContextManager. pushContext (role.getKey (), ContextManager.ContextTypes. ADMIN, OimContextProperties. ( ROLE_GRANT) ;
    roleManager.updateRoleGrant (role.getKey (), long of . toString(user.getKey ()), attributes);
    } catch (ValidationFailedException |) NoSuchRoleGrantException | RoleGrantUpdateException e) {}

    ...
    } { finally
    ContextManager. popContext ();
    }

  • Problem with event handlers

    Hello

    It seems that my event handlers do not work for some reason any. Could someone help me please?

    That's what I do:

    (1) create a simple Java class (with all necessary libraries) and compile to setMiddleName.jar:

    --

    bunch of pre-treat;

    import...

    public class setMiddleName implements {PreProcessHandler}

    public setMiddleName() {}

    Super();

    }

    @Override

    Public Sub initialize (HashMap < String, String > parameters) {}

    }

    @Override

    public EventResult run (long processId, long eventId, orchestration of the Orchestration)

    {

    Parameters HashMap < String, Serializable > = orchestration.getParameters ();

    String middleName = getParamaterValue (settings, "First name");

    If ((middleName == null) | middleName.equals("")) {}

    String firstName = getParamaterValue (settings, "First name");

    middleName = firstName.substring (0, 1);

    orchestration.addParameter ("middle name", middleName);

    }

    return new EventResult();

    }

    private String getParamaterValue (< String, Serializable > HashMap parameters,

    String key) {}

    {if (Parameters.ContainsKey (Key))}

    String value = (parameters.get (key) instanceof ContextAware)? (String) ((ContextAware) settings)

    .get (Key)). GetObjectValue(): parameters.get (key) (string);

    Returns the value;

    }

    else {}

    Returns a null value.

    }

    }

    @Override

    public BulkEventResult run (long arg0, long arg1, arg2 BulkOrchestration) {}

    TODO self-generating method stub

    Returns a null value.

    }

    @Override

    public void offset (long arg0, arg1 is long,

    {AbstractGenericOrchestration arg2)

    TODO self-generating method stub

    }

    @Override

    public cancel Boolean (long arg0, arg1 is long,

    {AbstractGenericOrchestration arg2)

    TODO self-generating method stub

    Returns false;

    }

    }

    --

    (2) create plugin.xml

    --

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < oimplugins xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < pluginpoint = "oracle.iam.platform.kernel.spi.EventHandler plugins" >

    < pluginclass = "preprocess.setMiddleName plugin" version = "1.0"

    name = "setMiddleName" / >

    < / plugins >

    < / oimplugins >

    --

    (3) package zip file with the following content:

    --

    /plugin. XML

    /lib/setMiddleName.jar

    --

    and copy it to /oracle/plugins/setMiddleName.zip

    (4) create EventHandlers.xml and put it in /oracle/eventhandlers/metadata/preProcessEH/EventHandlers.xml

    --

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < eventhandlers xmlns =" http://www.Oracle.com/schema/OIM/platform/kernel "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi: schemaLocation = " http://www.Oracle.com/Schema/OIM/Platform/kernel orchestration - handlers.xsd" >

    < entity-type of the action handler = "User" operation = "CREATE" name = "setMiddleName" Stadium = "preprocess" order = "1050" sync = "TRUE" / >

    < / eventhandlers >

    --

    (5) change ant.properties:

    --

    WLS. Home=/Oracle/MW/wlserver_10.3/

    IOM. Home = / Oracle/MW/Oracle_IDM1/Server

    Login.config = ${IOM. Home}/config/authwl.conf

    MW. Home = / Oracle/MW

    --

    and call 'Ant f pluginregistration.xml register' and specify the location of setMiddleName.zip. Result: [echo] Plugin version 1.0 reregistered preprocess.setMiddleName, BUILD successfully.

    (6) Edit weblogic.properties:

    --

    wls_servername = oim_server1

    application_name = OIMMetadata

    metadata_from_loc = / oracle/eventhandlers

    --

    and call. / weblogicImportMetadata.sh, which translates as:

    --

    Now to the tree of domainRuntime. It is a tree read-only with DomainMBean as the root.

    For further assistance, use the help (domainRuntime)

    Disconnected from the weblogic server: AdminServer

    End of import of metadata script...

    Leaving WebLogic Scripting Tool.

    --

    7)./PurgeCache.sh call all THE

    (8) restart IOM

    (9) result: the event handler does nothing. I don't have the impression to be called never, I tried to add logging resulting not in what either.

    Using the administration console export tool, I check that the handler is however there (it shows as/metadata/preProcessEH and I can export).

    What I am doing wrong? I forgot something?

    Thank you

    Max

    Hello

    In your EventHandlers.xml

    "http://www.Oracle.com/Schema/OIM/Platform/kernel" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" "xsi: schemaLocation =" "http://www.oracle.com/schema/oim/platform/kernel orchestration - handlers.xsd" > "

    I don't see the class?

    See the example below

    <>

    Class = "Oracle.OIM.extensions.PreProcess.SamplePreprocessExtension"

    entity-type = 'User '.

    operation = "CRΘER."

    name = "SetUserMiddleName".

    Stadium = "pretreatment".

    order = "1000".

    Sync = "TRUE" / >

  • Event handlers

    Hello

    Is there a way by which we can check in the EM console the sequence of event handlers are triggered in IOM 11 GR 1 matter?

    I found a document, but that applies to R2.

    https://www.Google.com/URL?SA=t & RCT = j & q = & ESRC = s & source = Web & CD = 1 & CAD = AJLN uact = 8 & ved = 0CCwQygQwAA & URL=http%3A%2F%2Fdocs.ora...

    See these two documents:

    1. Event handler, you place your order for user entity create/change operations (Doc ID 1302854.1)
    2. How to use Data Tables ORCHEVENTS and ORCHPROCESS to identify which Eventhandlers Ran and what their status of an operation carried out by IOM (Doc ID 1568732.1)

    ~ J

  • Document event handlers

    How can I access the Page/Open and Doc/open event handlers using the Javascript Debugger?

    Currently, I can see few related to closing and the economy of the document... Document will save, Document will be narrow, etc.

    He didn't is a button "add" in the Actions of Document dialog box that appears when you click on other tasks when you change a document based on a form.
    Also, I noticed there is a 'SetPageAction' Javascript function that can be used for the Open event handler, but apparently, it needs to be established via the script...

    no GUI equivalent seems to be available.

    It is not an event open explicit document. Code you place in a JavaScript to the document level runs when the document is opened.

    To get the Page open/close events, open the Pages navigation pane, select the page you want, right click > Page Properties > Actions

  • Doubts about licenses

    Hi all

    I have a few doubts about the price of licenses.

    I understand, I can deploy an APEX Server 11g XE free of charge, but what happens, if I want to install, a version no XE?

    Imagine a billing application, for 10 users, and I will assume that a Standard is sufficient. With the help of [this price list | http://www.oracle.com/us/corporate/pricing/technology-price-list-070617.pdf], how much exactly will cost?

    I understand I can get a license by user or server, or I have to license user and server too?

    Kind regards.

    Hello
    metric license is named plu user or license CPU (see the table of the core).

    for a quote, you can take a look in the oracle store or ask your dealer for an exact price oracle.

    concerning
    Peter

  • Creating ent via API and post processing event handlers

    I have a number of post-processing-event handlers defined for the creation of the organization. They all work fine and do what they need to do when I create an organization via the web interface. However if I create an organization that uses the Java API, managers of events do not run. They are not supposed to run? I think that IOM should handle all the same applications - everywhere where they are generated.

    Here is my example of API:

    Import Thor.API.Exceptions.tcAPlException;
    Import Thor.API.Operations.tcOrganizationOperationslntf;
    import java.util.Hashtable;
    import java.util.HashMap;
    Import javax.security.auth.login.LoginException;
    Import oracle.iam. platform. OIMClient;

    public class test {}
    Public Shared Sub main (string [] args)
    {
    Hashtable env = new HashtableQ;
    approx. put (0IMc1 I ent. jAvA_NAMING_FACTORY_INITIAL, "weblogic.jndi.WLInitiialContextFactory");
    env.put (mpta OIMC]. JAVA_NAMING_PROVIDER_URL, "t3: / / localhost:14000");
    OIMClient oimclient = new olMClient (env);
    try {}
    oimclient. Login ("xelsysadm", args [O] .tocharArrayO); II the password is the only argument
    } catch (System.Exception e)
    System.out.println ("ERROR: connection exception.") Please check your username / password are correct. ») ;
    }
    tcorganizationOperationsintf orgManager = (tcOrganizationOperationsintf.class) oimclient.getservice;
    < String, String > HashMap hmorgDetails = new HashMap < String, String > ();
    hmOrgDetails.put ('Organizations.organizationName', 'org test');
    hmorgDetails.put ('Organizations.Type', 'Branch')
    Try
    {
    orgManager.createOrganization (hmorgDetails);
    } catch (Exception e) {}
    System.out.println (e. getMessage())
    e.printStackTraceQ;
    }
    return;
    }
    }

    and my definition of post processing:
    <? XML version = 'l.O' encoding = "uTF - 8"? >
    < eventhandlers xmlns = "http://www.oracle.com/schema/oim/platform/kernel."
    xmlns: xsi = "http://www.w3.org/2001/xMLschema-instance".
    xsi: schemaLocation = "http://www.oracle.com/schema/oim/platform/kernel%2dorchestrat-jon."
    -hand] ers. XSD">
    <! - custom preprocess event handlers - >
    < entity-type of the action handler = operation 'Organization' = 'CRΘER. '
    Class =' ' corn.corp.AutoCreateRoles
    name = 'Run in creating org'
    Stadium = "post-processing".
    order = "2000".
    Sync = "TRUE" / >

    Try to use OrganizationManager service class in your java code instead of the tcOrganizationOperationsIntf inheritance. Which should trigger the event handler. Recently, I had a problem where using the EntityManager on user has not triggered the eventhandler but only when using the UserManager triggered it.
    It would be possible only when you are using the legacy API, a new orchestration is not produced, and therefore the event handler is not called.

    -Marie

  • The event handlers that doesn't work do not

    Hello. I'm trying to get my .fla to go on my case-3 film, but when the home page appears, do not click on the buttons to instances of film. I have check the names, and they are correct. Can you find anything in the code? Thank you

    package {}

    import flash.display.MovieClip;

    import flash.events.MouseEvent;

    SerializableAttribute public class Main extends MovieClip

    {

    var startPage:StartPage;

    var hillPage:HillPage;

    var pondPage:PondPage;

    public void Main()

    {

    startPage = new page of home;

    hillPage = new HillPage;

    pondPage = new PondPage;

    addChild (startPage);

    Add event listeners

    startPage.hillButton.addEventListener (MouseEvent.CLICK, onHillButtonClick);

    startPage.pondButton.addEventListener (MouseEvent.CLICK, onPondButtonClick);

    hillPage.backToStartButton.addEventListener (MouseEvent.CLICK, onBackButtonClick_Hill);

    pondPage.backToStartButton.addEventListener (MouseEvent.CLICK, onBackButtonClick_Pond);

    }

    Event handlers

    function onHillButtonClick(event:MouseEvent):void

    {

    addChild (hillPage);

    removeChild (startPage);

    }

    function onPondButtonClick(event:MouseEvent):void

    {

    addChild (pondPage);

    removeChild (startPage);

    }

    function onBackButtonClick_Hill(event:MouseEvent):void

    {

    addChild (startPage);

    removeChild (hillPage);

    }

    function onBackButtonClick_Pond(event:MouseEvent):void

    {

    addChild (startPage);

    removeChild (pondPage);

    }

    }

    }

    are there any error messages?

    If this is not the case, use the backtrace function.  for example, place trace functions in your event handlers to see if these functions are called.

  • Event handlers and the question of access to IOM 11.1.1.5 policy

    Hello

    IOM 11.1.1.5

    We created the Post process event handlers to fill some fields on the user form.
    We created an access policy to configure the AD resource to the user.
    We had used the cards to prepopulate to fill in the form process AD.

    Now, as a user is created through reconciliation:
    (1) user is created at the IOM.
    (2) handlers process events post generates fields (name common example seen on balls)
    (3) access policy triggers and using prepopulate adapters process form is filled
    (4) fields like first name, last name are entered on the form of courses
    (5) the fields that are generated by using common name event handlers are filled under vacuum in the form of courses.

    Reason is that, before the common name is saved on the user (generated by the event handler) form access policy is drawn and prepopulate the recalled adapters and resources is put into service.

    How can I ensure that fires after access policy fields are recorded on the form user generated by post process event handlers.

    Yes, you need a different order for diff eventhandler. But preprocessing and postprocessing can have the same

    for example pre eventhandler-1003, 1005
    post eventhandler may also have some 1003,1005

    but you can't put even in order in the same type of eventhandler

    If the command does not try my approach 2 from the previous post

  • I have a doubt about the file .folio and publications

    Hello, I m new here.

    I want to start working with DPS, but I have a doubt about which version to buy.

    At the moment I have one customer just wants to publish a magazine, but my intention is to have more customers and publish more magazines.

    If I buy the unique edition of DPS, I read that I can publish a single file .folio. What it means? Each folio file represents a publication?

    Please, I need help to understand this before you purchase the software.

    Thank you very much

    Paul

    Here's a quick blog I wrote to compare the simple edition and

    multifolio apps:

    http://boblevine.us/Digital-Publishing-Suite-101-single-Edition-vs-multi-Folio-apps/

    Bob

  • Doubt about appsutil.zip in R12

    Hi all
    I have doubts about the application of rapid Clone on 12.1.3.I the latest patches have applied the fix using adpatch. After that, it must synchronize directories appsutil
    in RDBMS oracle home. I created appsutil.zip in the application layer and copied in the RDBMS oracle home. If I move the old appsutil to appsutil.old and extract appsutil.zip, the new appsutil directory should not constituted by the context file (I think). So, I have to run the automatic configuration based on the old cotextfile. Below, I have summarized the steps that I follow. Please check and correct me if I'm wrong.

    Copy appsutil.zip to $INST_TOP/admin/out of RDBMS oracle home
    CP $CONTEXT_FILE /tmp/mytest_vis.xml
    MV appsutil appsutil.orig
    unzip appsutil.zip
    Run autoconfig based on/tmp/mytest_vis.xml.


    Thank you
    Jay

    Jay,

    Is there a reason why do not use the old file context? What is the difference between the context file that will be generated by adbldxml.pl and the old file context?

    If there are updates in the application, it will be updated in the new xml file generated by adbldxml.sh, but he's not in the old file.

    So it is always best to run adbldxml.sh and autoconfig.

    Amulya

  • Doubts about RAC infrastructure with a disk array

    Hello everyone,

    I am writing because we have a doubt about the correct infrastructure to implement RAC.

    Please, let me first explain the current design we use for storage Oracle DB. Currently, we are conducting multiple instances in multiple servers, all connected to a SAN disk storage array. As we know that it is a single point of failure so we have redundant controlfiles, archiveds and Orde in the table and in the internal drive of each server, in which case table has completely failed us 'just' need to recover cold backup nightly, applied hoops and Oder and everything is ok. This is possible because we have autonomous bodies and we can assume that this downtime of 1 hour.

    Now, we want to use these servers and implementing this table to a RAC solution and we know that this table is our only point of failure and wonder if it is possible to have a RAC multi-user solution (not AS a node) with controlfiles/archs/oder redundant internal drives. Is it possible to have each written full node RAC controlfiles/archs/oder in drives internal and applies these files systematically when the ASM filesystem used for CARS is restorations (i.e. with a softlink in an internal drive and using a single node)? Maybe the recommended solution is to have a second table to avoid this single point of failure?

    Thank you very much!

    CSSL wrote:

    Maybe the recommended solution is to have a second table to avoid this single point of failure?

    Fix. It is the right solution.

    In this case, you can also decide to simply use the distribution on both tables and mirror of the array1 array2 on table data using the ASM redundancy options.

    Keep in mind that the redundancy is also necessary for connectivity. If you need at least 2 switches to connect on two tables and two HBA ports on each server, 2 fibers running, one to each switch. You will need driver multichannel s/w on the server to deal with the multiple I/O paths for storing same lun.

    Similarly, you will need to repeat this step for your Interconnect. 2 private switches, 2 cards on each server which are pasted. Connect then these 2 network cards on the 2 switches, one NETWORK card per switch.

    Also, don't forget to spare parts. Spare switches (one for the storage and interconnection). Spare cables - fiber and everything that is used for the interconnection.

    Bottom line - not a cheap to have a redundancy solution. What we can do is to combine the layer of Protocol/connection of storage with the interconnection layer and run both on the same architecture. Oracle database machine and Exadata storage to servers. You can run your storage Protocol (e.g. PRSS) and your Protocol (TCP or RDS) interconnection on the same 40 GB Infiniband infrastructure.

    As well as 2 switches Infiniband are needed for redundancy, plus 1 spare. With each server running a dual port HCA and one cable for each of these 2 switches.

  • New in AS3: stupid question about event listeners...

    Hi all

    I am a newbie in Flash and have a question about event listeners. I have a site I'm developing with a movie clip navigation which is composed of several buttons. What is the right way to write the event listener?

    Here's a sample of what I have:

    I have a clip called 'buttons_mc' that contains the symbols of individual button with various names such as "btn_history". So far, I don't have an instance name for the clip of the film itself.

    My event listener:

    btn_history.addEventListener (MouseEvent.CLICK, history);

    I have to put something before the "btn_history" which refers to the video? I get this error message:

    1120: access of undefined property btn_history.

    Thank you!!!

    Julia

    Yes, it is preferable to have at least one layer dedicated to actionscript.  I often use a couple... one for code shared (functions and variables) and a level of the frame code (stop(), etc.).

    The code must be in a scenario where the button is directly accessible.  If your button is accessible in frame 1, which means that it does not animate in place such that it is not really intended to be used until you get somewhere near the bottom of the timeline, then you can target the button of the timeline that holds the buttons_mc movieclip.  So as I described earlier, if you give this movieclip an instance name of "buttons", and then to assign a code to the button on the inside you should use...

    Buttons.btn_history.addEventListener (MouseEvent.CLICK, history);

    But if the button exists somewhere down the timeline inside the buttons_mc due to the animation of the button, which means that there is more than one key image for the button, then you must place the code that you have initially shown in the last keyframe to the bottom of the timeline where he set the button in place.

    .

  • problems with event handlers

    Hello world. I have a problem with the start of the event handlers in InDesign CS3. The example code I wrote the tutorial book, will not work. The message that I get when I open a new document is: "error string: the requested operation could not be performed because the object no longer exists." Here's the code I used:

    --------------------------------------

    main();
    main() {} function
    myEventListener var = app.addEventListener ("afterNew", myDisplayEventType, true);
    }

    function myDisplayEventType (myEvent) {}
    Alert ("this event is the" + myEvent.eventType + "event.");
    }

    ------------------------------------

    What's not here? Thanks in advance,

    mileking

    Hi mileking.

    Use the code example below:

    Code example
    #targetengine "session".
    main();
    main() {} function
    myEventListener var = app.addEventListener ("afterNew", myDisplayEventType, false);
    }

    function myDisplayEventType (myEvent) {}
    Alert ("this event is the" + myEvent.eventType + "event.");
    }

    Kind regards

    River. P

Maybe you are looking for