is there available in any oracle customer graphics as slq * more or pl/sql dev

For example,.

can we graph the result of an execution of query or not, if yes how.

user13328581 wrote:

can we graph the result of an execution of query or not, if yes how.

Yes. But the graph must be made by a customer. So it depends on WHAT the customer support.

SQL * more is a customer of type character (console). It can render graphics. Or HTML. So it is very limited options to display a chart. For example do a vertical histogram of wages as a percentage of the total amount of the company spend on wages:

SQL> select ename, rpad('*',round( sal / sum(sal) over (partition by null) * 100),'*') as percentage from emp order by 2;

ENAME      PERCENTAGE
---------- --------------------
SMITH      ***
JAMES      ***
WARD       ****
MARTIN     ****
ADAMS      ****
MILLER     ****
TURNER     *****
ALLEN      ******
CLARK      ********
SCOTT      **********
BLAKE      **********
JONES      **********
FORD       **********
KING       *****************

14 rows selected.

With HTML, this can be done using an HTML table and a single color (a few pixels) and image sizing of the image to render according to the percentage value to display.

If a customer is a plugin based on Flash (like Anychart delivered with Oracle Apex), the output must be XML.

If the customer is a spreadsheet (OpenOffice or MS Excel), it can be run directly from the SQL, populate an area of the workspace with the release, which triggers a graph for this region to be updated.

So the question you're asking has Nothing to do with the languages SQL or PL/SQL themselves - but everything to do with WHAT the customer is, and FORMAT it expects the data to be displayed in.

Basic knowledge of client-server standard.

Tags: Database

