AQ creation in database and accessing that from bpel AQ adapter

How to create AQ in the database so as to be available by the Oracle AQ Adapter (from JDeveloper)

Resolved.
We need to prefix the object type with schema1 in all XSDs.
For example,
<element name="P_SR_OBJ_O" type="db:XXCTS_SRM_SR_OBJ_TYPE" db:index="5" db:type="Struct" minOccurs="0" nillable="true"/>
TO
<element name="P_SR_OBJ_O" type="db:*schema1*.XXCTS_SRM_SR_OBJ_TYPE" db:index="5" db:type="Struct" minOccurs="0" nillable="true"/>
Make sure all occurrence are prefixed.
Thanks
/Mishit

Similar Messages

  • I don't have a wireless keyboard or mouse for my 2007 iMac, is there any way that can use remote desktop and access it from my 2010mbp.

    i don't have a wireless keyboard or mouse for my 2007 iMac, is there any way that can use remote desktop and access it from my 2010mbp

    Hi champrider,
    You can use an application such as Apple Remote Desktop to control your iMac remotely. See this article -
    OS X Mavericks: Allow access using Apple Remote Desktop
    This help page will provide you with some other useful resources for Apple Remote Desktop -
    Remote Desktop Help
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Installing program on server and access it from mac workstation

    Hi
    How can i install a program on a mac server and access that program from mac workstation.
    On windows server you use the remote app manager application to do this. is there something similar on mac?

    Hi,
    - This isn't exactly what you are asking for but there is an App:  /System/Library/Coreservices/Screen Sharing.app on the Mac which is similar in operation to Terminal Services Client but is based on VNC. 
    - Thus it  will be a whole user's logon session which would run on the mac server .  
    I haven't used Screen Sharing.app on a large scale deployment of clients connecting to an OS X Server.
    Hope this helps

  • How can I store movies in the cloud and access them from my devices?

    Hello,
    I would like to store movies in the cloud and access them from my device without having to download them to the device because there is not enough space on the harddrive to store them on it. How would I do this? Would I have to download the movies to my PC or could I store them directly in the cloud?
    Thanks,
    Tyler

    Unfortunately I don't use sugarsync myself, I have a dropbox account and it works slightly differently.
    As I understand it you can upload files to a folder in sugarsync from your computer without having them sync to any of your devices. You can access that folder from any of your devices, and although you would need to download them in order to play the video file, you could then delete them without deleting the files in the sugarsync folder in the cloud.

  • HT5260 Hi, my name is Gerard and my iphoto library is getting very large I would like to know if I can store all or most of my photos in a external hard drive and access them from Aperture?

    Hi, my name is Gerard and my iphoto library is getting very large I would like to know if I can store all or most of my photos in a external hard drive and access them from Aperture?

    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • Implement a matrix as database and access its cells by its rows and coloumn

    hi,
    i am an engg. student and is facing a problem during a project.
    I want to maintain a matrix as a database and access its cells by giving the titles of the corresponding row nd coloumn.I want to know how to create such a database and implement it.
    I also want the SQL statements required for it.
    Please answer my query soon.

    hi,
    i am an engg. student and is facing a problem during a
    project.
    I want to maintain a matrix as a database and access
    its cells by giving the titles of the corresponding
    row nd coloumn.I want to know how to create such a
    database and implement it.create table matrix
    matrix_id varchar(30),
    matrix_row int,
    matrix_column int,
    matrix_value int
    I also want the SQL statements required for it.
    To get A[3][4]...
    select matrix_value from matrix
    where matrix_id='A' and matrix_row=3 and matrix_column=4

  • Can I connect an external hard drive to one of the ethernet port of the airport extreme and access it from my Mac or PC?

    Can I connect an external hard drive to one of the ethernet port of the airport extreme and access it from my Mac or PC?

    If this hard drive is part of a NAS device, then yes it should be accessable from either a Mac or PC while connected to the AirPort Extreme Base Station (AEBS) by Ethernet.

  • Creating Folder and Accessing Files from Folders in mobile phone

    Hello Friends,
    I am doing my project where I need to create folders and accessing files from those folders in java enabled mobile phones.But I do not know the required tasks for this.Any type of help is highly appreciated.
    Greeting
    Saadi

    You have to get the classname of the Items you receive from getitems.
    There you have only to look for Folder.CLASS_NAME. Example:
    ifsFol sorted by names in ascending order (names of folders and files)
    String[] sort_attributes = {"NAME"};
    //sort will be ascending
    boolean [] sort_orders = {true};
    oracle.ifs.common.SortSpecification sort = new oracle.ifs.common.SortSpecification(sort_attributes, sort_orders);
    ifsFol.setSortSpecification(sort);
    PublicObject[] contents = ifsFol.getItems();
    System.out.println("Here are the names of the items in folder: ");
    for (int i=0; i < contents.length; i++) {
    if (contents.getClassname().equals(Folder.CLASS_NAME)) {
    System.out.println(contents[i].getName());
    null

  • Can we place jsp pages on JAVA_TOP and access them from controllers

    can we place jsp pages on JAVA_TOP and access them from controllers from the same path?
    Soujanya

    Hi All,
    Can any one please resond to this thread for atleas discussion.We have folder on HTML top with all jsps.We want to move the folder from HTML top to some other TOP.We are planning to move them to JAVA_TOP.
    But we could not refer or call the file from JAVA_TOP.
    Any solution.
    Thanks
    Soujanya

  • Can I save documents from my PC to the icloud and access them from another computer?

    Can I save documents from my PC to icloud and access them from anywhere?

    This forum is for OSX users.
    Only within OSX you can store documents in iCloud, basically linked to iWork softwares.
    Please check Microsoft Office cloud solutions.

  • Accessing DB synonyms from BPEL - DB Adapter

    Hi Gurus
    I have problem accessing synonyms from BPEL. I am using DB Adapter. SOA Version is 10.1.3.3.0
    Schema1: Has procedure with input and output as Table object type.
    Schema2 : Has synonyms for above procedure and its input/output Table object type. We given execute grants to both procedure and its objects.
    Now from BPEL I am connecting to Schema2 and I am getting following error.But if above procedure has noraml primitive types as input/output It works correctly !
    Do BPEL - DB Adapter has problem accessing synonyms for procedure which has Table object type. ??
    file:/apps/SRODEV/product/AS10gR3_BPEL/bpel/domains/sro_domain/tmp/.bpel_EA_SR_ALLI_Pooler_1.0_598d1419bac8017f14f8adb156705b2b.tmp/GetContrlABCDataUsingDBProc.wsdl [ GetContrlABCDataUsingDBProc_ptt::GetContrlABCDataUsingDBProc(InputParameters,OutputParameters) ] - WSIF JCA Execute of operation 'GetContrlABCDataUsingDBProc' failed due to: Error while converting from a Java struct object.
    Unable to convert a user defined type whose type name is XXEA_DRO_ABCS_CONTROL_OBJ_TYPE to XML corresponding to the definition of element P_ABCS_CONTROL_OBJ in the XSD. Cause: java.sql.SQLException: ORA-01436: CONNECT BY loop in user data
    [Caused by: ORA-01436: CONNECT BY loop in user data
    ; nested exception is:
    ORABPEL-11806
    Error while converting from a Java struct object.
    Unable to convert a user defined type whose type name is XXEA_DRO_ABCS_CONTROL_OBJ_TYPE to XML corresponding to the definition of element P_ABCS_CONTROL_OBJ in the XSD. Cause: java.sql.SQLException: ORA-01436: CONNECT BY loop in user data
    [Caused by: ORA-01436: CONNECT BY loop in user data
    Check to ensure that the struct definition in the XSD accurately describes the user defined type stored in the database. Contact oracle support if error is not fixable.

    Resolved.
    We need to prefix the object type with schema1 in all XSDs.
    For example,
    <element name="P_SR_OBJ_O" type="db:XXCTS_SRM_SR_OBJ_TYPE" db:index="5" db:type="Struct" minOccurs="0" nillable="true"/>
    TO
    <element name="P_SR_OBJ_O" type="db:*schema1*.XXCTS_SRM_SR_OBJ_TYPE" db:index="5" db:type="Struct" minOccurs="0" nillable="true"/>
    Make sure all occurrence are prefixed.
    Thanks
    /Mishit

  • Can see Windows PCs from Mac, but can't see (and access) Mac from PCs

    Yesterday, I ran into a strange problem which I'm not able to figure out.
    I share an office with some engineers, who have their computer environment (server, network), all running Windows (XP and Vista on the PCs, Windows 2003 for the server).
    Within that environment, I have 2 PCs (both XP) and an iBook G4 (Leopard 10.5.4.). I have also a printer (Epson Laser), which is connected to the office network, and an Airport Extreme Base Station.
    Until last week, I could connect from my PCs to my iBook (wirelessly), and from the iBook I could connect to my PCs, the server, and via the server print on my printer (again, all wirelessly).
    Over the weekend, I took out the Airport Extreme Base Station (to help with an issue at home - see my thread over at Printing), and yesterday I brought it back to the office and installed it again.
    And since I re-installed the Base Station, this is the problem:
    1. from PCs, I can't see the iBook (can't attach a PC drive letter - eg. I:\), and therefore can't access it
    2. from the iBook, I can't print to my printer - furthermore, when I select the Printing preference and click "Add Printer", no printers whatsoever show up (the list stays blank), whereas before the engineers' printer (some Minolta Bizhub with Bonjour) would show up as well
    3. I can, however, access the Windows server from my iBook
    Any ideas what's going on? I tried to solve this, but gave up quickly (no way I can possibly figure this out), plus I have this issue at home (can't print wirelessly to a printer attached via USB to a Time Capsule - I can, however, print to the same printer if I attach it to the previously used Airport Express!) - 2 problems and mounting headaches!
    I am thinking about re-installing the whole system (take off all data, do a complete wipe and start afresh…), but don't like to spend a whole day doing this…
    Again, thanks for any advice!
    Jan

    You only need one computer to configure the Base Station - and since you can easily do this from your PC, you really don't need to be able to do it from your Mac as well. I suggest you stop worrying about this, leave your Base Station running with the current firmware version, and use your PC if you ever need to make a configuration change.
    Note that NO Base Station software needs to be installed on the Mac, for the Mac to be able to connect wirelessly to the Base Station. If your Mac is currently unable to establish a wireless connection to the Base Station, you have a different problem - and one that won't be solved by installing the Airport Admin Utility or downgrading firmware on the Base Station. Incidentally - what type of wireless security are you using on the Base Station - WEP or WPA? A base station configured to use WPA security will only be accessible by a Mac running at least MacOS 10.3.

  • Can I connect an externa hard drive and access files from 2 or more computers wirelessly?

    Is there a way to connect an external hard drive to my linksys modem and access the files wirelessly by 2 or more computers?
    I have a wireless G wrt54G modem working on windows XP a desktop and laptop on my home system. I have a WD “my book” external hard drive with a usb interface. My modem does not have a USB interface.
    At work I also have 4 laptops  using XP and vista and looking to have them all access an external hard drive and printers. I have not selected a hard drive for the work system.
    If yes can I add 2 or more printers and print form all connected computers?
    If yes, is it possible to access the files of the external hard drive (home system) via the internet?
    Thanks in advance for all your help

    First, your WRT54G is a router, not a modem. Different function.
    Yes, you can  "connect an external hard drive... and access the files wirelessly by 2 or more computers," just not that external hard drive. You need one that supports network attachment, with an ethernet connection.
    And you can print to printers from various computer, again if the printers are made to support that.
    The answer to your last question is maybe. Oh, it's definitely possible, but may require learning about static IP addresses, dynamic DNS, firewalls, port forwarding, file sharing...

  • Unable to Download Condition Tables and Access Sequences from R/3

    Hi Experts,
    We have a new set of condition tables and access sequences created in R/3. Now we need to download them to CRM, which we are unable to perform. We tried downloading DNL_CUST_CNDALL, but there is no use. The new condition tables are not getting pupulated. Moreover when I download this object, the corresponding CNCCRMPRCUS* table for the new condition type is not getting generated in CRM.
    The strange thing is the above mentioned tables when created in "development and quality" boxes are getting into respective CRM systems. We are using CRM 4.0.
    Your help will be appreciated.
    Regards,
    Ajay

    Hi Ajay
    Please check the transaction SLG1 which gives you very good inputs on the errors which would have happened during customizing or condition download
    Check the customizing download by giving the following parameters
    Object : cond_exchange
    Subobject :customizing
    Give the date on which the recent customizing download of DNL_CUST_CNDALL was performed.Check whether there are any errors!!if there are errors on then those needs to be corrected so that the new condition tables and access sequences get downloaded correctly to CRM.
    Thanks,
    Abishek

  • Not received MCID and Access code from microsoft after completion microsoft Exam

    Hello Microsoft ,
    i take the
    Exam 70-480: Programming in HTML5 with JavaScript and CSS3
    before 7 days but for now you don't send me any email contains 
    MCID and Access code
    my email register in exam : [email protected]
    please can you check 
    thank you very much 

    Please note that these forums are devoted to peer-to-peer support, meaning that the messages are read and answered by other users like you, usually not by Microsoft personnel. This means that we do not have any access to your personal data to check
    for your MCID and Access Code. Instead, you should call your Regional Service Center, and tell your problem to the support person. They will be able to fix the problem.
    http://www.microsoft.com/es-es/learning/help/service-americas.aspx
    http://www.microsoft.com/es-es/learning/help/service-europe-africa.aspx

Maybe you are looking for

  • How to export war files without including the library files

    Hi, I have several portlets that share the same jar files. In my tomcat, I'd like to load those jar files from shared/lib when tomcat starts up. Currently, to accomplish this, I export the war file from jsc, deploy to tomcat, then manually delete the

  • Not in sync scope

    I did define a SUL with no fileter in the Directory Source. In in the Active directory source I did define the next filer (&((!(useraccountcontrol=66050))(mail=%uid%@m.com)) I did issue the next command: idsync resync -D "cn=Directory Manager" -w pas

  • Screen turns blue when moving the screen up and down

    Hi, I work on my laptop everyday and I move the screen in diffent angles for me to see the screen better from where I am sitting, but recently the screen turns completely blue. I can still see everything but all the white colors turn light blue. The

  • Reset the Service entry sheet deletion flag.

    Dear all, How to Reset the Deletion flag for the service entry sheet.(To remove the deletion flag) Thanks, Cherry

  • How can I back up the contacts on this windows phone

    I just purchased the iPhone and need to back up the contacts fro the windows phone.  How can I do this?