Query Builder in Oracle 9i

We use the tool Query Builder in our Oracle BD version 8.0.5.1. We have a development version of Oracle 9i and I don't see anything like Query Builder. What product is replacing Query Builer in Oracle 9i ??
THANKS

Version 1.5.1 Build MAIN-5440 for Mac OS X
Update: It is actually selecting the columns. If I click a column and look in the Show SQL and View Results it's there but it's just not displaying it on the select columns screen.
This must be a bug?

Similar Messages

  • Create a query builder in oracle Apex

    Hi
    We have a request to create a query builder in oracle Apex particularly.But it provide the application builder and Utilities when we create the apex workspace.My question is any possibility are to make the application builder and utilizes as invisible
    regards
    apexuser

    hi scott,
    we no need to buid a report.we want generate a sql query using GUI drag and drop query builder.
    our suggestion is provide synonym for all objects and give to clinet,but in apex query builder only show view and table...
    it not show synonym thats the problem..
    simply we want oracle query browser.just want build a query.through synonym schema.
    we cerate a oracle user and provide synonym for live tables.then we provide the synonym user to client place,so they want build a query simpl.
    they dont have sql knowledge.
    regards
    apexuser

  • Does oracle 10gr2 has a visual query builder like oracle Express ?

    Hi
    Thank you for reading my post
    does oracle 10gr2 provide a visual query builder like oracle express ?
    Thanks

    SQL Developer<br>
    <br>
    Nicolas.

  • Query Builder in Oracle Application Express

    I am unable to get columns to show after I submitt an object and click "columns" to add for a query. I also cannot get any query at all. Any help out there?
    Feel free to direct me to correct forum if necessary.

    Hi Latha,
    I believe in APEX 4.0 you can do that.
    For now you would need to write a query builder yourself... (it's just an APEX app)
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Query Builder in 10g Developer Suite

    I am accustomed to using previous versions of Oracle developer (2000,6 i...), and there was "Query Builder", which is very useful for us, especially when we do statistics and complex Reports.
    Now the Staff has chosen 10g Developer Suite that unfortunately there was no "Query Builder". Is it someone can help me find such a tool like it(query Builder) in Oracle 10g.
    I saw an almost similar to Oracle SQL Developer but can not totally replace the "query Builder "I didn't find for example a way to insert a calculated field in the Query of Oracle SQL Developer, it's like SQL PLus, and the same case with Toad.

    hi,
    you can use Oracle application express tool,its a application development tool,but it contain query builder,try youy best.
    regadrs
    apexuser

  • Query builder -APEX

    Hi,
    Is Apex users eg. developer user possible to access only query builder in oracle application express?
    Regards,
    Latha

    Hi Latha,
    I believe in APEX 4.0 you can do that.
    For now you would need to write a query builder yourself... (it's just an APEX app)
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Simple Question About Using "Group by" Inside the Oracle XE Query Builder

    Hi,
    I am a new user of Oracle 10g XE and I have built and populated some tables. I am trying to create a view (make a query) via using the Query Builder. I have chosen two attributes, say course_section_ID and trainer_ID in the same table. I choose the "COUNT" function for course_section_no and I check the box for "Group By" with trainer_ID. (I would like to count the number course sections each trainer is teaching). Then I "run" the query and the same error message appears:
    fail to parse SQL query:
    ORA-00904: "COURSE_SECTION"."TRAINER_ID": invalid identifier
    Both attribute names should be valid (as shown above).
    If I only choose course_section_ID and do a COUNT on it, it gives the same error message on course_section_no.
    I did try to do the same thing with the demo HR database. There were no problems with counting a field nor with grouping on a field with HR.
    PLEASE HELP!
    Thanks.

    I have got it. When all the attribute names are in the uppercase, then I can do aggregate functions and "group by" with the GUI.

  • Query builder, procedural builder - Oracle 8.17

    I'm running Oracle 8.17 and I can't find query builder, procedural builder, report builder form builder and other builders. Where can I get these? I tried the universal installer and there are no options to install them.

    Hi Fraser,
    Thank you for responding.
    I think I fixed that problem,actually there was a spelling
    mistake in one of the parameter files.
    But now I get another error message, says:
    "ORA: 02068: following severe error from MSOLEDB
    ORA: 28511: lost RPC connection to heterogenous
    remote agent using
    SID = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
    (HOST=LOCAL_HOST)(PORT=1521)))(CONNECT_DATA=
    (SERVICE_NAME=<SERVICE_NAME>)))
    Do I have to configure the SQL Server network utilities?
    I pinged both the servers ,they talk to each other.
    But when I use tnsping ,the client machine (i.e.,the SQL Server
    machine)talks to server(Oracle machine) but the server doesn't
    talk to the client.
    I am definitely not doing something right.
    Asha.

  • Oracle 8 - query builder prob????

    I'm running Oracle v8.17 and I can't find query builder or procedural builder in my Start Menu or in the installed dir. Can anyone tell me the exact path to query builder and procedural builder executables!! Please!!

    Thank u for your reply and I did find enterprise manager. My problem is now I need to specify Management Server in order to log on to Enterprise Manager. I tried putting my computer name but that didn't work. How would I determine my Management Server??

  • Oracle Query Builder 2.5 error

    May be I'm posting it to the wrong forum but...
    I'm getting the error BRW-15954: Oracle Query Builder 2.5 tables are missing or not installed properly when I try to launch Browser. What can I do about it?
    Help please!!!
    Thanks,
    Alex

    You may have to run some of the scripts located in 'oracle_home\browse25\sql' directory as user 'SYSTEM'.

  • Oracle query builder

    Is there an Oracle query builder similiar to the one in SQL Server?

    Yes, when you install oracle Forms6/6i , it comes with Oracle Query Builder.
    Joel P�rez

  • Does Query Builder support Alias like in Oracle

    Dear Experts,
    As I read one artical give a detailed information regarding the tables in BOE, so i want to use one sql statements to get the information from that table.
    I exclude the way to check directly on infoview and designer. I just want to know the way how to get thoes information from query builder.
    eg: i know the SI_ID for one webi, and so i want to find out what's the universe/connection/owner etc belong to it.
    I have one sample sql as below:
    select IA.SI_KIND,IB.SI_NAME,IC.SI_NAME,IW.SI_NAME,IE.SI_NAME
    from CI_INFOOBJECTS IA, CI_INFOOBJECTS IB, CI_INFOOBJECTS IC, CI_INFOOBJECTS IW, CI_INFOOBJECTS IE
    where IA.SI_PARENTID=IB.SI_ID and
    IA.SI_OWNER =IC.SI_ID and
    IA.si_universe=IW.SI_ID
    and IW.SI_CONNECTION =IE.SI_ID
    But i got the "invalid error" from query builder, so i guess maybe the query builder support the Alias like in Oracle.
    If you know how to use one statement to check the webi and it's universe/connection etc, please kindly assist.
    Many thanks.
    Sophie

    Query Builder is not meant for running complex queries against repository so i dont think Alias will work in query builder.Try to get results with simple queries else you can use SDK to get your job done.
    -Gokul.

  • Oracle UCM Query Builder

    Does anyone know if is there a way to export the results of a saved query to a CSV or some other file that could be opened in excel. I can view the information I need in the query builder window but I have a need to export it to CSV for manipulation in Excel. I have tried copying the data out of UCM but the formatting gets messed up in the copying.
    Thanks
    Data_bitz

    Thank u for your reply and I did find enterprise manager. My problem is now I need to specify Management Server in order to log on to Enterprise Manager. I tried putting my computer name but that didn't work. How would I determine my Management Server??

  • How to add a new field in Query Builder or Report

    Hi,
    I am writing a report using Oracle 6i query builder and report.
    example:
    QTY_1 QTY_2 QTY_3
    QTY_1 and QTY_2 are table fields and QTY_3 Is not. I need to show the value of (QTY_2-QTY_1) in QTY_3.
    I need to create a field QTY_3 which is not in the database table. How do I do that?
    Jun

    Hi,
    Try using formula to return the qty_1 - qty2.
    or
    select qty_1, qty_2, (qty_1 - qty_2) qty_3
    from table;
    regards,
    CB

  • CM14 BI Publisher - modifying an existing Data Model, the Graphic View in Query Builder does not display

    I am trying to edit the default forms/reports that come with CM14, trying to edit the data model, data set, (to get to the old Infomaker style graphic view) , the Query model does not display (error the list of tables is too long..) Oracle tell me the limit is 60,  there are not 60 tables referenced in any CM report.
    Does this Query builder view work at all on any report?
    (bigger question, we are moving from CM12, should we move to CM13 which works with infomaker?)
    Thanks,
    Paul L

    Kurt, thanks for your replies.
    A couple of notes/clarifications.
    1.     You are correct that BI works better in Firefox--I have observed issues with the BI display when using IE.  I would recommend using Firefox too.
    2.     You are correct about the way to get to the Query Builder to see a graphical view of data tables.  There are basically two issues with this that I mentioned, but will re-iterate:
    a.  If you have an EXISTING query in the data set, then click the "Query Builder" button, this will remove the existing query that's there, it will NOT display the existing query in the query builder.  Query Builder works only to create a NEW query from scratch.
    b.  Query builder is limited to selecting 60 fields max in your query.  If you are creating a large report with many tables, you may find that 60 fields is not enough.  For that you will have to work in the SQL edit screen rather than using the query builder.
    I would impress on anyone developing CM14 reports that they become familiar with the database schema and relationships to avoid problems when developing your BI reports.  You should be able to find the tables and joins documentation in the knowledgebase.