Similar Questions

  • Is there any sample sql dev 4 extensions available yet?

    I just ask the questions first if you do not need to try and find them below. The purpose is explained to half way down.

    Using Jdev 12.1.2 Sql Dev 4.0.2.15.21 and the last Extension SDK

    1. are there available from Oracle Sql Developer 4 sample extensions and the new framework?

    2. ALL the documentation is available on the 'specific to sql dev' ID used for menu and other UI elements?

    3. is there a CURRENT version of the extension.xsd file available?

    Here is the link to an article more than two years, by Jeff Smith, titled "how to create an Extension set of Java".

    https://wikis.Oracle.com/display/oraclesqldeveloper/how+to+create+a+Java+defined+extension

    That was useful as other examples of extension provided.

    The menu structure and IDs for Sql Developer are different from that of the JDeveloper. If some documents (list?) or the programmatic method was necessary to get the ID to use for working with menus.

    The old framework and Sql Dev samples and my own extension used "db_nav" and I was able to get the JDev FirstSample of the ESDK extension to Sql Dev 4. But I don't know any place that even what an 'id' is actually documented.

    The extension.xsd file deployed with JDeveloper and Sql Developer seems to be an older version of what is required in JDeveloper. The "menuType" says that the first element may be a 'label' but JDeveloper gives an error saying that it expects a section element.

    < name XS: complexType "menuType" = >

    < xs:complexContent >

    < xs:extension base = "identifiableType" >

    < xs: Sequence minOccurs = "0" >

    < xs: element name = "label" type = "i18n_string" minOccurs = '0 '.

    maxOccurs = "1" >

    < xs: annotation >

    < intention > the label for the menu. < / intention >

    < / xs: annotation >

    < / xs: element >

    I have reviewed all the last JDeveloper samples in the SDK of Extension for the new extension OSGI framework.

    The goal is to migrate my Sql Dev 3 extension to the new framework. Basically, it adds a submenu and items when you right-click on any item in the database (for example, the DEPT table)

    (1) adding multiple, and/or on several levels, items to a context menu

    (2) the types of node specific filtering / acknowledging

    (3) the execution of the custom actions for new context menu items

    Assuming that this tree in the DB browser

    IDE connections

    Scott-Dev

    Tables

    Dept

    . . .

    Table

    Column

    Forced to
    . . .

    The goal is to add additional menu items to ONLY the lowest level (the show of the elements of FirstSample everywhere).

    Therefore, for a given, for example, table Dept, add Custom1, Custom2, or CustomSubMenu... which then Custom1 and Custom2 submenu items.

    Dept

    . . .

    Table

    Column

    Forced to
    . . .

    CUSTOM1

    CUSTOM2

    CustomSubMenu

    CustomSub1

    CustomSub2

    In the old framework, it has been easy. You need just a hook in the extension.xml file listener

    <>hooks

    "< jdeveloper-crochet xmlns ="http://xmlns.oracle.com/jdeveloper/1013/extension">."

    < context-menu-listeners >

    < site idref = "db_nav" >

    com.any.myContextMenuListener <-listener class >

    < / listener class >

    < / site >

    < / context-menu-listeners >

    < / jdeveloper-crochet >

    . . .

    This class of earphone set in place ContextMenuListener and the controller.

    1. menuWillShow method - build the menu several levels using Java code and add it to the "contextMenu" using the parameter passed. You set the actions and add IdeAction items to the menu. By getting the selection and tests for a ' instanceof ObjectNode (an element datababase) could I do NOT add to the menu unless the user has clicked in a suitable place in the nav tree.

    2. method handleEvent - use "action.getCommandId" to find out who stocks (menus) the user has clicked and shipped to the appropriate code

    Does anyone know any examples of the use of the new framework of the extension to do a similar thing?

    The new mix of actions, controllers, auditors, etc. is quite confused and many examples ESDK use a common extension.xml file that has a bit of everything in it.

    I was also unable to find samples of freeware/shareware extension for the new framework to use as a template.

    The ultimate goal of actually being able to use Sql Developer as a platform target in JDeveloper is on hold because it now uses version 12.1.3 the JDeveloper which has not yet been made public.

    Links to examples would be appreciated.

    Thank you.  I think you have some bad assumptions here.

    (1) If this xsd was not supposed to be public, he would not.  I would never put anything OTN if she was not intended to be used.

    2) there are discrete examples of various things on my blog for 1.x through 3.x.  All these need updates for 4.x with the large OSGI now.  Here are some examples:

    (3) release the thread that has been created for questions of migration of extension<  we="" didn't="" lock="" it="" the="" system="" did="" from="">

    OSGI changed way more that I like for people to extend and it is on my list to get all the samples updated and several of them.

  • I installed the app Channel Four and I was never able to use it.  I tried to remove and re-install, but to no avail.  Any notice received with gratitude.  Thank you!

    I installed the Channel Four app on my iPad and I was never able to use it.  I tried to remove and re-install, but to no avail.  Any notice received with gratitude.  Thank you!

    Have you downloaded the correct version for iPads.

    https://iTunes.Apple.com/GB/app/4oD/id432494037?Mt=8

    Click on view in iTunes and download it from there.

  • why there is not any subscription again in my Adobe account

    On 8 July, I bought a new subscription for one year of Photoshop, because my old card was expired and support me operator recommended to cancel my old subscription and buy a new one with a new card.

    I paid, money has been charged, but there is not any subscription again in my Adobe account. only 6 days left trial version. What should I do?

    I logged in and recorder in photoshop, restarted my computer several times, tried another browser and my problem has not been resolved.

    Help, please

    Just to let everyone know, I contacted Adobe via Live Chat Customer Service and talked to the Commissioner to have my subscription repaid and cancelled, because I was not able to use CC since July 1, 2016 and after 19 days, my patience has run out. So everyone here problems with the subscription, you must contact the customer by phone or live chat. If you are willing to wait, they escalate it to the highest level tech response team (I think they do it on a case by case basis). Keep asking them to worsen to the possible response team up (apparently they are swarmed, so that tells you how many people have the same problems) and request to speak to supervisors. Be firm and do not yield (I was promised 24 hours for the cases to be solved and the supervisor asked another 24-48 hours, which I refused because after 3 times, it was the limit and I didn't start the whole issue) that we paid service and now we cannot use it.

    I will be now to purge CC of my system and re - install CS6 who had none of these problems either. Good luck to everyone else facing this problem.

  • Is there an easy way to convert graphics (imported from the common library) Composite path?

    Hi all

    This is my problem:

    I had sex with any common library grapch, and I would like to convert to a Composite path. I had been using a manual method (double click on the image and copy the compound path, and then stick it on my main layer).

    question:

    Is there an easy way to convert graphics (imported from the common library) Composite path? as a shortcut, or other?

    Image:

    forum_01.png

    Thank you before and waiting for your responses

    With the object selected, choose Modify > symbol > Break Apart. Then click Modify > ungroup.

  • Cannot find custom graphic Styles

    I created and saved Graphic Styles in Illustrator CS4. When I followed the path of the default save location (applications > Illustrator > Presets > en_US > Graphic Styles) are not there. I used the Spotlight to search for my machine for files, but it returns no result.

    I created a new custom location for recording the graphic Styles in the future, but I would like to locate these "missing" files, so that I can remove them.

    Anyone know how to locate these files?

    Can I locate and remove them from in Illustrator?


    I use Illustrator CS4 for Mac.

    Thank you.

    Custom graphic styles in CS3, go to:

    The user > library > Application Support > Adobe > Adobe Illustrator CS3 > Graphic Styles

    Peter

  • How to make my $ 0 so I can Chang my store.  I cent.13 in my account and there is not any application at this price thank you

    How to make my $ 0 so I can Chang my store.  I cent.13 in my account and there is not any application at this price thank you

    How to manage unused card balances & iTunes gift

    Contact iTunes Support - http://apple.com/emea/support/itunes/contact.html - and ask them to clear your balance.

  • Is there available to Multisim decoders?

    Is there available to Multisim decoders? If Yes, where can I get a?

    I want a 3-8 decoder 74LS138

    Thanks in advance.

    The 74LS138 components are found in the TTL 74LS family group.

  • My computer says that there isn't any free space on my cd/dvd driver

    Original title: my computer says that there isn't any free space on my cd/dvd driver. I can't install anything CDs or watching movies. I don't remember when I put anything in this driver. How to free up space.

    My drive dvd/cd-RW watch 623,431,680 bytes or 594 MB. (0 free space). I can not install printer or anything else like movies unless I have free space. I searched and does not know how to do this. Any ideas?

    Hello

    1. Where exactly the watch 0 CD\DVD drive space free?

    I suggest you try to execute this fixit and see if it helps:

    http://support.Microsoft.com/mats/cd_dvd_drive_problems/en-us

    It will be useful.

  • I did a diagnostic test. He says that your system will restart. But there aren't any? It was on a compaq laptop

    I did the diagnostic test. He says your system wil restart. But there aren't any? It was on a compaq sr1403wm ptesario?

    Durward W Cole

    Hello

    Make sure that you do not have a CD in the optical drive.

  • Why apps like slate say available on any device but are not compatible on Android?

    Why apps like slate say available on any device but are not compatible on Android? It is today the largest operating system.

    Hi Michael % 20alaska,

    We have a slate Adobe user forum that you can post to. Please go here and post your situation of assistance:

    Adobe_Slate user forum

  • I bought the membership. but now I use the trial and the system say there aren't any purchased item.

    I bought the membership. but now I use the trial and the system say there aren't any purchased item.

    Try to perform the steps mentioned on link below

    Using creative cloud | Applications creative Cloud back to update evaluation Mode to 2015 CC

  • Hi, as a Department nonprofits... we sign up with the program AmazonSmile.  How would you suggest putting it on our website?  As a stand-alone page or is there a widget any?  Thank you, aj

    Hey, oops, sorta new to this announcement.

    Hi, as a Department nonprofits... we sign up with the program AmazonSmile.  How would you suggest putting it on our website?  As a stand-alone page or is there a widget any?  Thank you, aj

    With Muse, you can integrate external content via object > insert HTML code, if there is no output code for Amazonsmile program then you can go with the insert html option.

    I suggest you contact amazon for details, as the generation of code for store products of integration with smiling Amazon program.

    Thank you

    Sanjit

  • 10.2.0.5 Oracle database link (Linux - x 86) for MS SQL Server 2012 (x 64)

    Please guys, I really need your help on this issue.

    I tried using freetds driver but when I use db link I get this error:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    [Generic connectivity using ODBC] [S1000] [9013] error General nvITrans_BeginT - rc = - 1. Please see the log file for more details.

    ORA-02063: preceding 2 lines MIXERI

    To cite that I can connect to the remote sql server through isql tool with no problem at all. I study a lot and I found no solution for this error, so to this end, I will try to find another alternative way.


    Is there another way to manage the communication link between the system of 2 DB db?

    Thank you

    Hello

    S erro coming from the ODBC side then you can try the following-

    1. change the listener.ora LD_LIBRARY_PATH for-

    (ENVS=LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/db/oracle/10.2.0/lib)

    stop and start the listener.

    2. don't you get the error even if you delete the entry-

    HS_FDS_SQLLEN_INTERPRETATION = 32

    3. get a debugging bridge route-

    -Comment the entry
    HS_FDS_TRACE_FILE_NAME = /db/oracle/10.2.0/hs/admin/MIKSERI.trc

    then the tracks go to the location by default with default names-

    /DB/Oracle/10.2.0/HS/log

    -set the level of the trace-

    HS_FDS_TRACE_LEVEL = DEBUG

    -start a new session of SQLPLUS, run select, close the session.

    -Download the trace from somewhere, it can be displayed by our care.

    It can also be an idea to install and use the 11.2.0.5 last DG4ODBC gateway that is certified with RDBMS 10.2.0.5 and available at My Oracle Support you.

    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER

    which must be installed in a new and separate ORACLE_HOME.

    Kind regards

    Mike

  • SQL dev to connect via odbc to non-oracle db

    Question asked to me regarding the use of sql dev to connect to a Turbo Image databsae running on a HP-3000 through odbc.  They have odbc drivers, but the front-end client is no longer supported and are looking for an alternative.  I've never used Dev of SQL to connect to a non-oracle database, but it seems as it should, maybe with the OTG for odbc.

    Ideas?

    We are a java application. Yes JDBC.

    And we offer only 3rd connectivity to help migration of Oracle. Currently we do not support Turbo-Image of database migration to Oracle.

    There are however several ODBC database generic tools out there.

Maybe you are looking for