export plan charge stage names in Excel sheet in odi 11g

is there a way I can export the plan steps name odi 11g load into excel sheet.

Hi 2782749,

You want to generate the ODI whenever the load Plans executed?

Or simply as a single operation?

In the first case, I would say to run an interface at the end of your mapping that uses the tables of working repository associated with load the Plan Instances as a source to load the Excel sheet. More info to load an Excel spreadsheet: https://blogs.oracle.com/dataintegration/entry/using_microsoft_excel_as_a_sou

http://docs.Oracle.com/CD/E25178_01/integrate.1111/e12644/Excel.htm#BEIEBHIF

Another way, using a custom JDBC driver and KMs: ODI_JDBC_EXCEL - ODIExperts.com

In the second case, it is enough to run a query on the tables of working repository relating to workload in SQL Developer, Toad, or any other idea IDE and copy / paste the result into Excel.

Here's a query, you can use:

SELECT lp.load_plan_name, lps.*
  FROM SNP_LOAD_PLAN lp, SNP_LP_STEP lps
  WHERE lp.i_load_plan = lps.i_load_plan
  ORDER BY lps.i_lp_step;

Or better with the hierarchy:

SELECT lp.load_plan_name, LPAD(' ', 4 * (level-1)) || lps.lp_step_name, lps.lp_step_type
  FROM SNP_LOAD_PLAN lp, SNP_LP_STEP lps
  WHERE lp.i_load_plan = lps.i_load_plan
  CONNECT BY prior i_lp_step = par_i_lp_step
  START WITH i_lp_step = 1
  ORDER BY i_lp_step;

It will be useful.

Kind regards

JeromeFr

Tags: Business Intelligence

