How to tell the difference between access through JDBC and direct sql queries through server dimensions

Hi all

We use an Oracle 11 g server, the request is sent to the oracle database through different ways, one directly from the server of dimensions and is another method below

  • TDC customer creates a session in the api
  • session of the API sends a request to the application server
  • application server queries the database

Of course, I see all the sql queries in the oracle database, but what I am interested in is now what queries go directly through the server dimensions and through the API. Please tell me how I can find this information.

MACHINE, TERMINAL, PROGRAM, MODULE and CLIENT_INFO column in V$ SESSION could give you a clue.

HTH,

Lordane Iotzov

Tags: Database

Similar Questions

  • ADF 11 g - how to tell the difference between an entire page and an AJAX request

    Hello

    I noticed that a ControllerClass (an instance of oracle.adf.controller.v2.lifecycle.PagePhaseListener, which I defined in the ControllerClass of the pageDefinition property) also get a life cycle AJAX request. The question is how did I get the difference between a request for a full page and a PPR/AJAX application from inside the afterPhase() or beforePhase() method?
    Thank you.

    Rgds,
    Rudi

    isPartialRequest going to do: http://www.oracle.com/technology/products/adf/adffaces/11/doc/adf-richclient-api/apidocs/oracle/adf/view/rich/context/AdfFacesContext.html#isPartialRequest (javax.faces.context.FacesContext)

    John

  • How to tell the difference between recommended, and optional updates long after they have installed bene?

    I have a Vistaprogram of the window running on my Toshiba laptop.

    In the past, I've confirmed that optional udates be installed. Please help: now I want to uninstall optional updates because my computer is slow.  How to tell the difference between recommended, and optional updates long after they have installed bene?

    Hey monkey 44,

    I suggest you view the history in Windows Update:

    http://Windows.Microsoft.com/en-us/Windows-Vista/see-which-Windows-updates-are-installed

    Those listed as recommended is technically optional.

    Before you delete updates the computer, I suggest you try the steps from the following link to improve performance and check if that helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/ways-to-improve-your-computers-performance

    I hope this helps.

  • How to tell the difference between default programs downloaded vs programs

    How can I tell the difference between my default that is already installed on my computer and programs that were downloaded on my computer that I need to uninstall? I'm very nervous about to enter Control Panel and then try to decide what programs or downloads that need to be uninstalled by fear of uninstalling vital programs in need of my computer.

    Hi AnitaJackson,

    What operating system is installed on your computer?

    Built-in applications on Windows will not appear in the control panel of Windows. The programs you have downloaded only appears in the Panel. If you want to uninstall any program downloaded, you can uninstall it from Control Panel.

    Hope the helps of information.

  • How to tell the difference between two dates

    Hello:

    I have a question on how to get the difference in quantities for two dates in the replies and dashboard.

    This is the scenario. I have two guests date and three columns. The first column must be the sum of the amounts for the first quick date. The second column should be the sum of the amounts for the second fast date. And the third column is the difference between the first two columns.

    Basically, I'm trying to do something similar to a function of sum of two lines but trying to get the difference between the two rows. Any help to solve this problem would be appreciated.

    Use the COLUMN FILTERS level...

    the first column with the first variable of date quick presentation of the filter

    Similarly, the second column in the second variable of quick overview of date filter

    Kind regards
    Rambeau

  • How to calculate the difference between a Date column and the Date yesterday in the analysis (in the formula in the column)

    . For example, I need to calculate the difference between a date column, 'Table_Name '. "' Column_Name ' and (Current_Date-1). I tried different ways to do this. But nothing seems to work.

    Try the below formula.

    Replace "Time". "" Date "with your column.

    TIMESTAMPDIFF (SQL_TSI_DAY, "Time". "Date", TIMESTAMPADD (SQL_TSI_DAY-1, CURRENT_DATE))

    Thank you!

  • SQL: How to tell the difference between the numerical value and Alpha numeric

    Pls check the following requirements and let me know how to prepare the SQL:

    1. I want to find the product that begins with Alpha value separately

    2. I want to find the product that starts with the numerical value separately

    data are the following:
    CREATE TABLE prod
        (product_code                   VARCHAR2(4) NOT NULL)
    INSERT INTO prod
    VALUES
    ('L016')
    /
    INSERT INTO prod
    VALUES
    ('A035')
    /
    INSERT INTO prod
    VALUES
    ('B001')
    /
    INSERT INTO prod
    VALUES
    ('1717')
    /
    INSERT INTO prod
    VALUES
    ('7151')
    /
    INSERT INTO prod
    VALUES
    ('7019')
    /
    INSERT INTO prod
    VALUES
    ('0729')
    /
    INSERT INTO prod
    VALUES
    ('0730')
    /
    INSERT INTO prod
    VALUES
    ('L007')
    /
    INSERT INTO prod
    VALUES
    ('C013')
    /
    INSERT INTO prod
    VALUES
    ('D008')
    /
    INSERT INTO prod
    VALUES
    ('L021')
    /
    INSERT INTO prod
    VALUES
    ('0710')
    /
    INSERT INTO prod
    VALUES
    ('0718')
    /
    INSERT INTO prod
    VALUES
    ('L005')
    /
    INSERT INTO prod
    VALUES
    ('0716')
    /
    INSERT INTO prod
    VALUES
    ('0711')
    /
    INSERT INTO prod
    VALUES
    ('0701')
    /
    INSERT INTO prod
    VALUES
    ('0724')
    /
    INSERT INTO prod
    VALUES
    ('0728')
    /
    INSERT INTO prod
    VALUES
    ('0714')
    /
    INSERT INTO prod
    VALUES
    ('0704')
    /
    INSERT INTO prod
    VALUES
    ('7150')
    /
    INSERT INTO prod
    VALUES
    ('L024')
    /
    INSERT INTO prod
    VALUES
    ('L033')
    /
    INSERT INTO prod
    VALUES
    ('0721')
    /
    INSERT INTO prod
    VALUES
    ('0708')
    /
    INSERT INTO prod
    VALUES
    ('0723')
    /
    INSERT INTO prod
    VALUES
    ('L004')
    /
    INSERT INTO prod
    VALUES
    ('L018')
    /
    INSERT INTO prod
    VALUES
    ('0725')
    /
    INSERT INTO prod
    VALUES
    ('0719')
    /
    INSERT INTO prod
    VALUES
    ('0726')
    /
    INSERT INTO prod
    VALUES
    ('0712')
    /
    INSERT INTO prod
    VALUES
    ('0727')
    /
    INSERT INTO prod
    VALUES
    ('0703')
    /
    INSERT INTO prod
    VALUES
    ('TEST')
    /
    Kind regards

    Yamen
    1)select * from prod where translate(substr(product_code,1,1),'#0123456789','#') != '#'
    
    2)select * from prod where translate(substr(product_code,1,1),'#0123456789','#') is null
    

    Ravi Kumar

  • How to tell the difference between the quantity and amount of bonus line

    First of all sorry for the newb question...

    I'm with r12 oracle ebs.

    When I look at the ont.oe_order_lines_all table, I didn't find any distinction between quantity and Qty. bonus

    Anyone can point out which column I can filter it?

    Thank you...

    You can also see prices on a new line (bonus) sales order line table?

  • How to make the difference between data (different sensors and actuators) is tans/recvd using series com

    Hello

    I get 2 different types of data from the controller. How to differentiate b/w them.

    After receiving my code in deccissions. There are 6 different control elements in my project attached to the controller. Thanks for give me idea how I send data to the controller for this controller to differentiate that exit to be active or low

    First, look at the couple of serial examples that come with LabVIEW. You use the VISA functions to read and write. Your technique to separate the values will work as well in LabVIEW. You would be to convert the string returned by VISA reading to a digital (i.e. with the Scan of the chain). Then do the comparison, then the result of wire to one of the two indicators. Put the terminal of each indicator inside a case statement would be a way to do it.

  • Is someone can you please tell me what the "ESD" means to Acrobat Pro Win ESD XI? What is the difference between 'Acrobat Pro XI' and "Acrobat XI Pro Win ESD"?

    Is someone can you please tell me what the "ESD" means to Acrobat Pro Win ESD XI? What is the difference between 'Acrobat Pro XI' and "Acrobat XI Pro Win ESD"?

    Hi pattiparrish,

    ESD stands for electronic Software Distribution. Acrobat XI provided compact disc of thought which included installation CD, on the other hand it was also provided by ESD, which included the direct download for Acrobat link XI products download Adobe Acrobat | Standard, Pro | DC, XI, X.

    There is no difference in the application, the difference, it's just that how it is provided to the customer.

    Kind regards
    Nicos

  • HOW smart card smart card slots look like? What are the differences between smart card slots and cards express?

    HOW smart card smart card slots look like? What are the differences between smart card slots and cards express?

    Hi Smitty,

    Yes, so ExpressCard is an interface that has a USB port to this topic where I can plug in external devices to be attached to my computer right? I did a search on google but could not find photo Card Slot smart. I need a picture to get an idea of how look like a smart card Slot.

    Next time try BING...

    http://tinyurl.com/95rgwxw
    http://tinyurl.com/9plc7zt

    http://tinyurl.com/8h96qsr

    Scroll to the left view (image 5)

    http://support.Dell.com/support/eDOCS/systems/latd610/en/ug_en/about.htm

  • How to find the difference between standard edition and standard edition one

    How to find the difference between oracle database standard edition and standard edition one 64 bit

    (a) using sql
    (b) using the configuration/installation files

    How to find the difference between oracle database standard edition and standard edition one 64 bit

    (a) using sql

    Select * the option of $ v;

    (b) using the configuration/installation files

    opatch lsinventory-details

  • What is the difference between access specifiers and access modifiers?

    What is the difference between access specifiers and access modifiers? they are same? If this is not the case, what is the difference.

    The JLS called access modifiers, but sometimes they are simply called access specifiers.

    I'm not aware of any distinction between the two terms (except that one is good ;-))

  • What is the difference between HP Photo Creations and Snapfish

    I've been curious.

    What is the difference between HP Photo Creations and Snapfish?

    Hi Jeff17866. The difference between these two services are the location, accessibility and share-ability of the recorded images. Snapfish is a photo on the web edition and sharing and belonged to printing HP service. You upload your images on the Snapfish site and share with other sites (Facebook, Flickr, etc) by selecting the appropriate options. The images are then stored on the cloud, and you will be able to access it from any device with Internet access. So, if you want to easily share your photos with your friends and family around the country, Snapfish is a great tool to do. HP Photo Creations is a photo editing software that you download to your desktop. You can edit your photos and order prints just as with Snapfish, but all pictures remain on your hard drive. They can be shared by downloading files on the sites you want the images appear, but you are not able to access it on other devices. -Chauntain

  • What is the difference between Windows 7 OEM and the retail version of Windows 7?

    Can someone tell me, what is the difference between windows 7 OEM and sales vs retail?

    On Thu, 20 Sep 2012 19:56:47 + 0000, STEVE-5 says:

    Can someone tell me, what is the difference between windows 7 OEM and sales vs retail?

    There is no difference in the product itself.

    Although if you get a generic OEM full version, it contains the
    even software, it has the following disadvantages compared to the
    commercial version:

    1. the biggest drawback of an OEM version (at least in the USA) is
    that its license it permanently binds to the first computer, it is
    installed on. He can never legally be moved to another computer, sold,
    or given (except with the original computer). If the computer
    dies or is stolen, your license dies with him.

    2. he can't do a clean install, not an upgrade.

    3 Microsoft offers no support for OEM versions. You cannot call their
    with a problem, but rather to secure the necessary support of your
    OEM; who take in charge may go anywhere between property and non-existent. Or
    You can get support elsewhere, like in these forums.
    Ken Blake, Microsoft MVP

Maybe you are looking for

  • Portege Z930 - 14 X - need key for the new installation of Windows 7

    Hello our company bought a Toshiba Portege Z930 - 14 X, and it is necessary to do a clean install of Windows 7. Unfortunately there is no key working Windows 7 can be found anywhere on the unit.I read the installation key, but the key is not supposed

  • 15 af000ur: 15 - af000ur what operating system?

    Good day! on this laptop model has been replaced a hard drive on the SSD. I installed the 8.1 OEMWindowsoperating system. but it does not come to this laptop (the activation key was not) let it please . ISO (or something like that) with the operating

  • Clone of each element in an array of 1 d several times to create a 1 d table

    For an array of 1 d example [1,2,3,4,5,6], how to duplicate each element 5 times for example, to generate a new table 1 d as [1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6]?

  • photo icon

    I'm studying some .in 1 vi vi there is a picture icon .but I don't understand how this icon bcz I copied n jpeg on block diagram, so he takes as a decoration. This icon is an indicator bt kindly tell me how can I do one even in my vi.

  • error in Roxio

    Hi, I have the same problem with roxio error, I learned to msconfin and found nothing of roxio, what do I do next?