Physical reads in the data base

Dear Experts,

I need to get separate SQL ID for the SQLs executed by a particular user - "PROD" b/w 09:00-17:00 (snap ID 1000-1008). I wrote below SQL:

Select sql_id distinct from DBA_HIST_SQLSTAT where PARSING_SCHEMA_NAME = "PROD" and snap_id between 1000 and 1008

Everyone sees a reason why this can be bad?

Thanks for sharing of the entries.

Select sql_id distinct from DBA_HIST_SQLSTAT where PARSING_SCHEMA_NAME = "PROD" and snap_id between 1000 and 1008
Everyone sees a reason why this can be bad?

request looks good, it makes you want you need.

Tags: Database

Similar Questions

  • Accounting software Microsoft Error Message: can not connect because the version of the application is older than the data base of the company

    Original title:

    Error message

    I use windows 7 laptop I format. After installation of Microsoft, accounting software and I wanted to backup restored it gives me error massage "can not connect because the version of the application is older than the data base of the company.» Up grade the application. " Eventhough I used the software even before I format the computer laptop and does ' t give me the options to upgrade. Need help.

    This means MS accounting requires the latest updates that have been installed originally creating this accounting database

    Accounting MS was abandoned a few years previously, so updates are not driven by windows/office update

  • Loading page elements are disabled and hard to read if the data is there?

    Hi all

    Request Express 4.2.2.00.11

    Oracle 11g

    Apex 4.2 theme 26 'Theme of productivity. "

    Mainly used IE v8 now.

    My question is, on the loading of the page that some fields are disabled but very difficult to read if the data is there.

    I tried somehow, like changing the color of background, text color but not very successful again.

    Any help please?

    Kind regards

    RItest2.JPG

    Irha10 wrote:

    Dynamic ACTIONS

    Change the type of dynamic action of disable for Run the JavaScript Code. Make the work of Code:

    $('#P1_ITEM1, #P1_ITEM3').prop('readonly', true); // The selector is a list of ID selectors for the items to be made read-only
    

    Change any existing dynamic action downstream to remove the readonly property instead of disabled .

  • Petition for grant to display all objects in the DB in the data base and discovers the DOF for each.

    Dear administrators,

    I created the user but now I have a requirement for the granting of privileges to view all objects in the DB in the data base and discovers the DOF for each.

    Any help please

    Ritz

    Thanks to advise all the

  • ADF is intended for the data base designed with vertical diagram?

    Hello

    I want to know if ADF 11 g is intended for the data base designed with vertical scheme where even the names of columns will be stored in a generic table?

    Thanks in advance.

    Published by: user8925296 on April 12, 2010 10:06

    The short answer is no...

    What do you call a 'vertical plan', it's what others have called for a schema of entity-attribute-value or universal data model. I advise you to do some research open minded on these types of patterns if you develop an application before continuing. Great sound in practice, they have very inherent ease of use and scalability problems. [url http://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:2314483800346542969] This could be a good starting point...

    John

  • The Oracle trace: number of physical reads of the signifier of disk buffer

    Hi all


    Since yesterday, I was under the impression that, in a trace file Oracle, the "number of physical buffer of disk reads" should be reflected in the wait events section.

    Yesterday we add this trace file (Oracle 11 g 2):

    call the query of disc elapsed to cpu count current lines

    ------- ------  -------- ---------- ---------- ---------- ----------  ----------

    Parse        1      0.00       0.00          0          0          0           0

    Run 1 0.04 0.02 0 87 0 0

    Get 9 1.96 7.81 65957 174756 0 873

    ------- ------  -------- ---------- ---------- ---------- ----------  ----------

    total 11 2.01 7.84 65957 174843 0 873

    Elapsed time are waiting on the following events:

    Event waited on times max wait for the Total WHEREAS

    ----------------------------------------   Waited  ----------  ------------

    SQL * Net message to client 9 0.00 0.00

    reliable message 1 0.00 0.00

    ENQ: KO - checkpoint fast object 1 0.00 0.00

    direct path read 5074 0.05 5,88

    SQL * Net more data to the customer 5 0.00 0.00

    SQL * Net client message 9 0.01 0.00

    ********************************************************************************

    We can see that the 65957 physical disk reads resulted only 5074 direct path read. Normally, the number of physical reads from disk is more directly reflected in the wait events section.

    Is this normal? Why is that? Maybe because these discs are on a San have a cache?

    Best regards.

    Carl

    direct path read is an operation of e/s diluvium, is not just to read 1 block

  • Example of VI for the reading of the data of Touchstone files

    Can someone please suggest one VI example for reading a data file of Touchstone (A__S_params.s2p) for me as a starting point. I want to get the data of amplitude and phase of S21 to design a filter. I tried to use the Plugin with the (DataPlugins - ATML) data Touchstone project from the example finder LabVIEW first convert Touchstone TDMS format file but failed. Thank you.

    Hi Kathar,

    The links below may be useful for you:

    http://www.NI.com/example/28433/en/

    http://www.NI.com/example/31284/en/

    Kind regards

    AGJ

  • The TYPE of CFINPUT DATEFIELD = won't accept the date from the data base

    I had a weird problem which I think may be just a way to explain to the server how to interpret value. I use ColdFusion 8 with SQL SERVER 2005 Express. In my table, the field is a DATETIME field and the date with time (eg. 2007-07-23 00:00:00).

    In my form, when I added using the DATEFIELD as the CFINPUT type, it records the date correctly. But when I use the EDIT.cfm form and try to put the value of the database in the CFINPUT DATEFIELD, the server generates an error. Here is the error:

    2007-07-23 00:00:00 / 0 is an invalid date or time string.

    Of course, I tried many things but I tried to force the date with DATEFORMAT format (qGetNewsInfos.dtIssued, "mm/dd/yyyy '") and many other format but without success.

    Is he knows how to use a date in the case of a < CFINPUT TYPE = DATEFIELD >?

    Try dateformat yyyy-mm-dd.

  • Not be saved in the data base of page elements

    Good afternoon

    I hope that it is a return of holiday brain cramp but I don't see the problem... I'm working on a help desk application and when a closed ticket is displayed, a button to reopen ticket. When the button is clicked: P5_STATUS_CODE should be replaced by reopened; P5_CLOSED_BY_KEY & P5_CLOSED_DATE must be null. the record must be recorded and the page redirected on itself.

    I've created a submit after process (sequence 10) that updates the fields with a condition that it triggers when the button reopen ticket (APPLY_CHANGES).

    Start
    : P5_STATUS_CODE: = 'reopened ';
    : P5_CLOSED_BY_KEY: = null;
    : P5_CLOSED_DATE: = null;

    wwv_flow. Debug ("P5_STATUS_CODE value = ' |: p5_status_code");
    end;

    Because the button to reopen ticket has a REQUEST of APPLY_CHANGES type, it triggers the process of update DML (sequence 30). Then the branches page on itself.

    Looking at the record in the database, I see that the date of modification (engine database trigger) is correct but the status code and closed fields were not updated.

    When I run the form with debugging, the process works and by the debug statement, the value of P5_STATUS_CODE is replaced by Reopened. Then the process of the DML is run. And finally the branch runs.

    0.02: point of treatment: ON_SUBMIT_BEFORE_COMPUTATION
    0.02: branch point: BEFORE_COMPUTATION
    0.02: point of calculation: AFTER_SUBMIT
    0.02: tabs: make the connection for the tab queries
    0.02: branch point: BEFORE_VALIDATION
    0.02: perform validations:
    0.02:... Point Not Null Validation: P5_SITE_KEY
    0.02:... Point Not Null Validation: P5_PEOPLE_KEY
    0.02:... Point Not Null Validation: P5_TRACKER_KEY
    0.02:... Point Not Null Validation: P5_ASSIGNED_TO_KEY
    0.02: branch point: BEFORE_PROCESSING
    0.02: point of treatment: AFTER_SUBMIT
    0.02:... Process of "reopenTicket": begin PLSQL (AFTER_SUBMIT): P5_STATUS_CODE: = 'Reopened '; : P5_CLOSED_BY_KEY: = null; : P5_CLOSED_DATE: = null; wwv_flow. Debug ("P5_STATUS_CODE value = ' |: p5_status_code"); end;
    0.03: P5_STATUS_CODE value = Reopened
    0.03:... Treat "process line of the POST": DML_PROCESS_ROW (AFTER_SUBMIT) #OWNER #:TICKET:P5_KEY:KEY | IUD
    0.04:... Do not run the "reset page" process, treat the point = AFTER_SUBMIT, condition type =, when you press the button = DELETE
    0.04: branch point: AFTER_PROCESSING
    0.04:... Leadership assessment: AFTER_PROCESSING Type: button 'REDIRECT_URL': Branch (key no.): ASK
    0.04:... Leadership assessment: AFTER_PROCESSING Type: button 'REDIRECT_URL': 1820524144021869 branch: (Unconditional)

    I tried to change the source used on the fields still only reach and that didn't work either. Does anyone have a hypothesis as to why the fields I'm reset are not saved?

    Thank you
    Ray

    If the box is not displayed then the items are not part of the subject page and will not be part of the automatic DML. Try creating another process sequenced after the automatic DML. This process must be a simple update statement updating these columns in your table.

  • Migrate the data base sybase HR peoplesoft on oracle 11g

    Hi all

    We're looking for sybase 12 migration to Oracle 11 g. We are not sure on what path to choose for this migration to. THS sybase Database is about 55 GB. Here are a few questions. Please let me know. The downtime on this database cannot be more than 2 days at max.

    1. What is the fastest way and to do this, if there is one?
    2. all the Documentation on the migration steps?
    3. do we have to use any tools 3rd part for this?
    4 can we reach the migration of data with sql loader, if so is it the way suggested to do this, and is there a documentation on that?

    I tried developer sql to do the migration, but it doesn't go well and finally found that is not the way to migrate a database with peoplesoft, here is the link environment to explain more about what I've done with sql developer.

    If there are any other necessary information, link below has almost all of the information.

    Re: Migration of HRMS peoplesoft sybase database to oracle 11g

    Thank you
    Murielle

    (1) build an Oracle system demo patched for the same level of output than the current system of production.
    (2) launch the application designer and compare the production system for the demonstration for you system can capture changes.
    (3) load a custom table with the tables listed in the MVPRDEXP. EXP in the production system. Run a script to create a script to export for all PSRECDEFN where the RECTYPE is 0. This identifies all application data tables. You may want to dms export large tables in parallel.
    (4) DMS import the exported data in the Oracle instance.
    (5) re - apply changes.

  • Limitations of the data base

    Windows Server 2008 - Oracle 11g 11.2.0

    I was checking Oracle Enterprise Manager.
    There is a warning as limits of data saying that open cursors are 2185.
    I checked some settings:
    open_cursors: 12000
    session_cached_cursors: 50

    To me, it seems that the limit is far from overflowing...
    So, I try to understand why I got this warning.

    Could you please help me?

    Ed

    You should be able to click on the link to the warning and access to an open cursors screen which will show you the warning and critical levels, as well as your recent history. On my machine, it seems that the default value is 1200, which is far from my normal use - it's the kind of humor that warning message was sent at time of my use to a minimum. Why it checks how to is one of those mysteries of the universe. You could try setting levels in the settings screen to manage, but on older versions on my platform, which has been a challenge.

    Note There are EM for a: http://forums.oracle.com/forums/category.jspa?categoryID=70

  • More powerful hardware worst performance on the data base why?

    Dear all

    Help, please. I have recently improved our 10.1.0.3 to 10.2.0.4 database on a new server (Windows 2008 Server quard Core 64 bit with 6 GB of RAM). The third party software that will work perfectly, now malfunctioning.



    I have compiled a list of summary points.

    In summary:


    Point 1. A PC (core 2 processor double 32 bit, with 2 GB of RAM on windows XP) runs faster (a windows 2008 server running in the Quard Intel core with 6 GB RAM 64 bit) the two machines are defined to use 70% of the computer's memory (IE total SGA + PGA)

    Point 2. When the third-party software works the number of session (v$ session) varies. In some part of the application, it takes 60 + sessions to run a single report for a generation single end-user. (PC use much less session about 12 sessions)

    Point 3. The report that generates the session 60 + (I mentioned in point 2) also takes very long time 20-30 minutes (the report still run on the PC run a lot fasters 3-5 minutes)

    Point 4. Third party software is written in VB and Chrystal reports.


    Questions: -.

    1. How is the performance are so poor, even though we have more powerful hardware on the server than the PC?
    2. when applications run, and I have observed creating mulitple sessions and destroy is this mean he runs some sort of parallel query on the database?
    3. is there anything I can do to improve the speed of the server?

    concerning

    Ivan

    P.S. I statpack data but when I copy and paste the windws text and preview, the look of terrible format so I leave.

    ISWC wrote:

    Help, please. I have recently improved our 10.1.0.3 to 10.2.0.4 database on a new server (Windows 2008 Server quard Core 64 bit with 6 GB of RAM). The third party software that will work perfectly, now malfunctioning.

    Not unusual.

    It could be that the configuration used for the new server is not appropriate to use efficiently the resources of that server.

    This may, for example, designate a bottleneck caused by the use of more powerful equipment. For example, the I/O layer can manage server maybe pushing 80 Mb/s and 100 Mb/s. Most powerful processors are used, and these now perform i/o more calls per second and shoot n/b I/O required at 160 MB/s. This seriously overloading the IO layer and cause a blow all around performance drastically.

    Better support has the knack to better show how the software is designed and used. It allows the code to misconfigured software, designed and written to error even more and cause more problems, per second.

    3. is there anything I can do to improve the speed of the server?

    Who says that there is nothing wrong with the speed of the server?

    Observing that s/w is slower (VB and Crystal Reports as mentioned), it's just that - the observation of a symptom. This does not mean that the server is slow or there is a problem with the speed of the server. The server can run fast. Could just be that it runs a misconfiguration or poorly written software, very fast.

    A poor or inexperienced driver will seem a small car and slowish, fine. Put that person in a sports car and inability of the person to drive will quickly become very noticeable. This isn't the fault of the car.

    Similarly, I see not the question by looking at the server as being the problem - as if some buttons need to be pressed and switches put in order for automagically solve the performance problem.

    You must watch the symptom and identify what is the real problem. Only once you have identified the real problem, can it be addressed and solved.

  • Rocket v2 - freezes in updating of the data base - closing force won't solve it

    well title says it all
    update the database crashes at 100%
    I have already tried to remove the mtable.sys and force stop pressed the button for 20 seconds. I also tried to download the update of the firmware, but it found no available updates

    can I reinstall my firmware any? or do work around the updating of the database?

    ignore my post above, the problem is solved itself
    (I mean that I changed anything, I just forced to stop some several times, and about 10 times later, it worked perfectly )

    Anyway, sorry to flood the forums

  • Between the records in the data base - year wise

    Hi Experts,

    I have a database and I want to separate year files wise in a form of database.

    A database for 2013

    A database for 2014 and so on...

    There is currently no procedure for separation of records.

    Reports are increasing day after day.

    I intend to do this by querying each table and storing a different database.

    What a way to make?

    Cecile

    It takes less storage to add storage to a database it does to create a separate database for each year of data you want to store, so your argument to save cost and space is invalid.  It is not feasible; a partitioned table would be a good approach, as has already suggested it.

    David Fitzjarrell

  • Customization of the user for users of the data base and without security ADF

    JDeveloper version - 11.1.1.7.0

    I want to implement personalization by the user on the database of users and without ADF security. I followed the link in storing the repository in a file system but its same showing below the user interface for all users.

    http://Sameh-Nassar.blogspot.IE/2012/03/apply-MDS-to-Oracle-ADF-application.html

    Please guide me on how to do this for users of the database. Please share any other useful links, as appropriate.

    Customization of the user (SDM) does not care the security of applications. You can also apply to the MDS in your ADF application if you use the ADF security or custom security. The main idea is the class of customization (like MyUserCC) has the method call getValue this method should return the user name. When the user login stores the user id in the session and the method getValue returns the user session ID as:

      public String[] getValue(RestrictedSession restrictedSession, MetadataObject metadataObject)
      {
        try
        {
          String user = (String)FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get("userId"); // userId is the session variable that store the login user id
          if(user == null)
          {
            return new String[]{""};
          }
    
          return new String[]{user};
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        return new String[]{""};
      }
    

Maybe you are looking for

  • Why isn't the taskbar Windows 10 stay on top when browsing with Firefox?

    For one reason or another, the Windows 10 taskbar is not displayed on the top of the Firefox browser windows/pages. He remains at the top in Google Chrome and Internet Explorer. Why won't it stay on top in Firefox? I need to be able to see the time a

  • How to change the language setting in Microsoft word to generate a list of references?

    How to change the language setting in Microsoft word to generate a list of references? I use a Mac with the (traditional) Chinese language setting, and I need the reference generatinga list for my document in English!

  • read a chart from the bottom to the top

    Hy. I have a problem. I have a 2D chart and I already read it from the upper left to the lower right. But in order to apply image processing, I want to read in the lower left corner top right. To make it the first time, I used 2 loops for, but I can'

  • How to upgrade my Dell Axim5 pocket pc Media Player

    Cannot get on internet or update programs on this unit. I want to update internet explore and windows media player... anyone have any ideas?

  • printer quit printing

    XP Home and Brother MFC210C printer running. Get the message "cannot find the specified path". The printer queue also indicates a local document into it. Will not remove. A second office for printer icon also appears and flashes erratically. Tried to