Similar Questions

  • Open excel sheet by sheet name... Subvi without closing the

    Hi all

    I'm experimenting with excel and labview and I want to open a spreadsheet by name.  I created a project with a main vi where I hit a button to start the process.

    When this button is hit an event handler opens my Subvi who actually asks for a file, then scans all journal names and then in this sub - VI, I have an another Subvi who appears and gets this journal names.  When I hit OK it must close and the first Subvi should continue.  This everything works fine and I am able to read the name of favorite sheet but does not close the Subvi requesting the name of the sheet read.  When I run this Subvi in itself then it closes when I hit ok.

    I added the whole project here so if someone could have a look and tell me what I am doing wrong I would appreciate.

    Thank you

    Lieven

    Ok... I found the problem with another post on the forum.  I changed the appearance of the dialog window that has solved the problem.

    Lieven

  • Error while exporting the data in an Excel sheet

    Hi all

    I created a VO that is based on the query (not based on EO) and the query is as follows:

    Select f.user_name,
    f.Description,
    a.currency_code,
    a.amount_to,
    a.amount_from
    seacds.ar_approval_user_limits_nv a, seacds.fnd_user_nv f
    where a.user_id = f.user_id
    and a.document_type = 'CM '.
    order by 2;


    Based on this original Version I created a search page that searches for and returns the data in the table and the finally export standard button will export data in excel sheet.
    In this research data based on over 5 attributes. Without entering anything in the messageTextInput if I'm clicking on this button, it returns all the data in the region of the table. After that if I click on the button export, data are getting exported to the Excel sheet. It is very good.

    But if I'm looking for data by entering a value in one of the messageTextInput, it is returned from the data. But if I'm clicking on the export button then it throws the following error:

    The exception details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement. Statement: SELECT * FROM (select f.user_name,
    f.Description,
    a.currency_code,
    a.amount_to,
    a.amount_from
    seacds.ar_approval_user_limits_nv a, seacds.fnd_user_nv f
    where a.user_id = f.user_id
    and a.document_type = 'CM '.
    order by 2) QRSLT WHERE ((UPPER (CURRENCY_CODE) as UPPER(:1) AND (CURRENCY_CODE like: 2 OR CURRENCY_CODE as: 3 OR CURRENCY_CODE as: 4 OR CURRENCY_CODE as: 5))) ORDER OF DESCRIPTION asc
    at oracle.apps.fnd.framework.OAException.wrapperException (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    # # 0 in detail
    java.sql.SQLException: invalid column type
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:240)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:7895)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:7572)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8183)
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:8206)

    Please give me any idea to clear this error.

    Thank you and best regards,
    Myvizhi

    Hi all

    I solved the problem... I put the property to select all of the lines as false. So now I'm able to export data.

    Thank you and best regards,
    Myvizhi

  • How to get list of vm to information in an excel sheet

    Hi all

    I'm new to vm ware power cli...

    My task is to get a list of all the vm info (machine virtual name, host name, State, ipaddress, osname.. etc)...

    I created a command to generate the expected result

    Get - Vm | foreach-object {Get-Vmguest $_.} Name} | where {$_.} State - eq "Running"} | Select the host name, VmName, IPAddress, OSFullName, State | Export-Csv nylab.csv

    But I want to create a script that run periodically to generate the result into an excel sheet...

    Please help me...

    In the above command IPAddress returns 'system.string []' in the worksheet excel instead of the ip...

    But in vmware powercli guest returns it in the form

    HostName: testwas7

    VmName: RHEL53-SA78A 10.128.34.249

    IPAddress: {10.128.34.249, fe80::20c:29ff:feda:2 b 65}

    OSFullName: Red Hat Enterprise Linux 5 (64-bit)

    Status: running

    Please help this too...

    Those who are most probably of host where the VMware tools are not installed or where the host is turned off.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • generation of Excel sheet

    Hello

    I want to generate the serial number and the frequency of the values in an Excel sheet. But I get the serial number and frequency down names and values at the top. I have attached the vi here. Please find. I want the s. n and frequency of headers high underrespective and values.

    Hi vipul,.

    the code was edditted his work as u wanted as u used the whole order in the loop has been reorganizing data and header as well so u Finally, received header

    now, the starting value get incremented each time and so there is no need to set the order in the loop, so for your reference without deleting the game order.vi I used a case of false and done a sixth death you can remove the order.vi set once u go through the code. I enclose her updated the code of his work like u wanted.

  • Insert new data to a new line in the same Excel sheet in continuous

    Hello world

    I'm using LabVIEW 2010 and there is a problem, I need to ask the subject to export the LabView to Excel data. Basically, I could transfer data "once" once on a new or selected Excel worksheet, but can only be 'IMMEDIATELY' when I run the VI, so my problem is, I need the data to be inserted at a same Excel sheet whenever I press run and the new data will replace not the former, instead go to the next new row or column. I really need answers regarding my problems, suggestions and ideas are welcome.

    I have attached my current VI and a picture describe the outcome that I needed

    Thank you for answer


  • Select the cell & Excel sheet

    I currently have hundreds of files that have 3 excel sheets.  Some files have been saved with the first worksheet open, others when the second sheet is open and some when the third sheet is open.  When one of these files is automatically opened it opens to the sheet that was displayed when it was last saved.

    I need to write a LabVIEW program which opens each of these files, formatting, makes sure that a1 is selected cell in each leaf and make you the first sheet is open when it is saved, so that it opens with the first sheet showing.  I'm new to ActiveX, but I already understood the formatting, and I do the formatting in worksheets 3.  I just can't understand how to choose which cell is selected and which sheet is displayed.

    Thanks for the help,

    Jeremy

    Try the attached VI.   It was adapted from:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/60

    I had to change the content of the cell on the worksheet that is desired to keep this sheet on top when recording.  You could probably just change an attribute (font size, etc.) if it is not desirable to change the contents of the cell.

    Note: the name of the journal that is selected on the front panel is the sheet that will be on the top of the opening.

  • copy the file directory into an Excel sheet

    How can I copy the file names in a directory/folder to an Excel spreadsheet? For example, I have 200 files in a folder. I want to copy the title of all the files in an Excel sheet to better management and add notes. Thank you

    I received an email go, but I can't respond to this e-mail address.
    Here is my supplementary question:
    "Thanks a lot for your help."
    It's one more step.
    But I want just the names of files on each cell in the Excel sheet, without the path. »

    Open the folder, and then select all the documents in question.

    Hold the shift key while clicking the right mouse button (shift + right click).
    Choose "copy as path".
    Return to the spreadsheet and choose "Paste" to paste the list of documents in the worksheet.
    This will paste the full path, including file name, of each document, as shown below.

    Is that what you meant? Please let us know.
    Best wishes
    BookwormDragon
  • Help update the values to modify files on Excel sheet

    I have an excel sheet containing a list of values that need to be updated daily. Cells that have values are related to certain cells in a separate file. The problem is that the file that gets my excel sheet is constantly updated values of as well as the file name. I want to create a macro that will be able to grab the values from the new file and update the spreadsheet I have. I tried to create a macro when you type the name of the file you want to the linked cells to, and she copy that and replace a formula that is already defined, so I'll be able to get new values. I'll show you an example below.

    Front of Macro

    Enter the name of the file: 12345

    (Part 1): = 'S:\MATERIALS\RAW matiere\ [135.xlsx] PURCHASE! $D $11

    During the Macro

    Enter the name of the file: 12345

    (Part 1): = 'S:\MATERIALS\RAW matiere\ [12345.xlsx] PURCHASE! $D $11

    (replaced the file name 135 with 12345)

    When I did that it worked, but my problem is that whenever I entered a new file name so that it is updated (for example 987), the cell would just update with the file I recorded the macro with (12345).

    If someone has a code VBA or other suggestions, I would really appreciate it! If you need me to explain more about this, feel free to let me know. Thank you

    The command of VBA macro to set the formula in a cell is:
    Range ("a6"). Formula = "= 1 + 1.

    This would create cell A6 of the formula "1 + 1 =", and the cell afficheraient a 2 it.
    Here is a full function VBA, you can use and customize.  Simply paste in your VBA Editor to use.  You can see the string which is the formula is to break with the prompting text in the middle.

    Void macroFunctionName()
    As Variant Dim promptText
    promptText = InputBox ("What number to the file name?", "Type number please")

    Range ("a6"). Formula = "='S:\MATERIALS\RAW matiere\ ["promptText & ".xlsx] PURCHASE '! $$D 11 "
    End Sub

  • the month 1.99 version can convert Excel sheets in pdf format?

    The month 1.99 version can convert Excel sheets to the CEO?

    The product is Adobe export in PDF format. It is used to convert PDF to Word files or Excel online.

    For more information please see export as PDF, Word or Excel online | Export of Adobe PDF

    You can also consult PDF Converter online, convert to web or Acrobat Reader | Adobe PDF Pack for your needs mentioned in the request.

    Kind regards

    Hervé Khare

  • store data in a table in excellent sheet and e-mail

    Hi all

    I just wonder, I m do not know where to start. I want to insert data from a table in an excel sheet to spread.

    I work on a stored procedure with input parameters 3:
    1. the actual query
    2 user name
    3. the headers of columns (separated by commas) - these will be in the same order as the outer select statement in the query itself. I'll use the column headers for the columns in the Excel worksheet.
    When the procedure is run, excel is filled. If the number of records is 65536 >, then I need to create multiple worksheets in the same excel file.

    How can I do? Can any body please help with this... ?
  • Excel sheet can not be changed op OSX machines

    We received an Excel spreadsheet for tracking working hours. This Excel sheet works fine on all devices Microsoft with Office 2010-2016.

    When we try to use the same sheet Excel on a Mac Excel sheet can not be filled. Excel keeps saying that it is secured by a password? We tested it using Office for Mac 2011 and Office 365 2016 for the Mac. The file itself is reading/writetable.

    We asked the original sender if password protected Excel sheet, but he said that wasn't the case.

    Any ideas what could be the problem?

    -check if we can open the spreadsheet on different Windows platforms (Win 7, 8, 10) which works well

    -check if we can open the excel sheet on the different versions of Microsoft Office on Windows (office 2010-2013-2016) computers that works well

    -test on an iMac to edit the spreadsheet with the latest version of El capitan with Office 2011

    -test on a Mac mini to edit the sheet with the latest version of El capitan with Office 365 2016 Office for Mac version. Test not OK.

    -test on an iMac 27 "to edit the spreadsheet with the latest version of El capitan with Office 365 2016 Office for Mac version. Test not Ok

    Try asking at your office for issue of Mac at the office for Mac forums where the Office of the Mac gurus hang out.

    http://answers.Microsoft.com/en-us/Mac

  • Satellite A500 - 13W HD4600 v8.634.1.0 ATI works very slow with large excel sheet

    Hello

    I have the problem that my old IBM T43 in the very fast work of the factory with some Excel sheets. My Toshiba and more recent need spend a lot of time the term of the leaves.

    I don't know if the video may be the problem, or...
    1.

    Anyone know how I can test the video?
    How fast it works with excel?

    I use the updating of toshiba, so I hope I have the drivers actually.

    Thank you very much

    Jürgen

    Hey,.

    Do you use the same version of office on two laptops? Normally the A500 is equipped with Office 2003 and Office 2007 version of trial and that s a little more slowly or more, in my opinion. So this could be one of the reasons for this.

    In addition, you play a little with the power settings. Try it with balanced and efficient fashion. It is best to watch videos and play games.

    If you have a large Excel files, try to defragment the HARD drive. It is always useful.

  • TestStand adding a comma to the stage names

    Someone at - he never seen TestStand mysteriously add a comma at the end of the stage names when running?

    As you can see from the images, the actual sequence step names have no comma at the end while running display, this one has been added on the first two steps. This causes problems because the step parameters are derived from form variables based on the name of the step by using an expression (Locals.TestLimits [Step.Name]. Max_Value). With the comma added, it is impossible to find the correct varaible. Notice the error report below by referring to the name of the step with the comma.

    I just changed all the steps in custom step types. Everything worked when I got all the steps just like individual stocks or tests in the sequence.

    I've renamed the steps, deleted and recreated them from scratch and still get commas.

    Maybe you meant just + ',' instead of += ', '?

  • Read and display an Excel sheet

    Hello LabVIEW community.  I am going through a bumnch of subVIs ActiveX, trying to figure out how to do something very simple.  All I want to do is read a whole Excel sheet and display it in a table.  Single page.  Any help would be hot.

    camerond wrote:

    Freeshape wrote:

    Is it possible to program this example to read simply all the columns and rows until it crosses like maybe 3 repetitive empty cells instead of having to explain what row/column ends at?

    Sure. Give it a shot and let us know how you solved it.

    Cameron

    You are right!  It has been possible.  Use of loops and check to see when the cells begin to repeat.  I named it GetXL_CellValues_2D_String_All.vi

    I've done mine if lots of my excel sheet.  It is easy to make independent excel sheet.

