Query wizard in OEM

I have Oracle Enterprise Manager and connected to my Oracle 9i database.
It looks like it has alot of nice tools. Please advise if there is a query wizard where I can select tables and create a query?
I dont see any query wizard tools which would be very helpful for creating table join queries.

Hi!
Right-clicking over any table in the table list you will see a "Table Data Editor..." option in the menu.
There you will have just a few options considering that table, i.e., projection and selection.
There is an option to generate report and data extraction.
I am afraid that you don't have any join option.
HTH
RK

Similar Messages

  • Query wizard and PLD

    Hi experts,
    I use query wizard making a query, and I can found it in query manager. then I created a report for that query. everything is ok but i don't know how to show the report and print it out. please help, thanks.

    Hi,
    This is very simple goto tools queries-> query Print Layout
    it will display all the query print layout . select the query for which you want to have the preview.
    and select teh print preview button it will display you report..
    Regards
    Chidambaram

  • Create report without query wizard

    Hi,
    I want to create report without using query wizard in SAP B1. Can it possible by code?

    Maybe your question is related to this thread :
    Re: Execute report  query using vb.net code

  • Problem in BW query wizard

    Hi,
    When i m opening bi query wizard..its showing error
    error:32003 service not found cannot find com.sap.portal.guimachine.BIlit.commandhand....
    I am using vc 6.0 and portal (EP 6.0 SP15).  I va imported 4 sda files from sp13 addons in portal.
    for EP kit its working fine but for BI kit its showing problem...
    regards

    Hi Amit,
    We add few addons on portal for visual composer.Till EP6.0 sp13 the addons had to be deployed separately onto portal,but since SP14 onwards these come with the portal patch itself and we don't have to deploy the .sda files explicitly for visual composer.
    The constructor of BWQueryFunction class which is being generated by the guimachine of Visual composer corresponds to that present in com.sap.portal.guimachine.BIKITapi.jar file present in SP13 addons and hence you get a compile time error when trying to deploy onto sp15 or sp16 portal.
    One solution to this problem is to deploy the visual composer addons corresponding to SP13.The jar file com.sap.portal.guimachine.BIKITapi.jar is present in com.sap.visualcomposer.BIKiT.sda file.
    Hope this solves your problem.
    Otherwise, try this one also :
    In BW Server -
    Go to transaction WSCONFIG, to configure Query_view_data Service
    Web service definition:- ‘query_view_data’ and then click on create Icon.
    Provide the URL (in our case it is: /sap/bw/xml/
    soap/queryview).This will also Create External aliases.
    Thanks in advance,
    Deep

  • Query generator and query wizard

    with the help of query generator and query wizard, we create queries.
    one of the application of generating query is that we can use it in formated search.
    can plz anyone tell me what are the other possible application of queries created by guery generator and query wizard.
    I am peruing training of SAP B1, so if any mistake is done from my side, I am sorry for that.
    Thanks in advance.
    Punam

    Hi Punam.......
    Query Generator is purely used for reporting as it uses SQL which is a strong tool of reporting. Moreover you can use the query generator for Formatted Searches as well as its SQL queries may useful in creating SP Transactions Notifications, Stored Procedures, Functions, Triggers etc.....
    For More details you can check this link.....
    http://www.youtube.com/watch?v=-LriSLVv5VA
    http://www.sbonotes.com/content/creating-custom-queries-sap-business-one
    Regards,
    Rahul

  • Query Wizard error

    In the dimension tab of the query wizard, I try to select all of members of a particular dimension and I get the following error. Any help would be much appreciated.
    Regards,
    Dan
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::createCursorManager
    OES: ORA-00920: invalid relational operator
    , Generic at TxsRdbOCIConnection::execStmt
         oracle.express.olapi.data.full.ExpressSpecifiedCursorManager oracle.express.olapi.data.full.DefinitionManager.createCursorManager(oracle.olapi.data.source.CursorManagerSpecification)
         oracle.olapi.data.source.SpecifiedCursorManager oracle.express.olapi.data.full.ExpressDataProvider.createCursorManager(oracle.olapi.data.source.CursorManagerSpecification, oracle.olapi.data.source.Source[])
         oracle.olapi.data.source.SpecifiedCursorManager oracle.olapi.data.source.DataProvider.createCursorManager(oracle.olapi.data.source.CursorManagerSpecification)
         oracle.express.olapi.data.full.ExpressSpecifiedCursorManager[] oracle.dss.dataSource.QueryUtilities.setUpCursors(oracle.dss.dataSource.SourceTemplate[], oracle.dss.dataSource.common.CubeCursor[], oracle.olapi.data.source.Source[], oracle.express.olapi.data.full.ExpressSpecifiedCursorManager[], boolean, boolean, boolean, boolean)
         

    9.0.1 with DB patch 9.0.1.3, olap patch 9.0.1.2.1 on Win2K.
    Jdev 9.0.2.822 on Win2K.
    I agree with the other guy, its when the dimension has many members in the available list.
    Regards,
    Dan

  • Query wizard

    In query wizard in "Select fields and sort order window" there are two colomns Group(Y/N) and Comp. for comp there are further options. when it is used? and how to use it?
    I am going through the implementation exercises . In Unit: Custom Configuration and Development
    Topic: Queries
    in question 1-3 it is suggested to use these fields group and comp.
    can please anyone tell me why it is used and when it should be used?
    Thanks in advance.
    Punam Gandi

    HI
    1.Group By is nothing but Grouping the fields results.
    Ex:
    Place               Rev.
    store_name     Sales     
    Los Angeles     $1500     
    San Diego     $250     
    Los Angeles     $300     
    If use GroupBy for place,you will get the result as:
    Los Angeles      $1800
    San Diego          $250
    2.Comp. to perform special common operations.
    Hope you got it.
    Edited by: kambadasan on Sep 22, 2011 4:20 PM

  • Dynamic Aggregation Using BI Query Wizard

    Hi,
    Is it poosible to perform dynamic aggregation using Oralce Query Wizard. In other words , is it possible to change/filter the dimension members of a particular dimension and recalculate the aggregation with out changing the fact/dimension table contents.
    Your help is appreciated.
    Panneer

    Hi,
    Not sure exactly what you are tying to achieve. However, if your data is stored in Analytic Workspace objects then you can recalculate data via OLAP DML programs or models dynamically from within a BI Beans application. The AW environment is always attached in read-only mode as a default. Hence, you can change the data during a session and then dump the changes when the user exits the application.
    From within a relational environment it is very difficult to create the same approach since it is possible a commit could be issued. Unless you mark the required tablespaces as read-only. In which case you could execute PL/SQL procedures to recalculate data. However, not sure how you would resolve the refresh of any related MVs
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • How to execute created function in query wizard or query generator

    Hi to all
    i create a function in sql and i want to use this in a query wizard or query generator, I tried to include this function in my query to create a report . but i im receiving a error saying 'invalid build function',
    running the query with the created function in sql server produce the expected result..
    I would like to know if is possible to used this created function in the query wizard or function?
    thanks
    Loren

    Hi Owen
    Thank you for your reply
    The function falls on scalar valued function , Here is my code
      start of code -
    USE [gk]
    GO
    /****** Object:  UserDefinedFunction [dbo].[SalesForThisDate]    Script Date: 01/19/2009 12:42:24 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER  FUNCTION [dbo].[SalesForThisDate]
    (     @vItemCode nvarchar(20),
        @FrmDate DateTime,
         @ToDate  DateTime
    Returns Real
    AS
    BEGIN
      RETURN (SELECT ISNULL(SUM(T1.[Quantity]),0)
         FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
         WHERE T0.[DocDate] Between @FrmDate and @ToDate
              and t1.[ItemCode]=@vItemCode
         GROUP BY  T1.[ItemCode])
    END
      end of code -
    then i tried to run this function on the query manager with this statement
    SELECT T1.[ItemCode],
         ISNULL(dbo.SalesForThisDate(T1.[ItemCode],'2008-10-1','2008-10-8'),0) Value1,
         ISNULL(dbo.SalesForThisDate(T1.[ItemCode],'2008-11-1','2008-11-8'),0) Value2,
         ISNULL(dbo.SalesForThisDate(T1.[ItemCode],'2008-12-1','2008-12-8'),0) Value3,
         ISNULL(dbo.SalesForThisDate(T1.[ItemCode],'2009-1-1','2009-1-8'),0) Value4
    FROM OITM T1
    ORDER BY T1.[ItemCode]
    executing this statements pop a error
    "SalesForThisDate is not recognized build-in function name"
    Thanks
    Loren

  • Need to find out how much % of query completed from OEM

    Need to find out how long will a query take to run or when I am running the query where can I check to see that X% of my query is complete.
    Is that % shown on OEM --> Performance --> Top Activitity?

    Under OEM/GC of release 10g you won't be able to see how long the query will take neither how much % of a query are already finished.
    I know that this functionality was given in the old release of the OEM (javas based GUI with ll the databases on the left side). I'm missing
    that old functionality, too...

  • Report Query wizard error (in Shared Components)

    I have been following the <a target="_window" href="http://www.oracle.com/technology/products/database/application_express/howtos/howto_master_detail_pdf.html">How-To Create a Master-Detail PDF Report</a><br>
    <br>
    I'm using Apex 3.01 and Firefox 2.0.0.7<br>
    <br>
    When I have to create a Report Query in the shared components, I get through the wizard to the Create Report Query Layout page and for some reason, the Previous and Next buttons don't work. The only button that works is the Cancel button.<br>
    It seems to happen after I've downloaded the sample XML file from that page.<br>
    I've also noticed this happens when you go in to edit an existing Report Query and take a download of the XML...<br>
    On closer inspection it seems to be the buttons that have onclick="javascript:doSubmit..." behind them that don't work. Buttons with javascript:confirmDelete seem to still be active and work ok.<br>
    <br>
    But, the problem doesn't happen in IE7.<br>
    <br>
    I found this happened on both my local installation and on my apex.oracle.com instance.<br>
    <br>
    Has anyone else had this behavior or is this some dodgy local setting I have wrong?<br>
    <br>
    Gus..<br>

    Hi,
    This is posted in the wrong forum. This forum is for Oracle Berkeley DB. Please find the correct forum and post your question there.
    Regards,
    Alex Gorrod,
    Oracle Berkeley DB

  • No dimensions available for selection in Query Wizard

    Good afternoon. I have created some presentations in JDeveloper and am quite happy with the results thus far. However, I recently began working with Reports and have stumbled across an error for which I may be responsible.
    I had no problems whatsoever in JDeveloper. When trying to create a query in Reports, there are no dimensions available for selection, only measures. I researched this somewhat and ran across the statement in the OLAP API docs that states the creation of 'measure folders' in the OLAP DB is necessary in order for that information to become avaiable elsewhere.
    I believe this hypothesis is correct because (please ocrrect me if I am wrong) JDeveloper uses JDBC to connect with OLAP by default. However, I believe that Reports uses the OLAP API.
    The reason I am not 100% certain that this is the culprit, is the fact that I am still able to see the measures; just that when I select the measures, there are no dimensions associated with them (which thereby prohibits me from proceeding in setting up the query).
    Has anyone else seen this behavior, and is it caused by not having measure folders setup? Thanks.
    -Jeff Trudeau

    Np. I am running the 9.0.3.4 maintenance release of JDeveloper and the corresponding release of BIBeans. As for Reports, I am running the version that was included with the latest 9i Developer Suite (release 2). I am not aware that a more recent version of Reports has been released.
    I am running a 9i database with the latest patches. Again, JDeveloper with BIBeans is working fine, but the problem lies in setting up a query in Reports. Thanks for the help.
    -Jeff

  • Need help with image charts from query wizard

    When I try to make an image chart all I get is a broken pic. I am running Windows NT so its not a unix problem. I did however find this error in my jserv.log when I tried to display the chart.Can anyone tell me what it means?
    [09/05/2001 08:45:12:187 PDT] java.io.FileNotFoundException: http://national/pls/portal30/PORTAL30.CHART_0509084315.show?p_format=XML
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:528)
    at oracle.webdb.chart.ChartServlet.doGet(ChartServlet.java:36)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
    at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    null

    Thanks for the link! I'm able to do a File Select via JFileChooser and display the image onto a JLabel using the ImageIcon method (many thanks for that!). Currently, this is what I have (ImageFilter() extends FileFilter):
         ImageIcon photoIcon;
         JLabel photoLabel = new JLabel();
         JFileChooser fc = new JFileChooser();
         <snip>
         private JPanel DPCtr()
              <snip>
              photoIcon = new ImageIcon("default.jpg");
              photoLabel.setIcon(photoIcon);
              photoLabel.setPreferredSize(new Dimension(150, 150));
              <snip>
              return p;
         <snip>
         public void actionPerformed(ActionEvent a)
              if (a.getSource() == browseBut) {
                   fc.setFileFilter(new ImageFilter());
                   int returnVal = fc.showOpenDialog(DiseasePane.this);
                   if (returnVal == JFileChooser.APPROVE_OPTION) {
                        File imgFile = fc.getSelectedFile();
                        try {
                             photoIcon = new ImageIcon(imgFile.toURL());
                        } catch (MalformedURLException e) {
                             System.err.println("Invalid URL");
                        photoLabel.setIcon(photoIcon);
         }

  • Is there a way to query TNSNames.ora info from OEM repository?

    Hello,
    My project requires me to generate TNSNames.ora from OEM repository.
    Is this possible? Does anyone know how to query this from OEM repository.
    I would need HOST, SID and PORT to generate the file in format being asked.
    Thanks,
    Mihir

    Hi Team,
    The easiest way is to check the output of below command
    OMS_HOME/bin
    emctl config oms -list_repos_details
    The command works for both 11g and 12c
    For EM 11g the output would be like
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Repository Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xyz.oracle.com)(PORT=1522)))(CONNECT_DATA=(SID=orcl)))
    Repository Host :
    Repository SID :
    Repository User : SYSMAN
    For 12c the output would be like
    $ emctl config oms -list_repos_details
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Repository Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xyz.oracle.com)(PORT=1522)))(CONNECT_DATA=(SID=orcl)))
    Repository User : SYSMAN
    Regards,
    Rahul

  • VNI-2015 : / OEM Load Wizard

    Hi,
    I try to load data into a table using the Load Wizard in OEM(2.0.4) on an 8i 8.1.5 running in W2K. The job results with the message "VNI-2015 : authentication error ".
    Is there anyone who can give me an advise for a solution or a hint on where I can find a detailed description of the error ?
    Thanks in advance !
    null

    Hi Adam,
    I've got my agent up and running!
    Follow these steps and it shoud work :
    1. Shutdown your agent
    2. chown oracle $ORACLE_HOME/bin/dbsnmp
    3. rm $ORACLE_HOME/network/admin/dbsnmp*
    4. rm $ORACLE_HOME/network/log/dbsnmp*
    5. rm $ORACLE_HOME/network/agent/*.q
    6. rm $ORACLE_HOME/network/agent/dbsnmp.ver
    7. rm $ORACLE_HOME/network/agent/services.ora
    8. startup your agent
    I think there is a problem with the agent- executable running as root with s-bit.
    Hope this helps
    Greetings from bavaria
    Bernhard

Maybe you are looking for

  • Intermittent: mail does not download

    Hi, I manage around 20 iPhones for our firm, which are a mix of iPhone 6, 5S and 5C. We have an in-house Exchange 2010 server running the latest updates. Our heaviest email user receives around 300 emails per day and is often out the office. He curre

  • Why can't I run the latest Java on Firefox to operate my network camera? It does not find Java. Please Help!!

    I just installed a network camera in my home correctly and signed in to view what was on the camera. But after logging in , info comes up with" cannot find Java" with an install button. I have the latest update of Java and the Firefox browser. There

  • Is the PCI-232/8 compatible with XP?

    Is the PCI-232/8 compatible with XP? The datasheet doesn't indicate XP compatibility. Thanks, Alan Alan Blankman, Technical Product Marketing Manager and LabVIEW Developer LeCroy Corporation 800-553-2769 x 4412 http://www.lecroy.com [email protected]

  • Export current document as jpeg with applescript

    I am trying to script illustrator CS3 to export the current document as a jpeg file, to the same location as the current file was opened from, with the same filename, only changing the extension from .ai to .jpg, if a jpeg file already exists, it sho

  • BSP Changes in built-in SAP applications

    Hello all, I am aware of BSP programming and had developed couple of applications using the same. But those were independent applications fetching data from SAP data dictionary. Now I am working on SAP SCM where there are built-in pages and I wanted