Monitoring of the use of Oracle dialog

Hello

After installing JDeveloper 11.1.1.5.0 (and other versions of 11g before that) and from JDeveloper for the first time, a "Oracle use Tracking" dialog box appears with the message
"In order to continuously improve our products, Oracle is interested in learning about the use of the product. To this end, automatic reports can sometimes be sent to Oracle describing the characteristics of the product in use. No personally identifiable information will be sent and the report does not affect performance. You can view the privacy policy of Oracle on our site. "
and a checkbox "allows the use automated Oracle."
See the screenshot at http://www.consideringred.com/files/oracle/img/2011/OracleUsageTracking111150.png

-(q1) where more details on this feature, such as what information it sends exactly, and when?
-Oracle (q2) has published everything regarding the results of this 'Use Tracking' feature?

Thank you very much
Jan Vervecken

Tags: Java

Similar Questions

  • On the monitoring of the use

    someone please gives me the tracking of usage document? (what you use to track the use and the implementation of the monitoring of the use)

    Start here, page 405

    http://download.Oracle.com/docs/CD/E10415_01/doc/bi.1013/b31770.PDF

    .. .and here

    http://Apex.Oracle.com/pls/Apex/f?p=44785:24:1847061157213240:no:24:P24_CONTENT_ID, P24_PREV_PAGE:4152, 2

  • Creation of data Mart: OWB, SSIS or the use of Oracle?

    I'm working on creating a data mart as a new application for my work. I am a developer pl/sql, but I have no experience in DW. I am looking at what technology to implement this. Each instance of the project for which I work is quite complicated to deploy. Therefore, the easiest way.

    Could someone advise me on the use of Oracle Warehouse Builder? be useful to use it to create a simple data mart?

    Could I have all of the features needed in a mini - data warehouse by simply using jobs of oracle for the planning of the ETL process created in pl/sql (bulk collect) without using another tool? Is this possible? We do not want to use SSIS.

    The DB is 10g EE R10.2.0.1.0, but we could move to 11g as needed

    Help with that I will be grateful.
    Concerning

    You can surely OWB to create simple to complex datamarts or Data Warehouse of company.
    For more information you can check out the link below

    https://forums.Oracle.com/forums/Ann.jspa?annID=1667

  • Question the use of Oracle query Variables

    Hello

    I am new to Oracle, I tried to extract the data from the Oracle database by using the following query which includes 1 variable SYSDATE_UTS, but when I try to execute the query I get an error. Please let me know what I am doing wrong and how I can fix.

    Error message
    -----
    ORA-06550: line 4, column 1:
    PLS-00428: an INTO clause in this SELECT statement
    -----

    Oracle query

    DECLARE SYSDATE_UTS NUMBER: = (sysdate-to_date('19700101','yyyymmdd')) * 86400;
    BEGIN

    SELECT
    INCIDENT_NUMBER,
    TO_DATE (to_char ((1/86400 * REPORTED_DATE) + to_date ('19700101', 'YYYYMMDD'), "jj/mm/aaaa hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as REPORTED_DATE_TIME,
    GROUP_TRANSFERS
    LAST_MODIFIED_BY
    , to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * LAST_MODIFIED_DATE, "mm/dd/yyyy hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as LAST_MODIFIED_DATE
    , (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) age
    CASE
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 0 AND 1, THEN ' 0 - 1 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 2 AND 4 and THEN 2-4 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 5 AND 9, THEN 5-9 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 10 AND 19, THEN 10-19 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) > 20 THEN ' Days 20 + ".
    ANOTHER "UNKNOWN".
    END AS AGE_GROUP
    OF IncidentDataBase
    and the STATE not in (4,5,6)
    and rownum < 10;
    END;

    If you run this query in sql * plus you can declare a sql * more variable, assign a numeric value according to 'now' and use in your application, i.e.

    SQL > variable NUMBER of SYSDATE_UTS;
    SQL > exec SYSDATE_UTS: = (sysdate-to_date('19700101','yyyymmdd')) * 86400;

    You would then call your request, referring to sql * more variable with a colon as SYSDATE_UTS prior to it (i.e.: SYSDATE_UTS)

    SELECT
    INCIDENT_NUMBER,
    TO_DATE (to_char ((1/86400 * REPORTED_DATE) + to_date ('19700101', 'YYYYMMDD'), "jj/mm/aaaa hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as REPORTED_DATE_TIME,
    GROUP_TRANSFERS
    LAST_MODIFIED_BY
    , to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 * LAST_MODIFIED_DATE, "mm/dd/yyyy hh24:mi:ss"), 'hh24:mi:ss dd/mm/yyyy') as LAST_MODIFIED_DATE
    , (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) age
    CASE
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 0 AND 1, THEN ' 0 - 1 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 2 AND 4 and THEN 2-4 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 5 AND 9, THEN 5-9 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) BETWEEN 10 AND 19, THEN 10-19 days
    WHEN (to_date (to_char (to_date ('01011970 ', 'ddmmyyyy') + 1/24/60/60 *: SYSDATE_UTS, ' mm/dd/yyyy'), ' mm/dd/yyyy'))-(to_date (to_char (+ to_date('19700101','yyyymmdd') + 1/86400 * REPORTED_DATE, ' mm/dd/yyyy'), ' mm/dd/yyyy')) > 20 THEN ' Days 20 + ".
    ANOTHER "UNKNOWN".
    END AS AGE_GROUP
    OF IncidentDataBase
    and the STATE not in (4,5,6)
    and rownum<>

    Table stores IncidentDataBase the "dates" in the number of seconds since the epoch unix?

  • Why the My Bookmark Properties dialog box is so great about a machine dual monitor?

    I don't know if this is related to having two monitors or not, but on my machine, when I open the bookmark properties dialog box, it extends on monitors and the dialog box is huge.

    How do I shrink this down to the original size?

    I will be attaching the image as a response to this post, if possible.

    Thanks in advance,

    Joe

    Try Firefox Safe mode to see how it works there.

    A way of solving problems, which disables most of the modules.

    The problems of Firefox using Firefox SafeMode

    When in Safe Mode...

    • The State of plugins is not affected.
    • Custom preferences are not affected.
    • All extensions are disabled.
    • The default theme is used, without a character.
    • userChrome.css and userContent.css are ignored.
    • The layout of the default toolbar is used.
    • The JIT Javascript compiler is disabled.
    • Hardware acceleration is disabled.
    • You can open the mode without failure of Firefox 15.0 + by pressing the SHIFT key when you use the desktop Firefox or shortcut in the start menu.
    • Or use the Help menu option, click restart with the disabled... modules while Firefox is running.

    Do not choose anything at the moment, just use 'continue in safe mode.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before using the shortcut of Firefox (without the Shift key) to open it again.

    If it's good in Firefox Safe mode, your problem is probably caused by an extension, and you need to understand that one.

    http://support.Mozilla.com/en-us/KB/troubleshooting+extensions+and+themes

    When find you what is causing that, please let us know. It might help others who have this problem.

  • Got a 27 "monitor from Apple, with thunderbolt (error). My MacPro can't love at first sight. Apple won't bring back the monitor. Will using a USB 3 map and then using a hard drive with USB 3 and Thunderbolt works?

    Got a 27 "monitor from Apple, with thunderbolt (error). My MacPro can't love at first sight. Apple won't bring back the monitor. Will using a USB 3 map and then using a hard drive with USB 3 and Thunderbolt works?

    N ° you need a computer logic board which has built in Thunderbolt.

  • The use of two monitors external and Tecra M5

    Hello

    I was employed to work with two screens of 17 "connected to a computer monitor in extended desktop mode, ii just changed job and now I have the following configuration:

    a Toshiba laptop connected to the Toshiba Tecra M5 docking station and an external 17 "monitor connected to the port of digital dockstation which works very well.

    I also have connected another monitor 17 "external to the Dockstation RGB port but Black Guard

    I ' ts really terrible work like this switching between the 17 "monitor and the computer monitor small toshiba laptop.

    What I would like is to work with the monitor two external 17 "and keep the laptop monitor off, or if possible.

    Any ideas?

    Any help will be very welcome
    Husband PAz

    Hello

    What docking station do you use?

    Advanced Port Replicator III or Advanced Port Replicator III more supports the use only if the laptop itself also support the simultaneous use of RGB & DVI.

    I don t think that Tecra M5 can do

  • What is the largest external monitor I can use with Portege M400?

    I have a Portege M400-s5032x tablet and a pa3680u docking station. I would get a larger external monitor for use with the docking station, which is the largest monitor I can use?

    I have a widescreen 18.5 on there now and that you would go up to 20 or 22 inch widescreen.

    As far as I know that there is no limitation. You can use what you want.
    The only thing that may be problematic is the resolution of the screen.

    At the docking port DVI?

  • Hi, I have a macbook pro retina 15 "(mid-2015) and I would like to connect it to my I-mac to use as monitor." The i - mac is from 2009 and a not a connection Thunderbolt... wouldn't I need a maid in the DVI male? Thank you!

    Hi, I have a macbook pro retina 15 "(mid-2015) and I would like to connect it to my I-mac to use as monitor." The i - mac is 2009 and a not a port Thunderbolt... wouldn't I need a love at male Cable DVI?

    Any help / advice would be much appreciated... Thank you!

    Your iMac has minidisplay port?  Here are the conditions:

    https://support.Apple.com/en-us/HT204592

    Ciao.

  • The use of data in the dialog box

    Hello

    I started using DIAdem Dialog Editor and I wonder how I would use data that has been entered in a dialog box or table cell perform some calculations on it and display the results in another dialog box.

    I'd also be looking to retrieve data in a drop-down list or dialog box and and displayed it in my final report format.


  • W530 need to use the external monitor as the main

    I have a training environment with the help of portable computers W530, who are locked in a box in front of the offices. It is not practical to reach the computer as it's hidden and so I need to use the dvi cable external monitor for the configuration of the bios, boot order, etc..

    Currently, boot options are hidden from the external screen until windows loads. The external monitor would then become active. A way around the monitor to the laptop altogether?

    Thank you

    Russ

    VGA is driven by Nvidia, so apply the same parameters. Comes to the boot monitor in VGA BIOS (I forgot what we call this specific setting, as my W530 is at home). You should always pass nvidia Optimus only.

  • How to monitor the use of the PXI UC?

    Does anyone know a way to control CPU utlization on a controller with LabVIEW PXI programmatically? I know that NEITHER had a VI owner to monitor the use of memory called rtgetmemorysummary.vi to monitor the memory usage, and I want to do the same for the CPU usage.

    If you mean a targer RT, then you can use

    RT get CPU loads.vi

    See here

    Marco

  • We monitor windows servers using pdh.dll and we receive "error PDH 0xc0000bc6:9 - &#62; data are not valid" a few times in the meantime.

    We monitor windows servers using pdh.dll and we receive "error PDH 0xc0000bc6:9-> the data is invalid" a few times. Need to understand what causes this and how to fix the same.

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/winserverManagement/threads

    Hope this information helps.

  • Error message "monitor has not been deleted. The PDFLitePort provided by the monitor is still used. Unplug all printers on this port, and then delete this port.

    Original title: 'RedMon Redirection Port Monitor': pray, harming this pose to my pc?

    I recently tried to download a free pdf creator, after which I noticed "RedMon Redirection Port Monitor in my program Menu. I'm exhausted trying to delete it, and yet I get this response: "monitor has not been deleted. The PDFLitePort provided by the monitor is still used. "Unplug all printers on this port, and then delete this port. I need help to deal with this, as I suspect that the Redmon may pose harm to my pc

    Hello Apollo,

    Welcome to the Microsoft community where you can find all the answers related to windows.

    According to the description, it seems that you are having problems with uninstall Redmon as it gives the error message "monitor has not been deleted. The PDFLitePort provided by the monitor is still used. "Unplug all printers on this port, and then delete this port.

    Perform the steps in the link to uninstall Redmon.

    http://pages.cs.wisc.edu/~ghost/RedMon/en/redmon19.htm#39

    Answer to us if you are having problems with Redmon or any other issue of Windows, and I'd be happy to help you.

    Good day!

    Hope this information helps.

  • How can I use my Sony TV as a computer monitor via the Wi - Fi connection, it uses for file sharing?

    I "ve connected brand sony LED tv with WI - FI connectivity (router) connection. Currently I am able to view the media files from my shared folder. Now, I want to display my monitor on the TV. How can I do?

    Hey joshi;

    I understand what you're asking, and the answer is no. It's just not possible that the way things are right now. There are several ways to get your desktop on your TV, but unfortunately wifi isn't one of them.  Your best bet would be to just connect your laptop to your TV with vga or hdmi, and then use a wireless keyboard and mouse.

    I hope this helps.

Maybe you are looking for

  • Satellite L35 memory installation question

    I'm upgraded memory in my laptop of buddies, but for all intensive purposes, it will be here on out considered a mine. The toshiba satellite L35 originally supplied with 1 x 512 MB of RAM, 6 months, I have improved, putting 1x1gb stick in and keeping

  • Unable to see the websites the child has visited

    Ive done everything I was told but are still unable to visit Web sites they have visited... Please help soon... THANKS... :) Original title: sorry but I am not able to view websites my child has visited... im using windows 7 can someone help...?

  • Fallout 3 CTD

    Fallout 3 crash to desktop while playing randomly

  • I always have to reset the Date & time...

    Whenever I turn on my computer, I have to reset the time & date. How can I fix?

  • WRT160N - need help

    Earlier this evening, I tried to find my IP address on my computer. I typed in ipconfig in Run command window cause I thought that's what I had to do. Turn on this was not, and now my wifi is messed up. I have wifi avaiable on my iPod Touch, but not