Is it possible to query software inventory report for Oracle SQL developer installation?

Hi all
My company requires to generate a report of all kinds of Oracle database access tool. I can find Toad installation from Add/Remove Program and therefore can query for Toad.
However, Oracle SQL developer is using Java. I cannot see an entry for Oracle SQL developer from Add/Remove Program. Is there a way to query inventory for Oracle SQL developer installation?
Thanks a lot.
Regards
Lic

You might be able to use software inventory to report on the version of sqldeveloper.exe.
As the app looks like just a zip you extract to a custom location that might be one method.

Similar Messages

  • Schedule Report in Oracle SQL Developer

    Just wonder if Oracle SQL Developer has capability to setup a schedule to run reports automatically as Microsoft*SQL does.
    Please advise.

    No, but its a feature request we see regularly. Check out the feature requests at http://SQLDeveloper.oracle.com.

  • Unable to display results of multiple query in grid in Oracle SQL Developer

    Hi, I am a newbie to this forum and couldn't find the Oracle SQL Developer forum so posting it here.
    My question: How to display multiple query results in grid in Oracle SQL Developer.
    Example:
    select * from Employee;
    select * from Department;
    - when I select both the queries and hit F5 in Oracle sql developer. By default it displays in output window.
    - How to display result of both the queries in Grid.
    Any thoughts on this would be really helpful.
    Thanks in advance.
    Harsh

    Hi Harsh,
    I'd say that the Results grid is designed to only show the results of 1 query at a time. I don't know/can't see how it would display multiple queries at a time.
    I would suggest either joining your tables to create a single query or opening another SQL Worksheet for one of the queries so that you can display the results side-by-side.
    Maybe you could explain what you're trying to do. Why are you trying to display multiple results in the same query grid?

  • Software inventory reports being discarded

    The software inventory reports are being discarded for our MP's, and I'm trying to determine why, so at the very least we can verify it's a non-issue. Attached is a copy of one of the discarded XML files. If anyone can take a look at it, or let me know what
    I'm looking for (specific characters that would cause the xml to fail parsing and be discarded, or keywords, anything like that), would be much appreciated.
    Discarded XML log

    Enable Debug logging on MP, maybe this could give us more info of why the XML is discarded.
    Juke Chou
    TechNet Community Support

  • Run a software inventory report

    hey...
    I'm new with ConfigMgr and i'm trying to run a complete software inventory report... the report in asset intelligence is not very friendly, or maybe its because i dont understand them....
    can someone please help?
    i would basically like to see all software installed on all clients...

    Hi,
    I would start with the report "Software - Companies and Products > Count all inventoried products and versions " it will give you an installed count per application.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Inventory Report For Special Stock (Project Stock)

    Dear Sir,
    We are in Make -To - Order scenario and procure the material against  the WBS element . For getting the Inventory List , we use MBBS tcode but it has following limitation :
      a) It give the Stock Status as on date basis . While we need Stock Inventory on a cut off date , say on
          31/Jan/2007 .
      b) We are not able to get the Inventory Report , Material Group wise
    I request to kindly guide me , as how to take the Inventory Report for Project Stock .
    Regards
    B Mittal

    Hi Shailesh,
    Is there any way we can include some extra fields into this MC.9 report - i tried but could not find anything.  Can you please help.
    Regards,
    Laxmi

  • Inventory report for Previous Periods

    Hi Experts ,
    I would like to have an inventory report for all materials in a Particular Plant for the Periods Sep 2009 and Sep 2010 . Could you please help me in providing the reports for the same .
    Thanks
    Moderator message: Basic frequently asked question - Please search forum for answers and read the docu in help.sap.com 
    See as well our rules of engagement: http://scn.sap.com/docs/DOC-18590
    A good way to search the forum is with google. See this blog with details for a good search
    http://scn.sap.com/community/support/blog/2012/04/16/getting-the-most-out-of-google-optimizing-your-search-queries
    This blog describes how to use the SCN search: http://scn.sap.com/community/about/blog/2012/12/04/how-to-use-scn-search
    The discussions are not a replacement for proper training
    Thread locked
    Message was edited by: Jürgen L

    You can well run these reports on background..
    Go to SE38 Enter the program name "J_1HSTCD"
    Then press Execute / F8.
    Enter you selection date as 01.09.2009 to 31.09.2010 and enter the plant and leave the all selection as per SAP standard..
    Then press F9 or Go to Program

  • Inventory report for stock category B

    Hi everyone,
    We are trying to generate a customer stock inventory report with stock category B. The table MARD is not displaying any values annwe also looked at table MKOL. Its not giving us any. How do i get the inventory report for this stock type B. Kindly Advise.

    it is customer owned stock. We receiver materials from customer for repair and we recondition them and we give it back. for this we maintain it in stock type B. it is specifically used in aerospace industries. We want to make an inventory report for this customer owned stock in our inventory . i am unable to get the table. Kindly advise

  • Projected Stock-Inventory Report for APO

    Hi All,
    I have to develop Projected Stock-Inventory Report for APO.
    I need to fetch data from APO and need to store it in BI for reporting purpose.
    Do you have any idea about how to get the required data from APO system?
    Where does stock data resides along with projected stock in any SNP aggregate or any table?
    Regards,
    Krunalkumar Rathod

    Hello,
    I suppose you mean you want to export the data "stock on hand" in SNP planning book to BW.
    This key figure is an auxiliary key figure that calculated by macro. The data is only diplayed in the planning book but not saved to any database table or liveCache.
    In order to save it, you can add your own time-series key figure to save the stock on hand. And you'll need to create your own macro to calculate or copy from the auxiliary key figure.
    A good way is you can  create a macro by copying the "stock balance" macro and just change the stock on hand key figure to your own time serires key figure. Then when you need the data, you can run the macro in background job. By doing this, the stock data will be saved to the time series key figure. Then you can extract it from liveCache as normal key figures.
    Please notice the time-series key figure must be assigned to correct aggregates in an SNP planning area.
    Best Regards,
    Ada

  • Possibility to register Pre-/Post-Procedures for an SQL Template Handler

    I would appreciate to see the possibility to register pre-/post-procedures for an SQL template handler in ORDS 3.0.
    Why:
    We use Oracle VPD/Row-Level-Security to secure data access. Hence a trigger sets a couple of attributes in the database session context at login time which are then used in static RLS predicates to limit which records the user can see/modify.
    With ORDS 3.0 all sessions are opened under the same technical user (e.g. APEX_REST_PUBLIC_USER), hence all users have the same/no attributes in the session context and could see/modify all data.
    To avoid this situation, I need to set the attributes (e.g. the authenticated user) in the database session context before the actual query/plsql handler is executed.
    Also, resetting the session context after the handler is executed would be good.
    This scenario is in line with scenarios 'One Big Application User' and 'Web-based applications' in http://docs.oracle.com/cd/B28359_01/network.111/b28531/vpd.htm#DBSEG98291.
    Different solution approach:
    Kris suggested to write a PL/SQL handler where the pre-procedure is called before the business logic procedure/query. This is ok for me as long as I modify data and only need to return no or little data.
    As soon as I need to return a lot of data (e.g. select c1, c19, c30 from t1), this approach will force me to write a lot of code in the PL/SQL handler in order to marshal the c1, c19 and c30 to JSON and put it in the HTTP response.
    But this is the beauty of ORDS - I can simply define a template, write a GET SQL Handler 'select c1, c19, c30 from t1'  and have the data available as REST service, without writing any code to write JSON marshaled data in the HTTP response.

    I tried to log the request at Oracle REST Data Services (ORDS) but I could only start a new discussion: Possibility to register Pre-/Post-Procedures for an SQL Template Handler
    As I mentioned there, the PL/SQL handler approach works for me as long as I have no or only little data to send back to the client (e.g. put/post/delete succeeded or an error message why the call failed).
    If I need to return a lot of data from the PL/SQL handler I would need to, as far as I understand, to marshal the data to JSON and write it to the response body in the PL/SQL handler.
    I don't want to do the marshaling, because ORDS does it better.
    However, this works for me:
    I write a pipelined stored procedure that takes as input the attributes I need to set in the session context. I then can reference it in the SQL handler:
    select * from table(my_pipelined_function(:USER, ....)
    Now the JSON/HTTP response is created by ORDS again.
    I still needed to code a couple of lines, but it is way better than duplicating the functionality already existing in ORDS.
    With the hooks it would be perfect because I would not have to write any code (apart from the procedure to set the session context attributes), just configure the REST services in ORDS.

  • Optimizing an SQL Query using Oracle SQL Developer

    Hi ,
    Currently i am using Oracle SQL Developer as my Database IDE .
    Is it possible to use Orqcles SQLDeveloper for the purpose of Optimizing an SQL Query ??
    For example assume i am having a query as :
    Select from Tranac_Master where CUST_STATAUS='Y' and JCC_REPORT='N'*
    Could anybody please tell me how can i use Oracle SQL Developer to optimize this query or any other SQL queries ??
    Please share your ideas , thanks in advance .

    1. Your query looks very simplistic as it is, so I fail to see how you can better optimise it (unless 'Tranac_Master' is a view, in which case I'd need to see the view details).
    2. No tool can automagically optimise your SQL to any degree of practical use. Very minor adjustments may be possible automatically, but really it is a question of you knowing your data & database design accurately, and then you applying your expert knowledge to tune it.

  • Connection problem in Crystal Reports for Eclipse(SQL Server Express 2008)

    I tried to connect into a local SQL Server Express 2008 database in Crystal Reports for Eclipse (CR4E), but always  got the Ping failed message(TCP/IP connection failed) even I tests completed successfully using my Window XP Adminstrators Tools (SQL Server ODBC Data Source Test). I can connect successfully to a remote network Oracle database in CR4E. I would like to know
    that is there any one who connect SQL Server Express 2008 local database successfully in CR4E?

    Don,
    Thanks for your suggestions. I will follow your instruction to connect to SQL Server Express 2008 database latelly. I can connect successfully with different Oracle databases (10g) in CR4E. I will try to connect MySQL database and Postgres database in CR4E  to see if they can be  successful or not. My project involves international entities with emphsizing  in using OPEN SOURCE softwares (which means FREE - no license fees) in .NET platform for Oracle, SQL Server Express, MySQL and Postgres database servers. I am responsible for reports generation. I hope that CR4E can be connected successfully to SQL Server Express 2008 database server, otherwise I have to use JFreeReport/JFreeChart tools to do reports generation .

  • Oracle SQL Developer O/P and Toad O/P is Different for Same QUERY.

    Hi,
    can any one calrify me why i'm getting different result when i run the same QUERY in Oracle Developer and TOAD.
    When i Ran a Query in TOAD i could see Null&Data in a column called Customer_Category but when i Ran the same Query in Oracle SQL Developer i'm getting all Null N i couldnt see any data in the column.
    i have not performed any DDL r DML statement, just i got the Query and i Ran it in TOAD & Oracle SQL Developer.
    I found that the OUT PUT is different for perticular column.
    Thanks in Advance....

    > I found that the OUT PUT is different for perticular column.
    The RENDERING of data from Oracle (or any other server such as a POP3 server, web server, etc) IS DONE BY THE CLIENT.
    So to repeat - RENDERING IS DONE BY THE CLIENT.
    If one client selects to display the output received from the server differently than another client, it is a CLIENT ISSUE.
    It is not a server issue. It is not a SQL issue. It is not a PL/SQL issue.
    In other words, wrong forum for this question. You have a pure client side rendering problem which has absolutely nothing to do with SQL and/or PL/SQL.

  • Query Regarding Oracle SQL Developer

    Hi Guru's,
    There is a confusion regarding Installing SQL Developer, whether i need to install Oracle Software on my machine so that i use SQL Developer from my machine or i use SQL Developer without installing Oracle Software as i check the documentation for installing SQL Developer it gives info for installing SQL Developer JDK need to be installed and the correct path need to be initialized. May be this is stupid question but i want to clear my doubt.
    Any suggestion for the same. Thanks in advance.

    Hi,
    Install Oracle client Software first then SQL Developer
    Thanks,
    Ajay More
    http://www.moreajays.com

  • Developing Report for Oracle Apps 11i

    Hi,
    I am developing Reports for Oracle 11.5.8 and using Reports 6i
    Are there any good documents that can guide me to develop reports exclusively for Oracle Applications
    I am customizing one of the report, did a very minor modification and when I run it, it shows small square boxes in the output.
    If I print it, I dont see the small boxes, Can you let me know how to avaoid this.
    Aslo have a couple of questions, should I use the option "use character units in designer" or something else while developing the reports
    What shold be the unit of measurement (Inches, Centimeter or Points)
    Lastly, is it a good idea to "View the Grid" or not in the "layout editor"
    Thanks
    Vasanth

    Hi Vasanth,
    when I run it, it shows small square boxes in the outputI can think of 2 posssibilities:
    one, the width of the column in the layout is slightly smaller than required. You can try increasing the width of the layout objects where you see square boxes.
    two, you are designing the report in a language for which support/font is not available on your development machine.
    should I use the option "use character units in designer"This option should be used when you design a report in "character mode", not when you are designing the report in "bitmap mode". Pl see Builder Help for more information on MODE.
    What shold be the unit of measurementIs it up to you to decide. If you know the dimensions of the paper (on which you are going to print) in inches for example, you can design the report in inches. Choose any unit of measurement, and then define the width and height of paper in the Header/Main/Trailer Sections in that particular unit. The report output will be the same whether you choose the paper width as 10 inches or 25.4 cm.
    Also, about point...
    Point: Is a printer's type size that makes up a pica. Each pica contains twelve points and is equivalent to one-sixth of an inch.
    is it a good idea to "View the Grid" or not in the "layout editor"The grid is available to help you position objects in the viewing region of the paper layout. It is helpful so you can start designing with it, but you can decide to turn it off if you do not need it.
    The grid is drawn in relationship to the rulers. In the Ruler Settings dialog box, you specify the interval at which grid lines appear per unit on the ruler. �For example, if you have a Unit of inches and a Grid Spacing of 0.5, there will be one grid line per half-inch on the ruler.
    You get to the Ruller Settings dialog Box by choosing Tools > Options > Rulers.
    Navneet.

Maybe you are looking for