Doubts about Query Builder tool

Hi!
We are using database link and the developed querys have many schemas.
There is possible to use the Query Builder tool for multi Database schemas? How to do?
There is possible to create query in Query Builder tool using database link? How to do?
I would like to know about Query Builder tool in the our activies.
*If there is more information about it(Query Builder tool) or documentations, please talk to me.
Best Regards,
Priscila Britto

hi.
try this [http://sourceforge.net/projects/sqleonardo/|http://sourceforge.net/projects/sqleonardo/]
maybe it can help you.

Similar Messages

  • Disable Query Builder Tool access to end users

    Hi,
    Did any of you block the Query Builder Tool access to your end users?
    In our Netweaver 2004s BI implementation, we have a special need to restric the access to Query Builder Tool. Mostly our users are using BEx Analyzer tool (Front end service pack- SP12). Any ideas in this regards would be highly appreciated? Of course I can restrict access on the back end that our end user is only able to read the Query. What I am looking what is, how to stop the user even from launching Query Builder tool?
    Thanks
    Jay Lakshmanan

    Hi Altera,
    If the role doesnt give access to transaction RRMX and if none of the Reporting Auth Objects (S_RS_COMP, S_RS_COMP1, S_RS_FOLD)  exists, than the user will not have access to Query Builder.
    Hope it helps.
    Please award points if it is useful.
    Thanks & Regards,
    Santosh

  • Clarifications about Query Builder and Additional Default Layout in Reports 6i

    1) Is Query Builder re-entrant in Reports 6i? If yes, what is the method. As when I tried to re-eter, it gave me message '..... Syntax Error'.
    2) IN 'ADDITIONAL Default Layout', Reports 6i does not allow group field to be
    included in 'the fields to be printed' list. It allows but in next tab it omits that group field.
    As a result no repeating frame for the Group is generated in the 'ADDITIONAL Default Layout'.
    What is wrong?
    Pl. guide.
    Tariq

    2) IN 'ADDITIONAL Default Layout', Reports 6i does not allow group
    field to be included in 'the fields to be printed' list. It allows
    but in next tab it omits that group field.
    As a result no repeating frame for the Group is generated in >the 'ADDITIONAL Default Layout'. Not sure I fully understand the question but you seem to be saying that if you select a field in the ADL tool, it doesn't show up in the layout. This can only happen if you select a field in the "Fields" tab from a group you haven't selected in the "Groups" tab.
    Ideally Reports shouldn't show these fields since you haven't selected the groups. Unfortunately it does and you need to ensure all the appropriate groups have been selected in the "Groups" tab.
    At least it will tell you if you have selected a group but haven't selected any fields for the group or if you haven't selected enough groups for the type of layout you're trying to create.

  • Create or find Query builder for mysql or any db

    Ok. Is there a query builder tool out there that will let me create queries on the fly for an application or do I need to build it myself? This is the scenario. I have a client that is in the real estate business, and he wants users to be able to go to his site, query his (mysql)-at the moment db, and get a result set back. I could easily create some queries that would take in a paramater and query the db for it and return result back. But, he wants them to be able to be able to put in specific info. Houses in this certain region, certain number of bedrooms, houses in this price range, etc... I have done a few query statements, but never built a dynamic query tool. What are my options, and/or how would I go about this and what should I use?
    orozcom

    Most query builders I have seen simply allow the user to build an SQL select statement, given a list of tables and the columns in those tables. But you do not want one of those, as the users of the site aren't going to want to write SQL. You need to write some code that takes their selections (e.g. a drop-down box with a list of region codes, a text box for number of bathrooms, whatever) and builds a query from that.
    I think any package that did that sort of thing would be so complex (think Struts for example) that you are better off writing the code yourself.

  • Query Builder - Reference

    Hi,
    I am new to Query Builder.  I have to find out all the reports thats using a particular Universe.  I cannot do it manually.  Please let me know the reference for query builder tool.  I am unable to find anything in help.sap.com/product guides
    Thanks and Regards,
    Subbu S

    Hi,
    Can you please refer to this blog there is some usefull information you needed.
    /people/ted.ueda/blog/2008/10/20/businessobjects-enterprise-sdk--relationship-queries
    & some info about query builder which i have.
    1) How to identify who are named users and who are Concurrent users:     
    Run this query in query builder.   
    Select SI_NAME from CI_SYSTEMOBJECTS where SI_NAMEDUSER=0 AND SI_KIND='User'
    SI_NAMEDUSER=0 stands for Concurrent and 1 stands for Named user as its a Boolean variable.
    2) After running this query we will get list of user id from administrator group:
    SELECT SI_GROUP_MEMBERS FROM CI_SYSTEMOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.UserGroup' AND SI_NAME = 'Administrators'
    3) Run the following query to get list of user name :
        Select si_id,si_name from CI_SYSTEMOBJECTS
    Thanks,
    SK.

  • Automating Query Builder Functionality?

    Hi,
    My project requires up to date information on the currently live File Repository Server.  I know this information can be found by manually entering a SQL statement into the Query Builder Tool.  However, I have been asked to create a script that performs this task automatically and repeatedly.  When the details of the FRS change, the up to date information must be logged to the Windows Event log from which the information will be lifted by our company's internal log monitoring tool.
    If anyone can give me an idea of how I might do this I would certainly appreciate the help.  I would also be thankful for any suggestions for alternative solutions to the one outlined above.  For instance is there a given pattern I can search any of the BOE log files for to gather the required info?
    I'm a total newbie, so apologies if any of the above sounds a bit naiave or just down right stupid...
    Best Regards
    David

    BOE provides SDK to access the CMS. Please look at http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm for more info on the SDK. You have the option from choosing from Java/webservice or .NET SDK.

  • Multiple schemas in query builder

    Hi,
    I have seen variations of this question returning a couple of times in the forum, but no answer has come forward so far. So let's try again...
    In APEX 4.1 (maybe also in earlier versions) there is a drop-down at the top-right of the query-builder tool to select a different schema.
    The problem is, that it only shows the "parsing" schema. So the user the workspace is associated with.
    I have taken all of the following steps, that i would expect to make the other schemas show up:
    - associate my second scheme, SCHEMA_2, to the workspace SPACE_1
    - grant the "parsing" schema, SCHEMA_1, select access to all objects in SCHEMA_2
    And I have tested the following things:
    - in "SQL Commands" run a query that selects objects from SCHEMA_2, using "select * from SCHEMA_2.TEST_TABLE;". This works
    - in query builder, select the "SQL" option and insert the same query and click "run". Results in "Please enter a valid query to see results"
    - create an application with a "SQL report" page, and insert the same query. Results in "Query cannot be parsed, please check the syntax of your query. (ORA-00942: table or view does not exist)"
    My toughts on this issue:
    - A different user is used in query builder and the application builder?
    - the "SQL commands" uses the "parsing" schema, as expected
    So, what's wrong?

    Is using more then one schema in the query builder such an uncommon requirement?
    Or did this message pass by unnoticed?

  • How to use Query Builder in JDeveloper?

    I am not able to use Query Builder with JDeveloper version 11g 2.
    The online documentation about Query Builder:
    http://docs.oracle.com/cd/E35521_01/user.111230/e17455/db_tools.htm#OJDUG2380
    "To use Query Builder:
    Open the SQL Worksheet.
    Right-click and choose Query Builder."
    But when I right-click on the SQL Worksheet, there is no menu item "Query Builder".
    Does the documentation belong to a different version of JDeveloper?
    Edited by: Ralf_user4689599 on 06.05.2013 15:40

    all features of 11.1.2.3.0 are installed.
    It makes no difference wether I start studio developer or database developer role.
    There's no query builder in the context menu of the sql worksheet.

  • Query Builder - sort order causing ORA-00979 error

    Hello,
    I'm having an issue with the "sort order" clause in the query builder tool when using a function on the same column.
    I've build a simple query in the gui and the following statement is displayed in the SQL Window
    select     "DEMO_ORDER_ITEMS"."ORDER_ID" as "ORDER_ID",
         sum(DEMO_ORDER_ITEMS.QUANTITY) as "QUANTITY"
    from     "DEMO_ORDER_ITEMS" "DEMO_ORDER_ITEMS"
    group by DEMO_ORDER_ITEMS.ORDER_ID
    and if I add a sort order of "1" on the quantity field, the following query is changed to
    select     "DEMO_ORDER_ITEMS"."ORDER_ID" as "ORDER_ID",
         sum(DEMO_ORDER_ITEMS.QUANTITY) as "QUANTITY"
    from     "DEMO_ORDER_ITEMS" "DEMO_ORDER_ITEMS"
    group by DEMO_ORDER_ITEMS.ORDER_ID
    order by DEMO_ORDER_ITEMS.QUANTITY DESC
    When running this query I get an error
    failed to parse SQL query:
    ORA-00979: not a GROUP BY expression
    It is quite obvious what is wrong with the query but I don't know how to get the query builder tool to generate the correct statement. The order by clause should be order by sum(DEMO_ORDER_ITEMS.QUANTITY) DESC.
    I've tried to do some searching and haven't found much documentation on this issue. Any assistance is appreciated.
    Thanks,
    Tony

    While this statement is generally certainly true and should also be remembered, it is not really helpful for the specific case.
    I think the behaviour described is a bug. However this might be one a little difficult to solve. The user unfortunatly can't influence much of the query builder results directly.
    Either put 1 into the order by clause or use the column alias name without table alias name ("QUANTITY" only).
    My personal solution would be NOT TO use any sort criteia in the query builder. This makes sense in so far as the generated SQL is often basis for some report. If that is an interactive report you won't add a sort order anyway. This is a layout thing and layout will be handled by the end user itself. he can choose whatever sorting he wants.
    Edited by: Sven W. on Jul 22, 2009 11:43 AM

  • Query Builder results seem to max out at 500 lines.  How to change?

    Hi all,
    Some of out Application Express users are using the Query Builder tool for ad-hoc reporting. The idea is to run the SQL to extract the data, then download to MS Excel. The Query Builder results seem to max out at 500 lines. I want to increase that value. I searched all Application Express forums for 'query builder output max 500' and then 'query builder output' and did not find the answer.
    How do I change the 500 line limit in Query Builder results?
    Thanks!
    Application Express 3.1.2.00.02
    Oracle 10g
    Standard PDF printing (not BI Publisher)

    Bryan,
    Here is a link to an HTML-DB studio application, that is a QBE "replacement" for the query tool in APEX development..
    http://htmldb.oracle.com/pls/otn/f?p=18326:7:1387557504245687::::P7_ID:1222
    It is for an older version of APEX, but you should be able to make it work for your needs..
    Thank you,
    Tony Miller
    Webster, TX

  • Why is query builder deprecated?

    Why in the world did Oracle depracate Query Builder???
    The query builder component in Report Builder is a poor substitute since it doesn't allow you to run the query (except as a report), and you can't save the query as a file. Query builder is one of the most handy tools that Oracle provided, and I wish there was a decent substitute. If there is one, please let me know.

    the query builder tool can be accesed from
    http://servername:8080/AdminTools
    servername is the name of your CR Svr 2008 machine
    8080 is the Tomcat listening port
    AdminTools is case sensitive

  • Query Builder Page Source

    I need to build a Query Builder tool into my app for end users. I wanted to look at the page source of the Query Builder tool built into APEX. Looking at the URL below I can see that it is calling application: 4500 page: 1002
    ref="f?p=4500:1002:1230793305485584::NO:1002::" title="Query Builder"
    Is there any way for me to bring this page up in the builder or does someone have a similar app already built?
    Thanks,
    Bob

    You can install into your own workspace any of the applications we ship. They're in the builder directory. Just change the application alias in the file before you do. You'll then be able to see the application in your Builder. You won't be able to run it, of course.
    Scott

  • Query builder locks when chosing 3rd table.

    We’re trying to use the “query builder” tool. As soon as you try to add a 3rd table to the window, it locks up. There is no getting out of it.
    This is for version 2.1.1.64 running on Windows XP.
    Any suggestions?

    hello,
    what database version are you using ? it might be, that query builder does not support the version/features you are using.
    thanks,
    ph.

  • VS 2013 Build tools installation fails with error "Signature or catalog could not be verified"

    VS 2013 ultimate - Build tools installation fails with error "Signature or catalog could not be verified" for MSBuild assemblies. Any idea what could be the problem?
    Thanks
    NM

    Hello,
    Do you mean you are trying to use this tool:
    https://www.microsoft.com/en-us/download/details.aspx?id=40760
    Can you navigate to your %temp% folder and filter by date to see the log of the Build tool?
    I want to know which assemblies failed to be verified.
    By the way, since MSBuild is embed in Visual Studio why you want to install this again? Do you have any error about this Build Tool when you install Visual Studio 2013 Ultimate?
    “Signature or catalog could not be verified” is always related to corrupt source
    , please double check you have a healthy network and then try the web installer again.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What is a good Homesite query builder alternative?

    Hello again. I'm making the switch from Homesite to DW. We
    are using Sybase, and have no access to an enterprise manager
    console or anything like that for making direct SQL queries. So we
    used Homesite's built in query builder rather than write CF code
    every time we need to do some quick updates/deletes whatever.
    I understand there is no Dreamweaver equivilent built in, and
    I'm not having much luck finding an alternative short of just
    hand-coding CF pages to do all our quick-and-dirty SQL work. So
    what do people here recommend? I definitely don't want to keep
    Homesite running in the background just to build queries.
    I am totally aware of the Recordset feature in DW, but it
    only lets you READ data. I need something to do
    updates/inserts/deletes. Thanks.

    On Fri, 29 Feb 2008 19:17:20 +0000 (UTC), "DCwebGuy"
    <[email protected]> wrote:
    >If you have ever used Homesite, it has a "Query Builder"
    tool that lets you
    >right-click on any database table in your datasources
    window and start writing
    >SQL. So, yes, to use your words, I am looking for a
    database interface to
    >allow you to manipulate the data independent of a web
    form. I am looking for a
    >Homesite "Query Builder" equivilent or alternative for
    Dreamweaver or something
    >outside of dreamweaver. I do not have "console" access to
    my company's Sybase
    >database. Thanks.
    There used to be a company called InterAKT that made a
    product that
    used to be called Kollection. It had a query builder
    component.
    The product has been reincarnated, sorta of, into the Adobe
    Dreamweaver developer Toolbox. According to their product
    information, the new replacement does have a query builder:
    Visual SQL query generation
    Dynamic websites require interaction with a database. Adobe
    Dreamweaver Developer Toolbox is the tool you need to get the
    information you want out of your database visually —
    without having to
    write complex SQL queries by hand.
    http://www.adobe.com/products/dreamweaver/addt/
    I have not used this new version so I can't comment. The old
    InterAKT
    product was easy to use, but I don't know whether it'll work
    with a
    Sybase database?
    Win
    Win Day, Wild Rose Websites
    [email protected]
    drink it. feel it. share it.
    http://www.mymonavie.com/winday/

