Extracting Oracle Financials Set up Data from 11.5.10.2

Hi,
My client is currently on Oracle Release 11.5.10.2. They have a business requirement of extracting the configuration data for GL,AP,CM from the production environment ( source instance). They do not want to move the configuration to any target instance, but just want to extract the configuration data using I set up. Is this possible to do, as there is no target/central instance, just the source instance?
Any advice would be greatly appreciated.
Thanks
Apoorva

iSetup will extract data in xml format - and it likely is not very readable. The BR100 style data you need is available in R12 from iSetup. One option is to use Diagnostics to provide readable setup info
Generating BR100 -styled report in Oracle iSetup Release 12.0 [ID 826324.1]
E-Business Suite Diagnostics Installation Guide [ID 167000.1]     
HTH
Srini

Similar Messages

  • Return set of data from function

    Dear All
    How can i return set of data from from funtion into database?
    Thanks

    http://asktom.oracle.com/tkyte/ResultSets/index.html
    http://www.oracle-base.com/articles/8i/UsingRefCursorsToReturnRecordsets.php

  • How to transfer a set of data from Excel spread sheet to an Access database

    hi,
    Can any one please tell me how to transfer a set of data from Excel spread sheet to an Access database using SQL query.I'm using java API currently. I have done all sorts of ODBC connection in administrative tools.The file is in correct location. I have done certain coding but with errors.Help me to get rid of these errors,
    Coding:*
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection datacon=DriverManager.getConnection("jdbc:odbc:exdata","",""); *//For Excel driver*
    Connection datacon1=DriverManager.getConnection("jdbc:odbc:stock1","",""); *// For mdb driver*
    Statement datast=datacon.createStatement();
    Statement datast1=datacon1.createStatement();
    ResultSet excelrs=datast.executeQuery("select item_code,sdata,closing_stock from phy "); *//phy is the excel file*
    while(excelrs.next())
    String ic=excelrs.getString("item_code");
    System.out.println(ic);
    String d=excelrs.getString("sdate");
    double cs=excelrs.getDouble("closing_stock");
    int dbrs=datast1.executeUpdate("insert into second values('"+ic+"','"+d+"',"+cs+")"); *//second is the mdb*
    excelrs.close();
    }catch(Exception e)
    System.out.println(e);
    Error:*
    java.sql.SQLException: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'C:\JavaGreen\phy.xls'. Make sure the object exists and that you spell its name and the path name correctly.
    thanks,
    kumar.

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • Flat file (csv) to oracle database - get dictionary data from oracle table

    Hello,
    I need to develop following scenario. I have flat csv file with some data, for example:
    City;Address;Name
    In oracle schema, there is table where data from imported csv should be written. Also, in the same schema, there is table named CityDictrionary. After ODI loads each row from csv, it should translate text representation of City to numerric ID got from CityDictionary table. And this numeric value should be placed to destination table, instead of direct text value from csv.
    What is the simplest way to accomplish this task? Can you provide any tips?

    You can achieve this easily with a single ODI interface. The flat file and the CityDictionary tables are your sources. Identify the field on the CityDictionary table and the corresponding field on the flat file that will be used to join the data sets (e.g. the city name). Create a join between the sources using these fields. Because you're using a flat file as one of your sources, the join logic will have to be performed on either the staging or the target.
    The target is your destination table, and you should map the ID from the CityDictionary table to the appropriate field in the target, as well as any other required fields from the flat file.
    This type of interface is a fairly typical method of populating a normalized table.
    Alternatively, you can use a lookup - see the following blog for an example. In your case, the flat file will be your source and the CityDictionary table will be used for the lookup.
    http://www.odigurus.com/2012/02/lookup-transformation-using-odi.html
    Edited by: _Phil on Oct 1, 2012 11:52 PM
    Edited by: _Phil on Oct 1, 2012 11:57 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Date bug in import process: 2 sets of dates from same-day shots

    I took some photos the other day using my Canon 400D. Some were taken around 1:00 pm, and another series of them were taken around 4:00 pm. I then went to import them into Lightroom from a CompactFlash card, using a cardreader, by using the organize by date option with the format 2005\2005-12-17. When Lightroom's import process gathered the file data for the images, I discovered that there were two sets of dates, viz. 2007\2007-02-24 and 2007\2007-02-25. Considering that I was doing the import on 2007-02-24, the second date was quite in error.
    I checked the EXIF data and the files seemed OK. The timestamps on the files on the card were also as expected.
    I then manually copied the image files to a temporary folder on my PC. When I pointed Lightroom's import function to that folder, lo and behold, the files were picked up and the correct single date for the target folder was set up for me.
    Has anyone else come across this problem? Any suggestions how to work around it from WITHIN Lightroom if it occurs again?
    Witold

    Are you by chance using Vista? That would be a "Known issue", the workaround being copying the images to the hard drive and importing from there instead of importing directly from the card/camera.
    Alexander.
    Canon EOS 400D (aka. XTi) • 20" iMac Intel • 12" PowerBook G4 • OS X 10.4 • LR 1 • PSE 4

  • Extraction time while updating the data from update rule

    Hello Friends,
    Can you please tell me that why it is taking more time while updating the data from update rule to data target.
    I believe that it is taking 40% of total extraction time.
    Is there any specific reason for it?
    Prompt reply will be appreciated.
    Regards,

    hi,
    check if you have complex transformation in that update rules, like calculation, read from other tables, etc.
    take a look 'bw loading performance and analysis' doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1955ba90-0201-0010-d3aa-8b2a4ef6bbb2
    and bi performance tuning knowledge center
    Business Intelligence Performance Tuning [original link is broken]
    there e-learning for bw performance
    hope this helps.

  • Delete All Indexed data in Oracle SES or Indexed data from a particular source (UCM,Discussion Forum)

    Hi ,
    We have configured Oracle SES 11.2.2.2 with Oracle Webcenter 11.1.1.8 and UCM .
    We are able to index all the data successfully.
    For some test cases , i would like to delete all the indexed data / indexed data from a particular source from backend and run crawlers again .
    Is there any SP exists that can do the job or any table that i can purge to achieve this?
    Thanks
    Regards,
    Sid

    Hi Sripathy,
    From webcenter we had crawled everything including the user profiles which are appearing in the search results , we would like to get rid of that indexed data and would re index data with params as /rsscrawl?excludedServiceIds=oracle.webcenter.peopleconnections.profile,oracle.webcenter.community,oracle.webcenter.list
    We will try your suggestion for recrawling the whole source for our first requirement .
    -Sid

  • How can I set system date from java code?

    Hi. I need to set the system date from my application. It must works on Windows7 so the "cmd /C date" must be executed with Administrator privileges.
    I tried do it that
    Process p = rt.exec("runas /user:" + env.get("COMPUTERNAME") + "\\Administrator \"cmd /C date " + dateYYYYMMDD + "\"");
    Then process ask me for password for administrator but it terminates befor i send it. exitCode() returns 1.
    Have you some idea how can I do it?
    Regards for you.

    At the very least, you need to read this and follow the advice it gives. That may or may not solve your problem, but it's a bare minimum.
    http://www.javaworld.com/jw-12-2000/jw-1229-traps.html

  • What are required Oracle products for moving data from IBM IMS/DB(mainframe) to Oracle environment?

    I am z/OS system programmer, our company is using IMS as its main OLTP database. We are investigating moving data off the mainframe for data warehousing and online fraud detection. One option is using IBM InfoSphere CDC and DB2, another option is using IMS connect and writing our own program, I am wondering what is the oracle solution for this kind of issue?
    I am not oracle technician but I googled and find out Oracle has some product like Oracle Legacy Adapters, OracleAS CDC Adapter and Oracle Connect on z/OS, however I didn't find them in Oracle site(https://edelivery.oracle.com/), I don't know whether these products are deprecated or not?!
    I would very much appreciate any help or guidance you are able to give me

    Thank you for responding.
    I've considered dumping the data into a flat file and using SQL*Loader to import as you suggest but this would require some scripting on a per-table basis. Again: all I want to do is to copy the contents of a table from one database to another. I do not think I should have to resort to creating my own dump and load scripts in order to do that. However I agree with you that this type of solution may be my final solution.
    I've tried the db link solution. It was just a slow as the 'imp' solution for some reason. Don't know why. The tables are rather large (3 tables of a few Gb each) and therefore require intermediate commits when loaded. Otherwise the rollback segment will run out of space. So the 'db link solution' is really a PL/SQL script with a commit for each x records.
    I think Oracle is making it a bit difficult for me to copy the contents of a table from one database to another and to do it efficiently. Perhaps I'm missing something here?

  • PowerPlant passive Oracle dblink to read data from SAP ECC?

    Hello
    We have a third party vendor named PowerPlant that is proposing to integrate with SAP ECC using a passive dblink to pull data into PowerPlant.  This is proposed when SAP ECC is running on an Oracle database.  Presumably this is a read-only connection to the SAP ECC Oracle database (at database level).  Has anyone used this and/or have recommnedations for or against?
    Thank you,
    Harold

    Hi Harold,
    Technically it is possible but, check your Oracle license with the local SAP office. As far as I know that SAP is not permitted 3rd party connections to the database.
    Best regards,
    Orkun Gedik

  • Extracting LTP (Long Term Planning) Data from SAP ECC to SAP BW

    Hello all
    Here is the task in hand. There is a standard report that Production Planners execute post their MRP/LTP runs. This report can be accessed through T-code "MCB)". The program in action is RMCB1200. I tried looking for any standard extractors but to no avail. I would be fine to know either or both of the following:
    An extractor
    All the primary tables involved ( I have found a few tables through the program but a list by some expert will help me understand that I have not missed anything significant)
    Also, if anyone has done this before, how was your experience with the extraction in terms of extraction volume and performance.
    Regards
    Gajendra

    After further digging, here is some information that I found out.
    T-code
    Program
    BADI
    MSEX
    RMDMRPEXTRACT02
    MD_SR_LIST_EXTRACT
    This could possibly provide the data required. The program can be scheduled and the output can be managed by SPRO settings for Extraction Mode. I am running tests to confirm if it provides me the correct information and matches with MCB) output.
    Here are some tables, just for reference:
    LTP Tables: PLSC, PBHI, PLPT, MDTP, PLPR, PLPB
    MRP Records:
    MDKP
    MRP Document Header Data
    MDTB
    MRP Table Structure (no data)
    PLSC
    Planning Scenario (Long-term Planning)
    MDFD
    MRP Firming Dates
    MDVM
    Planning File Entries
    S094
    LIS -- Stock/Requirements Analysis

  • Went to "setting" deleted data from "music" to make more space (I don't use iCloud). When I open "Music", the list is still there but there is no content/the actual songs.  How can it back to a clean slate? "Setting" shows "Music" has no data.

    Wanted to change my playlists and music, so went to >settings>music>delete data.  So now, within the usage menu, the "music" shows "no data".  But, when I open the Music app, it still shows the list of music that was supposedly deleted.  And the weird thing is, it is only the list. There is no content.  No actual music.  How do I get rid of this lists and get it to a clean slate???

    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from iCloud backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • Oracle Portal and access data from OID

    I was trying to do the employee search on Portal. I need to enter firstname or lastname of an employee and click search button and it display employee details
    These are the steps I followed
    I created a database provider "Portal1" using the schema Portal
    Then I created a dynamic page using that provider
    This is the code I have in the dynamic page
    <HTML>
    <HEAD>
    <TITLE>Example</TITLE>
    </HEAD>
    <BODY>
    <H2>Example of A Dynamic Page</H2>
    <ORACLE>SELECT * FROM PORTAL.WWSEC_PERSON
    </ORACLE>
    </BODY>
    </HTML>
    Dynamic page was created successfully.
    This is my intention. Create a dynamic page and run it as a portlet and publish it in the portal repository. Then use that portlet as any other portlet on the page.
    I assume if I use a bind variable in the sql, I'll be able to pass the parameter (lastname/firstname) from the page and display the employee details on the page.
    This is my problem. When I tried to run the dynamic page as portlet, I am getting the following error. Please advise if I am doing something wrong or is there any other way to access emplyee details
    INTERNAL ERROR
    "Failed to parse the query, ORA -00942 table or view does not exist
    Failed to parse as PORTAL_PUBLIC - SELECT * FROM PORTAL.WWSEC_PERSON$
    The preference path does not exist - ORACLE.WEBVIEW.PARAMETERS
    Thanks

    As the forum name says: "product-related questions cannot be answered here"
    Please choose an appropriate Portal forum for your questions.

  • How to Get and Set personalization data from Iview with Java Webdynpro ?

    Hi All,
    I'm trying to get Iview properties from an Iview in the portal, did anyone knows how to do this?
    sample caode?
    Thanks,
    AmitY

    You can use PCD API to access iView properties
    Check this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/314ae7a5-0c01-0010-c198-9c7c5e8cee46
    /people/daniel.wroblewski/blog/2006/08/15/pcd-ii-creating-portal-objects

  • Whats the best way to extract hex data from control code a Intel format

    Does anyone know an easy way to extract the green set of data from this EEPROM dump?
    :020000040000FA
    :10420000110022003300440055006600770088004A
    :104210009900AA00BB00CC00EE00FF00FF00FF00E9
    :10422000FF00FF00FF00FF00FF00FF00FF00FF0096
    :10423000FF00FF00FF00FF00FF00FF00FF00FF0086
    :10424000FF00FF00FF00FF00FF00FF00FF00FF0076
    :10425000FF00FF00FF00FF00FF00FF00FF00FF0066
    :10426000FF00FF00FF00FF00FF00FF00FF00FF0056
    :10427000FF00FF00FF00FF00FF00FF00FF00FF0046
    :10428000FF00FF00FF00FF00FF00FF00FF00FF0036
    :10429000FF00FF00FF00FF00FF00FF00FF00FF0026
    :1042A000FF00FF00FF00FF00FF00FF00FF00FF0016
    :1042B000FF00FF00FF00FF00FF00FF00FF00FF0006
    :1042C000FF00FF00FF00FF00FF00FF00FF00FF00F6
    :1042D000FF00FF00FF00FF00FF00FF00FF00FF00E6
    :1042E000FF00FF00FF00FF00FF00FF00FF00FF00D6
     :10430000FF00FF00FF00FF00FF00FF00FF00FF00B5
    :10431000FF00FF00FF00FF00FF00FF00FF00FF00A5
    :10432000FF00FF00FF00FF00FF00FF00FF00FF0095
    :10433000FF00FF00FF00FF00FF00FF00FF00FF0085
     :10434000FF00FF00FF00FF00FF00FF00FF00FF0075
     :10435000FF00FF00FF00FF00FF00FF00FF00FF0065
    :10436000FF00FF00FF00FF00FF00FF00FF00FF0055
    :10437000FF00FF00FF00FF00FF00FF00FF00FF0045
    :10438000FF00FF00FF00FF00FF00FF00FF00FF0035
    :10439000FF00FF00FF00FF00FF00FF00FF00FF0025
    :1043A000FF00FF00FF00FF00FF00FF00FF00FF0015
     :1043B000FF00FF00FF00FF00FF00FF00FF00FF0005
    :1043C000FF00FF00FF00FF00FF00FF00FF00FF00F5
     :1043D000FF00FF00FF00FF00FF00FF00FF00FF00E5
     :1043E000FF00FF00FF00FF00FF00FF00FF00FF00D5
     :1043F000FF00FF00FF00FF00FF00FF00FF00FF00C5
     :02401200FF3F6E
     :00000001FF

    rolfk wrote:
    crossrulz,
    Intel Hex Format is a text format describing binary data, usually used for chip programming devices. Besides records for the actual data itself it also allows for addressing records, such that you only need to have the data in the file that needs to be written to the chip, even if the various areas are all over the address range of the chip. Since it is a well known format for hardware developers, some people coming here assume that everybody knows what it is. Of course many true softies may never have heard of it.
    rolfk, thanks for the information.  I was not aware of this.  I guess I am a true softie even with my EE background.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Itunes Mac window won't open

    8.2.23 opens with only the menus across the top and a small player that plays only one song at a time. But the File menu has all window choice grayed out. I reinstalled 8.2.23 but it's the same. No library, playlists, radio, iTunes store etc. Any ide

  • Coldfusion 9 will not connect to sql database set up as ODBC

    I've just installed the 64 bit version Coldfusion 9 on a 64 bit Win 7 machine where I have several SQL Server data bases set up with ODBC. When I go into CF admin to add a datasource, it will not see the ODBC connections I have set up. Unless I find

  • Can I set up TED as a menu option?

    My newly purchased Apple TV has a set of menu options, i.e. YouTube, Vimeo, etc, etc. but not TED. Is there a searc feature or another way to add TED as an option?

  • Get Time Stamp will milli seconds from string time stamp format

    Hi Guys, I am trying to get the time stamp with milli seconds value from string format time data, Attached the snippet (Get milli seconds to Time stamp)I  tried. Attached Sub VI Convert string to time stamp When run,I am not getting the time string i

  • Actions In Transaction

    Hi . I created transaction QA and asign a action profile to it. i defined action profile as zcrmquot. i given action defination are as lob,sp,fin,pc Processing type as : when saving the document. processing medium is  : smart forms i created a quotai