Maybe you are looking for

  • Mac book Pro 15.4 inch 2 k 15 pixelated letters

    When my mac sleeves and the fans to pump the text again starts to become pixelated and the quality will be low in comparison with other computers. This happens especially when I play games or edit video. is this normal?

  • Satellite Pro P300 - 20 h: unable to connect to the WLan card and LAN disappeared

    Hi guys! I had my computer a little more than 6 months and suddenly came up with 2 problems! First the LAN adapter seems to have deleted the drivers it is, in itself, and apparintly to remove the entire map in general.I don't know how this can happen

  • Update the current values in the popup

    Dear Sir. Here, I enclose my project here. In my hand VI, I have a network settings button, if I click on a popup button (Chapter vi) opens. In this window, I have 4 controls with default vales. I changed the values to other values and click on ok po

  • error 1003 crio 9114

    Hello IM runninng a LV recently installed 14, on a Windows 7, 64-bit, with a crio 9114, RT and FPGA. I migrated a project from another computer with a similar system, installed moudles Lv and RT and FPGA, andDevice pilots.All elements of project in t

  • Avi conversion, mpeg or wmv files

    Hello. Does anyone know of any FREE software that I can download to convert avi in MPEG or wmv video?  I downloaded a few programs that claim to be free, but they eventually be trials or convert with watermarks. Thank you Leroy