Maybe you are looking for

  • Microsoft could win in mobile...

    If Sun doesn't deal with some major issues in J2ME. Given the current situation with J2ME, I think Microsoft may be able to pull off a repeat of what happened in the browser wars ... but this time it's the J2ME vendors that are making it happen. Here

  • Does iTunes 10.5.1 require internet to work?

    (Quick background - 24" iMac (Core 2 Duo, late 2006 model) running OS X 10.6.8+, but no internet connection at home). Last Sunday I had lugged it to a local WiFi to do updates and check the Mac App Store. Downloaded the Snow Leopard Security update,

  • Applications on Memory Card not working after Firm...

    I have an N73 that I back up regularly, including the memory card. My PC suite informed me that there was a newer version of firmware for my phone so I decided to upgrade. I did a complete backup of my phone and card and then did the upgrade. I then

  • Importing Sony PMW EX1 footage into FCPX

    I just got a Sony PMW-EX1 (not the 1r).  I'm not very familiar with this format and I'm having trouble getting my footage into FCPX.  I imported a clip the way I thought it should be done and it simply showed up as a green clip.  Would someone famili

  • Mail does not show as running nor is it displayed  in Cmd-Tab rotation

    I know that with Lion, the idea was that it shouldn't matter to the user if a program is currently running or not.  So the blue dot in the dock was by default off.  A lot of beta testers complained and the option to turn it back on was included.  Som