I need to store a schema in mds in soa 10g.

Hi Gurus,
Kindly help out with the present situation.
i need to store the schema which is used in different process in the mds in soa 10g. can any one provide some steps or docs related to setting up of mds in soa 10g?
Help is greatly appreciated.
Regards,
Venky.

As far as I know, there isn't any MDS in SOA 10g. This concept was introduced in 11g version.

Similar Messages

  • Need info on RCU Schemas like MDS , CAPTURE

    HI All , Good evening ...........
    Recently we installed webcenter using JSK , after this we tried to extend domain name for the same  during this its searching for RCU Schemas like MDS, Capture along with passwords , we searched in database these schemas are not there , its showing this sql query
    QL> select 1 from schema_version_registry where owner=(select user from dual) and mr_type='CAPTURE' and version like '11.1.1.%';
    no rows selected
    and also checked this  schema_version_registry table is not there along with other rcu schemas
    I wanted to know whether this installation will create all these schemas by default or its need manual creation
    also I tried to start rcu , getting below error
    [rhavalda@ofss310125 bin]$ ./rcu
    Error occurred during initialization of VM
    java.lang.OutOfMemoryError: unable to create new native thread
    at java.lang.Thread.start0(Native Method)
    at java.lang.Thread.start(Thread.java:640)
    at java.lang.ref.Finalizer.<clinit>(Finalizer.java:176)
    can you please suggest this what to do in  this
    Thanks in advance
    Padmaja

    Emmanuel,
    It's been a while since you posted your message, but here's the info in the event you haven't already found it:
    http://www.iptc.org/IPTC4XMP/index.php
    I just started digging into XMP a few days ago and am planning to write software to add/read info from image files for the automagic creation of web pages. I've been using Adobe's XMP SDK and would be very interested in hearing how you wrote your code.
    Cheers,
    Andreas

  • Need to Store Infinite Tree in a single table

    Hi,
    I need to create infinite tree and also need to store it into a single table. I will perform operations like node deletion,movement etc.. according to the operation my tree should get updated.Can anyone please give me any suggestion??
    Thanks in Advance,
    Sumeet Gupta

    Hi,
    Not much to go on, but this table can hold an infinite tree. Work from that.
    SQL> create table tree (node number(15) not null, parent_node number(15))
    Table created.
    SQL> alter table tree add constraint tree_pk primary key (node)
    Table altered.
    SQL> alter table tree add constraint tree_tree_fk foreign key (parent_node) references tree (node)
    Table alteredEdit:
    If you are not already familar with hierarchial queries, I suggest you look here:
    [Hierarchial query|http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_10002.htm#sthref9434]
    Regards
    Peter
    Edited by: Peter on Mar 3, 2009 7:35 AM

  • Is JAXB the best solution to store XML schema in databse

    Hi, i have a doubt regarding which is better way to store XML schema to database.
    I have looked on JAXB, DOM, SAX.
    I should be able to modify the database and store back the changes in XML schema..
    i am really consfused about this.
    plz suggest me
    thanx

    Thank you for your reply
    As per as I know JAXB take XML schema as basis to
    create tables in database and store the XML data
    according to that . I want to store the XML Data in
    the database structured according to XML schema
    defined by me.I'm not sure how a schema would impact this. Schema is a data definition that constraints a given XML data document. The XML itself is stored as a string. Databases like Oracle now have XML column types and allow you to use XML querying languages and x-Path in normal SQL queries.
    There are 2 types of mapping from XML to datbase
    Table space and object relational
    A tablespace is conceptually similar to a namespace. Object relational mappers go from objects to relational databases and back. I do not see how either of these two concepts are mutually exclusive. And the latter makes no sense if you talking about an object database. There is no O/R mapping because there is no relational database, it's an object database.
    I want to do object-relational mapping from XML to
    o object oriented database . and the modifications
    done on the datbase want to store again in XML. As
    per as I know JAXB give us classes as per the XML
    schema and we can write DDL to store the data in
    databse
    JAXB is for marshalling and unmarshalling Java objects to and from XML. The XML itself can be stored in any LOB database column.
    Is it the right approach or do you have any better
    idea?I still do not really understand what you are trying to do. It seems like you have a bit too much technology soup to consume. What are the actual requirements?
    - Saish

  • Do i need app store to back up my apps

    do i need app store to back up my apps

    What do you mean?
    If the apps are still available you can always redownload them by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How often we need to run gather schema statistics etc.. ??

    HI,
    Am on 11.5.10.2
    RDBMS 9.2.0.6
    How often we need to run the following requests in Production...
    1.Gather schema statistics
    2.Gather Column statistics
    3.Gather Table statistics
    4.Gather All Column statisitics
    Thanks

    Hi;
    We discussed here before about same issue. Please check below thread which could be helpful about your issue:
    How often we need to run gather schema statistics
    Re: Gather schema stats run
    How we can collect custom schema information wiht gather statistics
    gather schema stats for EBS 11.5.10
    gather schema stats conc. program taking too long time
    Re: gather schema stats conc. program taking too long time
    How it runs
    Gather Schema Statistics
    http://oracle-apps-dba.blogspot.com/2007/07/gather-statistics-for-oracle.html
    gather statistict collect which informations
    Gather Schema Statistics...
    Regard
    Helios

  • Need to store multiple session values in flex

    Hi,
         I need to store multiple session values in flex based on the user who logged in.
    For Example, if a user logged in as an administrator and in another windows another user logged in as guest, i need to maintain two seperate session for the two different users.
    Is it possible for maintaining different sessions.
    Expecting your valuable response.
    Thanks
    Jude Paul

    Look at Shared Objects. You can store this information in them by creating a unique object for each type of user.

  • Need to store multiple xml files as each record in oracle table

    Hi All,
    I have a set of XML files (say 20 xml files). I need to store the enitire content of each file as a string into the oracle table.
    Do we have any PL/SQL procedures which will do this job. I will pass the path of the directory to the procedure, so that it takes all the xml files and store it in the table.
    After that i need to remove some tags of the xml. so it will be better if we store records as a string rather than of xmltype.
    Please help in achieving this.
    Thanks in Advance,
    Ram Mohan T

    Hi Gyanchand,
    I have wrote an article BizTalk Server 2010: Grouping
    and Debatching/Splitting Inbound Messages (TypedPolled) from WCF-SQL Adapter  which is for SQL, but yes same can be done with Oracle.
    If grouping is not required then, you can overlook it and apply debatching only.
    Maheshkumar
    S Tiwari|User
    Page|Blog|BizTalk
    Server: Multiple XML files to Single FlatFile Using File Adapter

  • In full xml i need to extract some portion of xml and i need to store

    Hi this is the xml i will get i need to store from olife tag please suggest some idea how to do
    <TXLife>
    <UserAuthRequest>
    <UserLoginName>UserId</UserLoginName>
    </UserAuthRequest>
    <TXLifeRequest>
    <TransRefGUID>0099962A-BFF3-4761-4058-F683398D79F7</TransRefGUID>
    <TransType tc="186">OLI_TRANS_CHGPAR</TransType>
    <TransExeDate>2008-05-29</TransExeDate>
    <TransExeTime>12:01:01</TransExeTime>
    <InquiryLevel tc="3">OLI_INQUIRY_OBJRELOBJ</InquiryLevel>
    <InquiryView>
    <InquiryViewCode>CU186A</InquiryViewCode>
    </InquiryView>
    <ChangeSubType>
    <ChangeTC tc="32">Update / Add Client Object Information</ChangeTC>
    <!--TranContentCode tc = 1 (Add)
    tc = 2 (Update)
    tc = 3 (Delete)
    -->
    <TranContentCode tc="1">Add</TranContentCode>
    </ChangeSubType>
    <OLifE>
    <SourceInfo>
    <SourceInfoName>Client Profile</SourceInfoName>
    </SourceInfo>
    <Activity id="Act1" PartyID="Party1">
    <ActivityStatus tc="2">In Progress</ActivityStatus>
    <UserCode>123456</UserCode>
    <Opened>2010-08-17</Opened>
    <ActivityCode>CP10001</ActivityCode>
    <Attachment>
    <Description>LastScreenName</Description>
    <AttachmentData>CP Create</AttachmentData>
    <AttachmentType tc="2">OLI_ATTACH_COMMENT </AttachmentType>
    <AttachmentLocation tc="1">OLI_INLINE </AttachmentLocation>
    </Attachment>
    <OLifEExtension VendorCode="05" ExtensionCode="Activity">
    <ActivityExtension>
    <SubActivityCode>CP20001</SubActivityCode>
    </ActivityExtension>
    </OLifEExtension>
    </Activity>
    <Grouping id="Grouping1">
    <Household>
    <EstIncome>90000</EstIncome>
    </Household>
    </Grouping>
    <Party id="Party1">
    <PartyTypeCode tc="1">Person</PartyTypeCode>
    <EstNetWorth>250000</EstNetWorth>
    <LiquidNetWorthAmt>120000</LiquidNetWorthAmt>
    <EstTotAssetsAmt>400000</EstTotAssetsAmt>
    <Person>
    <FirstName>John</FirstName>
    <LastName>Doe</LastName>
    <MarStat tc="1">Married</MarStat>
    <Gender tc="1">Male</Gender>
    <BirthDate>1965-05-07</BirthDate>
    <EducationType tc="3">Associate Degree</EducationType>
    <Citizenship tc="1">USA</Citizenship>
    <NetIncomeAmt>70000</NetIncomeAmt>
    <DriversLicenseNum>D123456789</DriversLicenseNum>
    <DriversLicenseState tc="35">New Jersey</DriversLicenseState>
    <ImmigrationStatus tc="8">Citizen</ImmigrationStatus>
    <DriversLicenseExpDate>2012-05-25</DriversLicenseExpDate>
    <OLifEExtension VendorCode="05" ExtensionCode="Person">
    <PersonExtension>
    <NoDriversLicenseInd tc="0">False</NoDriversLicenseInd>
    </PersonExtension>
    </OLifEExtension>
    </Person>
    <Address>
    <Line1>125 Finn Lane</Line1>
    <City>North Brunswick</City>
    <AddressStateTC tc="35">New Jersey</AddressStateTC>
    <Zip>08902</Zip>
    </Address>
    <Phone>
    <PhoneTypeCode tc="1">Home</PhoneTypeCode>
    <DialNumber>732456789</DialNumber>
    </Phone>
    <Phone>
    <PhoneTypeCode tc="2">Work</PhoneTypeCode>
    <DialNumber>732987654</DialNumber>
    </Phone>
    <FormInstance id="Form1">
    <FormResponse>
    <ResponseText>No</ResponseText>
    <QuestionType tc="1009800001">Is the Client/Owner with an interest in the account either: (A) a senior military, governmental, or political official in a non-U.S. country, or (B) closely associated with or an immediate family member of such official?</QuestionType>
    </FormResponse>
    <FormResponse>
    <ResponseText>Yes</ResponseText>
    <QuestionType tc="1009800005">I am familiar with the product(s) being sold and have determined proper suitability. For deferred variable annuity purchases only: I have reasonable grounds for believing that the recommendations for this customer to purchase/exchange an annuity is suitable on the basis of the facts disclosed by the customer as to his/her investments, insurance products and financial situation and needs.</QuestionType>
    </FormResponse>
    </FormInstance>
    </OLifE>
    </TXLifeRequest>
    </TXLife>
    i need to get output like this
    <OLifE>
    <SourceInfo>
    <SourceInfoName>Client Profile</SourceInfoName>
    </SourceInfo>
    <Activity id="Act1" PartyID="Party1">
    <ActivityStatus tc="2">In Progress</ActivityStatus>
    <UserCode>123456</UserCode>
    <Opened>2010-08-17</Opened>
    <ActivityCode>CP10001</ActivityCode>
    <Attachment>
    <Description>LastScreenName</Description>
    <AttachmentData>CP Create</AttachmentData>
    <AttachmentType tc="2">OLI_ATTACH_COMMENT </AttachmentType>
    <AttachmentLocation tc="1">OLI_INLINE </AttachmentLocation>
    </Attachment>
    <OLifEExtension VendorCode="05" ExtensionCode="Activity">
    <ActivityExtension>
    <SubActivityCode>CP20001</SubActivityCode>
    </ActivityExtension>
    </OLifEExtension>
    </Activity>
    <Grouping id="Grouping1">
    <Household>
    <EstIncome>90000</EstIncome>
    </Household>
    </Grouping>
    <Party id="Party1">
    <PartyTypeCode tc="1">Person</PartyTypeCode>
    <EstNetWorth>250000</EstNetWorth>
    <LiquidNetWorthAmt>120000</LiquidNetWorthAmt>
    <EstTotAssetsAmt>400000</EstTotAssetsAmt>
    <Person>
    <FirstName>John</FirstName>
    <LastName>Doe</LastName>
    <MarStat tc="1">Married</MarStat>
    <Gender tc="1">Male</Gender>
    <BirthDate>1965-05-07</BirthDate>
    <EducationType tc="3">Associate Degree</EducationType>
    <Citizenship tc="1">USA</Citizenship>
    <NetIncomeAmt>70000</NetIncomeAmt>
    <DriversLicenseNum>D123456789</DriversLicenseNum>
    <DriversLicenseState tc="35">New Jersey</DriversLicenseState>
    <ImmigrationStatus tc="8">Citizen</ImmigrationStatus>
    <DriversLicenseExpDate>2012-05-25</DriversLicenseExpDate>
    <OLifEExtension VendorCode="05" ExtensionCode="Person">
    <PersonExtension>
    <NoDriversLicenseInd tc="0">False</NoDriversLicenseInd>
    </PersonExtension>
    </OLifEExtension>
    </Person>
    <Address>
    <Line1>125 Finn Lane</Line1>
    <City>North Brunswick</City>
    <AddressStateTC tc="35">New Jersey</AddressStateTC>
    <Zip>08902</Zip>
    </Address>
    <Phone>
    <PhoneTypeCode tc="1">Home</PhoneTypeCode>
    <DialNumber>732456789</DialNumber>
    </Phone>
    <Phone>
    <PhoneTypeCode tc="2">Work</PhoneTypeCode>
    <DialNumber>732987654</DialNumber>
    </Phone>
    <FormInstance id="Form1">
    <FormResponse>
    <ResponseText>No</ResponseText>
    <QuestionType tc="1009800001">Is the Client/Owner with an interest in the account either: (A) a senior military, governmental, or political official in a non-U.S. country, or (B) closely associated with or an immediate family member of such official?</QuestionType>
    </FormResponse>
    <FormResponse>
    <ResponseText>Yes</ResponseText>
    <QuestionType tc="1009800005">I am familiar with the product(s) being sold and have determined proper suitability. For deferred variable annuity purchases only: I have reasonable grounds for believing that the recommendations for this customer to purchase/exchange an annuity is suitable on the basis of the facts disclosed by the customer as to his/her investments, insurance products and financial situation and needs.</QuestionType>
    </FormResponse>
    </FormInstance>
    </OLifE>
    Edited by: LRAJESH on Oct 21, 2010 1:50 AM

    What have you tried? I know previous links that have been supplied to you on other questions have shown examples of extracting XML fragments from an XML document. Also, which version of Oracle (4 digits).

  • OID - need to store certificates

    Hi,
    For implementing the SSL requirements for the environment, We want to store Certificates in OID. There are certificates for Proxy server, OIM, etc. which we need to store.
    How can this be done ?
    Is this a good practice to do this way ?
    Thanks.

    public static void copyFile(File src, File dst) throws IOException
         InputStream in = new FileInputStream(src);
         OutputStream out = new FileOutputStream(dst);
         byte[] buf = new byte[1024];
         int len;
         while((len = in.read(buf)) > 0)
              out.write(buf, 0, len);
         in.close();
         out.close();               
                         renameFile(dst);  //error is thrown for this line                                          
    public static void renameFile(File[] dst) throws IOException
                        String[] children = new String[dst.length];
                        for (int i=0; i<dst.length; i++)
                                        children[i] = dst.getName();

  • I need to extend the schema for iPlanet Dir. 5.0 and add custom objectclasses and atributes. I do this by adding entries in the 99user.ldif file. Its not working. Any ideas?

    Hi
    I need to extend the schema for iPlanet Dir. 5.0 and I do not want to do so from the console. As per the documentation, I need to either add entries in the 99user.ldif file or define my own custom [00-99]myname.ldif file. I tried this but its not working.
    I have made the assumption that there is no explicit import step for the 'user defined' schema files (as it is for user data ldif files). I assume that on start (or on opening the console), I'd be able to see the new schema after the server has read the schema file.
    I have verified that entering new objectclasses and attributes from the console adds entries into the 99user.ldif file. So why is the reverse process not working. Can anybody throw some light on this? Also in case my assumptions are faulty, please let me know.
    I did not change the aci entries in the existing ldif file. Is any modification needed there? I was logged in as the Directory Manager during this testing process.
    regards
    Sikka ([email protected])

    Hi Sikka,
    The server reads its schema configuration on startup. If you manually modify the schema files while the server is running, it will not have any effect. You have to restart the server.
    The console adds the new schema elements over LDAP (you could do that as well, you only have to modify the cn=schema entry), so the server is aware of the changes immediately and thus restarting is not needed.
    I hope this helps.
    Bertold

  • Need help. Need to store single key for 2 values

    Hi,
    I need to store 2 value objects with only one key value. How do I do that?

    Use an array of length 2 or a class like this:class Pair {
        private Object a;
        private Object b;
        public Pair (Object a, Object b) {
            this.a = a;
            this.b = b;
        public Object getA () {
            return a;
        public Object getB () {
            return b;
    }Kind regards,
    Levi

  • Do I need to store mysql in my dreamweaver folder?

    Do i need to store mysql in my dreamweaver folder or can it be anyway on my hard drive?

    Hi
    MySQL is a database server that should be installed on your computer, and definitely not installed in the dreamweaver folder.
    PZ

  • Need to store all keys of a hashMap in to an arrayList. this is my solution

    Hello,
    I Need to store all keys of a hashMap in to an arrayList. this is my solution:
    private HashMap<String, V> x;
    ArrayList<V> xList = new ArrayList <V>(x.values());
              ArrayList<String> xKeyList = null;
              for(V currV: xKeyList){
                   xKeyList.add(currV.getKey());
    so because I couldn't figure out a way to use:
    "Set<K>      keySet()
    Returns a set view of the keys contained in this map."
    in order to create a ArrayList I decided to get an array of the Values of the hashMap and then iterate through those values and get the keys (names in my case, yes I use names as keys of the hashmap and I can get the name of my V individually)
    what do you think? was this a good approach or I could be using hashMap.keySet() in a better way?
    Thanks for all your input!
    (I'm aware that my solution would be very heavy toll on performance for very large maps~ that's why i'm here :D)

    malcolmmc wrote:
    You can just do
    List<K> copyOfKeys = new ArrayList<K>(x.keySet());A Set is a Collection and that's what the constructor of ArrayList takes.Yup, that works for me:
    import java.util.ArrayList;
    import java.util.List;
    import java.util.Map;
    import java.util.HashMap;
    public class Test {
        public static <K, V> List<K> keyList(Map<K, V> map) {
            return new ArrayList<K>(map.keySet());
        public static void main(String[] args) {
            Map<String, Integer> m = new HashMap<String, Integer>();
            m.put("one", 1);
            m.put("two", 2);
            m.put("three", 3);
            List<String> keyList = keyList(m);
            System.out.println(keyList);
    }

  • Need to store explan plan details in a superate table

    Hi ,
    After execution of explain , I need to store query and that query execution time in a table.
    Please help me , how to write a procedure for this.
    Thanks,
    Rajesh

    create the table, what you want to test explain plan.
    create table t as select mod(object_id,10) id, a.* from all_objects a;
    alter session set optimizer_max_permutations=80000;
    create table succeeded.
    alter session set succeeded.
    now run the explain plan for your query..
    explain plan set Statement_Id = 'TEST' for
        select count(*)
          from t t1, t t2, t t3, t t4, t t5, t t6
         where t1.id = t2.id
           and t1.id = t3.id
           and t1.id = t4.id
           and t1.id = t5.id
           and t1.id = t6.id;
    explain plan succeeded.
    now create table for storing explain plan information.
    u can write this into a Procedure
    create table temp_table as  select STATEMENT_ID, TIMESTAMP, OPERATION, OBJECT_TYPE,  ID, PARENT_ID, COST, CARDINALITY, BYTES, PARTITION_ID, CPU_COST,  IO_COST,  TEMP_SPACE from PLAN_TABLE where STATEMENT_ID = 'TEST';
    then select that table ...
    select * from temp_table;
    STATEMENT_ID                   TIMESTAMP                 OPERATION                      OBJECT_TYPE                    ID                     PARENT_ID              COST                   CARDINALITY            BYTES                  PARTITION_ID           CPU_COST               IO_COST                TEMP_SPACE            
    TEST                           04-APR-12                 SELECT STATEMENT                                              0                                             18446744073709551615   1                      78                                            18446744073709551615   11276755652                                  
    TEST                           04-APR-12                 SORT                                                          1                      0                                             1                      78                                                                                                                
    TEST                           04-APR-12                 MERGE JOIN                                                    2                      1                      18446744073709551615   18446744073709551615   18446744073709551615                          18446744073709551615   11276755652                                  
    TEST                           04-APR-12                 MERGE JOIN                                                    3                      2                      23857102848474256      18446744073709551615   18446744073709551615                          18446744073709551615   11276754606                                  
    TEST                           04-APR-12                 MERGE JOIN                                                    4                      3                      2052376473618          187915417821814336     9771601726734346240                           18446744073709551615   11276753560                                  
    TEST                           04-APR-12                 SORT                                                          5                      4                      14913446691            16049880768505         625945349971695                               33538401851084428      11276752514            1546831069520000      
    TEST                           04-APR-12                 HASH JOIN                                                     6                      5                      176530785              16049880768505         625945349971695                               1605288479746278       2463359                2933000               
    TEST                           04-APR-12                 TABLE ACCESS                   TABLE                          7                      6                      494                    117082                 1522066                                       30430872               491                                          
    TEST                           04-APR-12                 HASH JOIN                                                     8                      6                      16135                  1370822446             35641383596                                   137179925311           1260                   2933000               
    TEST                           04-APR-12                 TABLE ACCESS                   TABLE                          9                      8                      494                    117082                 1522066                                       30430872               491                                          
    TEST                           04-APR-12                 TABLE ACCESS                   TABLE                          10                     8                      494                    117082                 1522066                                       30430872               491                                          
    TEST                           04-APR-12                 TABLE ACCESS                   TABLE                          12                     11                     494                    117082                 1522066                                       30430872               491                                          
    TEST                           04-APR-12                 SORT                                                          13                     3                      1061                   117082                 1522066                                       137311173              1046                   4711000               
    TEST                           04-APR-12                 TABLE ACCESS                   TABLE                          14                     13                     494                    117082                 1522066                                       30430872               491                                          
    TEST                           04-APR-12                 SORT                                                          15                     2                      1061                   117082                 1522066                                       137311173              1046                   4711000               
    TEST                           04-APR-12                 SORT                                                          11                     4                      1061                   117082                 1522066                                       137311173              1046                   4711000               
    TEST                           04-APR-12                 TABLE ACCESS                   TABLE                          16                     15                     494                    117082                 1522066                                       30430872               491                                          
    17 rows selected

Maybe you are looking for

  • TAGs do Grupo II não preenchendo quando preenche "Other Base"

    Pessoal Seguindo a nota SAP(1616778), lançada para atender demandas da NT004.2011, passamos a preencher os dados de imposto de importação na aba u201Ctaxesu201D, no detalhe dos itens de uma NFe, no tipo de imposto u201CII01u201D. Quando preenchemos o

  • How to switch off wallpaper?

    A few months ago I bought a new widescreen, flat panel monitor. When I hooked it up to my Mac, everything was great. The wallpaper I was using stretch out to fill the 1900x1200 resolution perfectly (I recently upgraded the video card to a 256MB VRAM

  • Maverick install has frozen my Macbook Pro

    After installation, all applications are frozen, after several reboots and one disk repair it is working in slow motion, one command takes several minutes. Is someone else experince the same issues? My MacBook is an older Mid-2009 model.

  • Choppy video exports

    Hello, I am using a late 2009 Mac mini with 8gb memory and a 2.53 ghz intel 2 core duo. My final cut pro X projects look fine until i export them. I export using h.264 and the video is choppy but the audio is fine. How do i fix this?

  • Javascript and hide and show.

    Is there any way to hide single item on the form (not region)? I have tried to hide an item based on the condition. I have radiobutton with value 1 and 0 so I have created on click event that check its value and hides item but: the item that I want t