Second SOA project refers to name of first in deploy profile

I have a JDeveloper application called "MiscComposites". In it I created a SOA project called "JMSPublisher0". I then created a second SOA project in the application called "DBPublisher0". When I deployed DBPublisher0 to the service infrastructure directly from JDeveloper I was startled to find that EM was showing my deployed composite as JMSPublisher0.
Going back to JDeveloper I see that the Project Properties of DBPublisher0 has the Deployment profile pointing to JMSPublisher0 (SOA-SAR File)! The file filters are correct (relevant to the DBPublisher0 project tree) but the deployment JAR name is wrong (references sca_JMSPublisher0${composite.revision_id}.jar).
Is this a bug or is there some limitation with multiple SOA projects per application? I have other applications with three or four composite projects that seem to be working correctly (they all reference themselves in terms of file filters and composite name for deploy).
This is with RC2.
Todd

Here's an annoying related issue. In Project Properties, I created a new Deployment Profile "MyProfile" to use for DBPublisher0 since the default is corrupt. JDeveloper won't let me edit the JAR name created! It defaults to the wrong "JMSPublisher0" and I can't change it through the IDE. Phooey!

Similar Messages

  • HT4009 I'm attempting to down load an app by the name of hudmaniax,upon entering my password for purchase approval I'm prompted to re enter my password a second time followed up with a form to create a security form ...I.e  name of first school attended e

    I'm attempting to down load an app by the name of hudmaniax,upon entering my password for purchase approval I'm prompted to re enter my password a second time followed up with a form to create a security form ...I.e  name of first school attended etc etC.

    This is normal behaviour.  Apple have recently introduced increased security to protect you from fraudulent transactions.  Once you have answered the questions (remember your answers) you will only be asked for them occasionally in future.

  • Unable to deploy Soa project on Weblogic Soa Managed server.

    Hi,
    I have made a SOA/BPEL process in Jdeveloper 11.1.1.3. As I deploy the process on Managed server. I get the following error :
    Error: No J2ee modules detected in EAR Archive. Deployment Aborted==(Oracle.jdeveloper.deploy.VetoableDeployException)
    any clues why this happens ?
    Regards,
    NL

    Hi NL
    In JDeveloper, first you create Application and then Project(s) under this application. So what exactly are you selecting for Deploying. Do you select your Project and right click mouse and do Deploy. Or do you select the Application which shows right below Application Navigator Tab and use extreme right down Arrow and select Deploy. Select your project and do Deploy and see if that works. Do you have more than one project under this Application. Also note that you can create your own Deploy profile also, which you may not need though in your case for a straight forward BPEL proecss app.
    Thanks
    Ravi Jegga

  • ORABPEL-09705 error while deploying SOA project

    Hi,
    I am trying to use the xsd file which is there in my metadata store, in my SOA project.
    DB based Meta data store is working fine.
    But when I am using file based metadata store, it is throwing ORABPEL-09705 error as mentioned below
    "Caused By: java.lang.RuntimeException: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable Receive_Read_InputVariable_1; the schema processor cannot find the element {http://www.edifecs.com/xdata/200}Transaction-850 in the following schemas: oracle.fabric.common.wsdl.SchemaManager@1dfaa55.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL."
    Please help me in solving this issue.
    Thanks,
    Monica

    Check whether the adf-config.xml file in your app is having proper mds path similar to this:
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="mstore-usage_1" path="/soa/shared"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_1">
    <metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
    <property value="${oracle.home}/integration"
    name="metadata-path"/>
    <property value="seed" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    "

  • Duplicate last names when both names in first name field. Keeps repeating.

    When I send e-mails/ reply/ forward to people in my addressbook who have both names in the first name field, the name after the space repeats itself in the last name field. Example: John Doe becomes John Doe Doe after an e-mail.
    Mail is altering this. I've experimented enough to realise that it has nothing to do with syncs or any other program.
    I've seen people have solved this by corretly placing first name and last name in their correct fields. This is NOT an option for me due to the way my Treo works which does not give me the option to organize names by first name. This besides the fact that I have over 500 entries in this manner.
    Irrelevant of this detail, Mail should not be altering address book information this way. There are cases in my country where a person has two first names separated by a space, if I know them in an informal manner I have no interest in having their last name or having AB repeat their second first anme then making me search my treo by last name.
    I'm going to keep bumping this topic until I find some sort of solution or am given one.

    Just ended up taking the time to correct first and last names in their correct fields... screws the view up on my palm, but at least the problem is solved.

  • Best practices for folder structure in SOA Project

    Actually, In my project, I have more than 10 BPEL process and several DBAdapters and some HumanTasks. For each BPEL process, JDeveloper creates .bpel, .componentType, wsdl files. For DBAdapters JDeveloper creates lot of files, and same for HumanTasks as well.
    By default Jdeveloper puts all these files in root directory of the Project. It looks messy having 100's of files in root directory.
    How can I organize all these files?
    What are the best practices for folder structure in SOA Project ?
    Thanks

    Yes Yatan. I did noticed that Polling service WSDL disabled in EM . But I want to try this approach beacause I want to move all database related stuff to one composite. I have another composite with 3 BPEL Processes. One BPEL queries external webservice and save the response in DB. One BPEL just fires the first Process(Query) and respond to caller with an unique id. I have Another BPEL which keeps polling on database for 5 sec(I'm using PICK Activity), if there is any new record in database it will retrun to caller. If no new records in database, returns empty to the caller after 5 sec.
    If I put all these in one composite, having lot of files in root directory, the composite really looks very messy.
    As you said, I want to have 2 composites. First Compoiste will have 3 BPEL processes, and 2nd Composite will have DB Polling and DB Save. I will have another project for MDS to store XSDs.
    So because I can't have Polling service as exposed service, I have to keep Polling service in the same Composite where the BPEL is. Now again it goes back to Big and messy project.
    Is there any way I can separate all DB related including polling in a separate Composite ?
    Thanks
    --Sreeny                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Wanted SOA project

    During the years 1980 - 85 I was succesful SOA enterprise consultant implemented SOA at telecommunications company, paper industry, stock exchange, big mines and chemical conglomerates and others.
    I developed SOA on maniframes and almost all Unix flavors and MSDOS. That time - my first alike BPEL was so easy to use by users, which developed SOA services orchestrations without my training or help.
    However after 10 years of SAP enterprise integration consulting I am looking to find some project in SAP SOA, which is excellent implemented. During all those years I was in some way very active in SOA arena however not managed any SOA consulting breakthru because there was to early for SOA.
    In 1983 I achieved Ph.D. based on my SOA however it did not help me to develop new SOA solutions.
    Now I dream to get some SOA project - any ideas?

    Hi Mike,
    You are looking for already implemented projects.
    Go through recent teched Material.
    There is presentaion available "Enterprise Services Use Cases" Topic No is SOA112.
    Regards,
    Piyush

  • Tools - used for a successful SOA Project.

    Hi All,
    Can you tell me the list of tools, that can be used during implementation of an SOA project.
    Thanks in advance,
    Ganesh (g22sep)

    Hi,
    First of all, I think that the term 'SOA project' is a misnomer. There is no such thing. SOA is a state of mind
    You need to define what you want to do and then find the right tools for the job. For example, if your architecture states that you want to define all re-usable functionality as services (which is at the heart of SOA), then you need to find the appropriate tools to provide this service. You could code it using ABAP (then your tool would be the ABAP workbench) or you could code it in Java (then your tool could be Eclipse or NWDS). You would expose it as a web service... so your tool could be something like xmlspy to create the wsdl.
    In an SAP context, some of the common tools you would need to enable SOA would be the ESR, along with the Composition Environment for service consumption, provisioning or even composite apps.
    For service and process design, I use a tool for building UML diagrams and a tool for drawing BPMN -based process maps, and even Visio.
    I also use a wiki and a mind-mapping tool for personal productivity.
    But all of these could be used on any project, they don't have anything to do with SOA.
    Cheers
    Manish

  • I want to use my apple TV as a second monitor not a mirrored one, in other words, I want to use my TV as a second screen not a copy of my first screen,other people have asked this question but have been given mirroring answers. I want a second display.

    I want to use my apple TV as a second monitor not a mirrored one, in other words, I want to use my TV as a second screen not a copy of my first screen,other people have asked this question but have been given mirroring answers so I am spelling it out here very specifically. I want a second display. This should be possible and would be awesome. Anyone know how to do this?

    Nevermind I just installed it to try it and it's awesome, so happy right now, Thanks. All the things I had read about it on third party sites led me to believe it could not do extended desk tops, thanks for your help!

  • Two soa domain with same name "TestSOADomain" sharing same SOA schema ?

    I tried creating two soa domain with same name "TestSOADomain" (different path) sharing same SOA schema .However one domain came UP to Running mode and other domain going to AdminMode and "soa-infra" application of that domain is not active.
    I do want to understand can this be possible with SOA ,ie. two soa domain sharing same SOA schema ?
    If possible what are all the problems might come
    1. While executing soa composites with asyncronous behaviour ?
    2. How the polling services will work ?
    3. will the XREF_DATA table ROW_NUMBER column inserted uniquely while inserting data from two different domain into same SOA schema ?
    4. Other issues ?
    Thanks

    Each domain is expected to refer to its own unique database schema. Same SOA schema should not be shared by multiple SOA clusters/domains. It is technically possible though, I suppose, and still can run fine any one SOA environment at any given time with the other SOA environments/domains (sharing the same SOA schema) shutdown. It is not the general/recommended practice to share SOA schema across domains and there could be potential implications and unexpected behavior, particularly when the SOA environments pointing to the same schema are all running at a time.

  • Not able to edit JCA Adapter, with import "SOA ARCHIVE INTO SOA PROJECT"

    Hi
    i took one of my project composite from server EM and i exported it with option "with all changes after deployemnt"
    and once i import that SOA Project, with option SOA ARCHIEVE INTO SOA PROJECT, im not able to edit any of the JCA adapter inside the project.
    I have tried by restarting my jdev
    Please someone help me
    Thanks in advance
    Sujan

    Hi,
    I've never used that option, but I know that is normally used to do customization... If you have "import for customization" checked, it will only let you edit what's been set to customizable...
    Hope this helps...
    Cheers,
    Vlad

  • Error occur when try to create new SOA project

    Hi,
    i just format my laptop, use win7 for operating system. then install Jdeveloper and download SOA extension.
    my problem is.. i cannot create new SOA project due to error as below: (i just copy a part of it because its too long)
    Performing action Check for Updates...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New Project...[ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ApplicationNavigatorWindow ]
    Uncaught exception
    java.lang.NoSuchMethodError: oracle.jdeveloper.java.provider.ProjectFileProvider.setTargetJdkVersion(I)V
    o.j.java.provider.ProjectFileProvider.fetchTargetJdkVersion(ProjectFileProvider.java:788)
    o.j.java.provider.ProjectFileProvider.<init>(ProjectFileProvider.java:132)
    o.j.java.provider.ProjectFileProvider.getInstance(ProjectFileProvider.java:104)
    o.j.java.provider.ProjectFileProvider.getInstance(ProjectFileProvider.java:77)
    o.j.java.JavaManager.getInstance(JavaManager.java:93)
    o.j.java.JavaManager.getJavaManager(JavaManager.java:154)
    o.ji.java.JavaProjectIndexer$LocatorTask$2.run(JavaProjectIndexer.java:559)
    j.lang.Thread.run(Thread.java:662)
    Nov 9, 2012 2:48:39 PM oracle.ide.model.IdeSubject notifyObservers
    SEVERE: Exception while updating observer[5]: oracle.jdeveloper.java.provider.ProjectFileProvider$ProjectObserver@1162695
    java.lang.NoSuchMethodError: oracle.jdeveloper.java.provider.ProjectFileProvider.setTargetJdkVersion(I)V
         at oracle.jdeveloper.java.provider.ProjectFileProvider.fetchTargetJdkVersion(ProjectFileProvider.java:788)
         at oracle.jdeveloper.java.provider.ProjectFileProvider.access$200(ProjectFileProvider.java:65)
         at oracle.jdeveloper.java.provider.ProjectFileProvider$ProjectObserver.update(ProjectFileProvider.java:349)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:98)
         at oracle.ide.model.Node.notifyObservers(Node.java:786)
         at oracle.ide.model.UpdateMessage.firePropertiesChanged(UpdateMessage.java:640)
         at oracle.jdeveloper.model.JavaProject.fireEvents(JavaProject.java:600)
         at oracle.jdeveloper.model.JavaProject.access$100(JavaProject.java:45)
         at oracle.jdeveloper.model.JavaProject$NonCachingProjectChangeListener.projectPropertiesChanged(JavaProject.java:594)
         at oracle.ide.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
         at oracle.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
         at oracle.javatools.data.Structure.fireBatchEvent(Structure.java:434)
         at oracle.javatools.data.Structure.applyBatchChanges(Structure.java:206)
         at oracle.ide.model.HashStructureNode$1.run(HashStructureNode.java:329)
         at oracle.javatools.data.Structure.applyBatchChanges(Structure.java:180)
         at oracle.ide.model.HashStructureNode.applyBatchChanges(HashStructureNode.java:325)
         at oracle.jdeveloper.cmd.NewEmptyProjectCommand.initializeProjectSettings(NewEmptyProjectCommand.java:261)
         at oracle.jdeveloper.cmd.NewEmptyProjectCommand.createProjectInWorkspace(NewEmptyProjectCommand.java:189)
         at oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard.createProjects(NewObjectFromTemplateWizard.java:224)
         at oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard$WizardEventAdapter.wizardFinished(NewObjectFromTemplateWizard.java:459)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(BaseWizard.java:2525)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(BaseWizard.java:2566)
         at oracle.bali.ewt.LWComponent.processEvent(LWComponent.java:658)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(BaseWizard.java:2171)
         at oracle.bali.ewt.wizard.BaseWizard$Action$1.run(BaseWizard.java:3940)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at java.awt.Component.show(Component.java:1585)
         at java.awt.Component.setVisible(Component.java:1537)
         at java.awt.Window.setVisible(Window.java:842)
         at java.awt.Dialog.setVisible(Dialog.java:986)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:382)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(WizardDialog.java:298)
         at oracle.jdeveloper.template.wizard.NewObjectFromTemplateWizard.runWizard(NewObjectFromTemplateWizard.java:90)
         at oracle.jdeveloper.template.wizard.GalleryItemAdapter.invoke(GalleryItemAdapter.java:54)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:509)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1102)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:428)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:509)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1102)
         at oracle.ide.wizard.WizardManager.invokeSecondaryWizard(WizardManager.java:424)
         at oracle.ide.gallery.ObjectGallery.invokeWizard(ObjectGallery.java:383)
         at oracle.ide.gallery.ObjectGallery.runDialog(ObjectGallery.java:204)
         at oracle.jdeveloper.cmd.NewProjectCommand.doit(NewProjectCommand.java:28)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
         at oracle.ide.IdeController.handleEvent(IdeController.java:748)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    have any idea to tackle this issue?

    java.lang.NoSuchMethodError: oracle.jdeveloper.java.provider.ProjectFileProvider.setTargetJdkVersion(I)VDefinitely something to do with JDK version.
    You migth need to re-install jdeveloper or copy the JDK libraries from elsewhere in the correct path and manually fix the issue
    Error migrating a 11.1.1.5 project to 11.1.2.1

  • Change the order of last name and first name

    I use my iPhone in English, however I have a few Japanese contacts and I add their names with kanji (Japanese characters). In Japanese, the last name comes before the first name, and in English, obviously, the first name comes first. I have my settings with the last name first because it makes a little more sense in both languages, but I want to change the order depending on the languages without putting the last name in the first name and vice versa. Is this possible?

    Not really, the name order is global so you cannot just switch it on and off.  Best way is to just reverse the entry order as you have been doing.

  • Multiple Workflows and SOA Projects and Composites

    Hello I appolgize if this question has been asked I can't find any information on this basic design approach.
    I noticed in the SOA Composites that a reference service can only be access by one BPEL component. I have multiple different workflows that need to access these external references does that mean that each workflow should be it's own SOA Project with it's own composition?
    And my last question is I have workflows that are in common between the different flows I'm assuming I would have to expose these as webservices and treat them as external references?
    Thank you,
    Shane

    I have finally answered my own idiotic question. I was originally under the assumption that you could only connect one component to one output, but that is not the case. I was originally attempting to drag the component to the yellow arrow instead of connecting it directly on top of the current output connector.

  • Can't version SOA projects with Subversion in 11g

    When I version a SOA Project, I created a filter **/SCA-INF/** because I think the files in that directory are not needed to be versioned. I got the below error message
    Failed attempting to back up imported resource
    C:\TestSOAProject\SCA-INF
    Check that there are no file system explorers viewing files in this location and that none of the files are open in other applications before resuming.
    I got the same error when I removed the filter. Do you have any ideas?
    Thanks,
    Andy

    I closed all apps and restarted JDeveloper but still same error. Have anyone gotten this problem?

Maybe you are looking for

  • Changed hosts file, doesn't work

    I've changed my hosts file but it doesntwork. I tried to restart my pc and uncheck-check the tcpip v4 and v6 protocol for the network adapter, but still does't work. Disabled and enabled antivirus, but nothing. Here below the test i do at the cmd pro

  • Best practice to reclaim the recovery partition?

    Hi all, I'm hoping some folks here might have some suggestions on how to best reclaim the recovery partition. I don't actually have a DVD burner, so I thought I might never get around to reclaiming the recovery partition. But I just saw somebody ment

  • Oracle XE Startup

    Hello, I have the following problem If I tried to start the oracle xe database I got the following error message. SQL> startup ORA-09925: Unable to create audit trail file Linux Error: 13: Permission denied Additional information: 9925 Any ideas? thx

  • Diff bet central processing and local operations in decentralized WMS

    Hi Gurus, Will any one give clear picture about exact diff between central processing and local operations in the functionality and configuration part, which comes under decentralized WM Integration. mail me  any doc or pdf,,to [email protected] SPRO

  • BAdi: Meaning of "active not switchable through custom" ?

    Looking at a BAdI implementation on the tab named "Enh. Implementtation Elements" of se18, there is a checkbox labelled "active not switchable through custom" . What exactly does this mean? And if I uncheck it, where in the IMG might I be able to cus