Maybe you are looking for

  • Error in UM Configuration

    Hi When I click on the link "UM Configuration" under "System Administration - System Configuration" I get the following error message: Portal Runtime Error An exception occurred while processing a request for : iView : pcd:portal_content/administrato

  • My PSAPTEMP tablespace always show 100% Full or Used

    Dear All , Using brtools my tablespace PSAPTEMP always show 100% full or Used, I extend 2 Gb size in PSAPTEMP tablespace but still no solution Please guide me why it always shows 100% used and what is the performance impact on that Regards Shahid

  • Full HD Export settings for Connect 360 (Xbox)

    I have created my first project with imported clips from a Sony HDR-SR5E (Really smooth & easy). I wish to now view these on my 1080 Samsung TV via my connected Xbox 360 (Updated with latest firmware as far as I can tell) to benefit from true 1920x10

  • Kodo 2.5.4 Eclipse plugin.

    Hi, I previously used Kodo 2.4.3. The Eclipse plugin with all it's enhancement tools worked fine. The size of the com.solarmetric.kodo_1.0.0 plugin is 6.75 MB. The Kodo 2.5.4 plugin doesn't work with Eclipse. The size of the com.solarmetric.kodo_1.0.

  • Airport reads full signal, but can not connect to internet

    Hi everyone, I have a new powerbook that I'm trying to connect to a home network which is set up with a cable modem and a wireless linksys router. The airport reads that it has full signal from the "linksys" wireless network, however I can not get on