apex_workspace_activity_log view column ip_address

Hello

When I ask apex_workspace_activity_log, why there are a few lines with two ip addresses separated by commas?
Here's the example query I ran on apex.oracle.com
select ip_address
from apex_workspace_activity_log
where ip_address LIKE '%,%'
;
Also why ip address and user agent column is not populated for all the lines in the view of apex_workspace_activity_log?

Kind regards
Jari
-----
My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
Twitter: http://www.twitter.com/jariolai

Hi Jari

When I ask apex_workspace_activity_log, why there are a few lines with two ip addresses separated by commas?

I have not all entries like this on my local implemented using SST. On apex.oracle.com that the first address is coming from everywhere (including my ISP and search bots), then it seems to be the true origin of the request. The second address is always either 141.146.114.41 or 141.146.114.42, which resolves to acsmv0121.oracle.com and acsmv0131.oracle.com respectively. Run () owa_util.print_cgi_env on apex.oracle.com says:

X-Forwarded-For = 82.46.239.216  // cpc9-sgyl29-2-0-cust215.sgyl.cable.virginmedia.com (my ISP)
REMOTE_ADDR = 141.146.114.41     // acsmv0121.oracle.com

This indicates to me that the APEX to connect both of these addresses when they differ, or it is a result of the use of an architecture of web server in particular (i.e. not SST on the DB server).

Also why ip address and user agent column is not populated for all the lines in the view of apex_workspace_activity_log?

I read somewhere that it's for performance reasons because they will be the same for all entries for a session. If you look at the log, they are recorded for the first two entries in the session (usually deep link request and forwarding connection involved).

Tags: Database

Similar Questions

  • Problem with PanelCollection view-> columns

    I have a table inside PanelCollection.

    The table columns are dynamic tires using managed data bean.

    < af:forEach items = "#{viewScope.FinderBean.searchResultColumnMetaDataList}" = "colMetaData" var "

    varStatus = "ind" >

    < af:column sortable = "true" sortProperty = "searchResultColumns. "#{ind.index}" = "no style" rowHeader

    "headerText =" #{colMetaData.label} "id =" c# {ind.index} "width =" #{colMetaData.width} ' "

    rendering = "#{not colMetaData.adfHidden}" >

    < af:activeOutputText value = "#{row.searchResultColumns [colMetaData]}" id = "aot1" / > "

    < / af:column >

    < / af:forEach >

    When the page is rendered, I don't see my names of columns listed under view-> columns.

    What should I do to make it show? Thank you.

    The problem is when the page is being rendered for the first time, there was no data to display. And searchResultColumnMetaDataList is an empty list.

    Is what I did to make it work:

    Have a method to retrieve the names of columns in search results when the page is rendered first. In my af: for each loop, I have given in searchResultColumnMetaDataList.

    Even when I have no result returned yet, I have the names of columns to display.

    Thanks to all the suggestions. They helped.

  • How do I know how much the number of materialized view columns

    How do I know how much the number of materialized view columns

    Thank you

    Gopal

    Best to include the owner too if you use all_tab_columns

    Select count (*)

    from all_tab_columns

    where owner = "."

    and table_name = "."

  • Need to have different BAM view column name to the dataobject fields

    Is it possible to give names of columns of different view in the BAM report. I'm getting a data object and display the data in the BAM view. View columns have default names similar to the data object fields. How can I customize the display of the report.

    Thank you

    Yes. This is possible.
    Go to the properties of the view tab.
    In the text and Align window
    Select the field you want to rename, and then type the position value visible report in the column header

    Concerning
    Poyard

  • view column selections 12.04.0.119 iTunes restore

    I really don't understand why you guys are trying to hurt for us to each update. I want to have my regular view my playlists were you all columns with details of the song, not the color of those, please. I you use iTunes to keep my playlists organized for my DJ sets, links iTunes with Rekordbox and Traktor. On the previous version, you could do the procedure here: http://www.techradar.com/how-to/software/applications/how-to-change-itunes-playl ist-view-1302442 and it change back. You can't do that in this last update. PLEASE STOP CHANGING THIS!. How can I get the classic view in this update? If there is a real way. I really want to stop with this unnecessary changes, I hate having to search all over the Internet each time you decide to update iTunes, if it continues, best ever update again.

    Byron Aragon wrote:

    I really don't understand why you guys are trying to hurt for us to each update. I want to have my regular view my playlists were you all columns with details of the song

    Go to view-> view as

    Change the "Playlist" to "songs".

  • [OBIEE 11 g] Create customized to group columns in a table view column header

    Hello world

    I got a requirement to group certain columns in the table view with a custom column header name (for example to create a two-level header).

    The layout I have now:

    [Jan]     [February]     [Mar]     [Apr]     [May]     [June]     [Jul]     [August]     [Total sales]

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

    1          2          3            4          5           6           7          8           36

    The layout I want to achieve:

    [                  Q1                    ] [                   Q2                   ]    

    [Jan]     [February]     [Mar]     [Apr]     [May]     [June]     [Jul]     [August]     [Total sales]

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

    1          2          3            4          5           6           7          8           36

    I use Table View, is it possible to get the above provision? Any comments appreciated. Thank you.

    See you soon,.

    Kayip

    Hello

    It is a simple parameter, it is unpacking already...

    The property "of the topic folder" of your columns allows you to enter the required text.

    PS: Do you really have columns in your field with the name of the month? Is it not something better managed with a hierarchy of real time and using a pivot to display the month columns? In this case the grouping of quarters is already there...

  • change the type of a column in a view column

    Hi all

    I have a visibility.

    CREATE or REPLACE FORCE VIEW veh (wine,
    last_nm,
    first_nm,
    city_nm,
    model_yr,
    veh_indctr
    )
    AS
    SELECT vs.vin, p.last_nm, p.first_nm, p.city_nm, vs.model_yr,
    (CASE
    WHEN vs. TYPE IN ('TEST', 'RECYCLE')
    THEN 'Y '.
    ANOTHER "N".
    Veh_indctr END)
    VEHICLE vs, person p
    WHERE vs.vin = p.vin;

    Here veh_indctr is not any table, so I want to set the data type for this column.
    Type column must be VARCHAR2 (1)
    How can we do that... Please advise on this


    Thanks in advance

    Published by: user1692585 on April 15, 2013 06:19

    What is the current of this column data type when you create the view...

    In any case, you could use CAST

    cast
         (
      CASE WHEN vs.TYPE IN ('TEST', 'RECYCLE')
              THEN 'Y'
              ELSE 'N'
      END as varchar2(1)
         ) veh_indctr
    
  • Fields comments and missing notes for the view columns

    Hello

    Miss me the comments and notes fields for columns to display in the relational model of DM. For the columns of the table, these fields are present, so it would be nice to present to views too. The import of designer must be adapted also to import these fields.

    Joop

    Hi Joop,

    My question is about the import of the designer for these fields. This is still not resolved, not even in rel 4.0

    Actually same DM 3.3 imports comments, notes, and comments in the repository designer RDBMS.  Although comments and notes are not accessible through the user interface, they are there and you can include them in the custom report.

    Comments and notes are accessible through the INTERFACE in DM 4.0

    Philippe

  • force a view column not null

    I can't create a view with a column not null. Using this script, you can see that the resulting table is a constraint not null for the first column, even if the two columns of the source of this line are not null. Is anyway to force the view on the occasion of this first column as not null? (I need to ODP.NET if I get an error here)

    DROP TABLE MYTABLE;

    CREATE the table MYTABLE
    (COL1 NUMBER (2) NOT NULL,)
    col2 number (2));

    drop table mytable2;

    CREATE the MYTABLE2 table
    (THE NUMBER (2) COLA NOT NULL,)
    colB number (2));

    create or replace view MYVIEW as select col1, col2 from mytable union select cola, colb from mytable2;

    Bird DESC;

    >
    Is anyway to force the view on the occasion of this first column as not null?
    >
    No--and there's a related problem if you create a table with a view. For example, the table emp has empno as NOT NULL. I have a copy of the named emp1 emp where empno is also NOT NULL.

    create or replace view v_emp as select empno from emp
    

    A view on the highest describe statement shows empno as NOT NULL. But, as you've discovered if you ask another Union column will become NULLABLE in the view described.

    The question is that if I use the view (on the single table of emp - no union or the second query) to create a table

    create table t_emp as select * from v_emp
    

    A describe on this table statement will show empno as NULLABLE.

  • Is there a way to define the window FILES in Adobe Bridge, as a view column?

    I'm used to the way Finder displays folders on Mac (see column). I would like, if possible, to have the ability to set the folders in bridge to column view window:

    Finder column view:

    Column view.png

    Instead of displaying the list of bridge:

    List View.png

    Is there a way to set the window FILES in Adobe Bridge, as a column view like in the Finder of Mac OS x?

    Is there a way to set the window FILES in Adobe Bridge, as a column view like in the Finder of Mac OS x?

    No, but it's a very nice idea, add it to the feature request page:

    http://feedback.Photoshop.com/photoshop_family/

  • Report view columns based on the selection of the month

    Hello

    I have an interactive report.
    In my report, I show the columns below. Let's say the show for months salary of the EMP for this month

    EmpID, ename, jan, Feb, mar, Apr, may, June, July, August, Sept, oct, nov, dec

    I have two selection lists (to filter the report) in my interface. P1_MONTH and P1_YEAR. These have static LOVs.
    Jan (Display) - 01 (Return)
    (Display) - 02 Feb (Return) and so on.

    I am facing problem while hiding under certain conditions the columns.
    For example, if the user selects the month "Mar." Then the report should display

    EmpID, ename, jan, Feb, mar

    Another example, if the month is "Jun" then

    EmpID, ename, jan, Feb, mar, Apr, may, June

    So he must hide under certain conditions the columns based on selection.
    I put the conditional 'view' in the column of the report for "expression of the ar-ticle/column value 1 = expression 2'.

    P1_MONTH (in the expression 1)
    + 06,07,08,09,10,11,12 (in the expression for the month of June selection 2) +.

    But doesn't the show/hide.
    Am I missing something? Please correct me if I'm wrong.

    I use APEX 4.1 & g 10 DB

    Thank you in advance,
    Daniel

    This

    value of item/column expression 1 = expression 2
    

    is equivalent to a PL/SQL expression, such as

    :P1_MONTH = '06,07,08,09,10,11,12'
    

    So maybe, select a PL/SQL expression condition and write something like that for the month of March - if I interpret correctly the your needs.

    TO_NUMBER(:P1_MONTH) <= 3
    

    Scott

  • Reports - display in a view column problem

    Hi all

    I have a report with the title, selector column, graph and Table.There are two selectors column that has a value in a drop-down list and B & C of the values in an another dow drop.

    A AND B
    C

    My requirement is when I select a to a and B in another I am displayed with a table and a table (table has 3 columns displayed)... when I select A and C, I have the table and the graph is refreshed, this time I want to see only two coulmns... is it possible?

    In the nutshell, in the second point of view, I don't want a column that appears in the first sight? Is this possible? Thanks in advance.

    Concerning
    Natraj

    Hi, you cannot change the change in the column picker. There must be a combination of the column and recommended before

    -John CRMIT

  • Yosemite stuck in a single column, view column for the finder discovers all files

    I use Yosemite on a MacBook Air and I am an old user of Mac since 1989. Today, I can not go single column, all files display even if the menu or the icon indicates that I should see display multi-column.   Y at - it a known bug, or a way to reset this?  Thank you.

    It is normally enough to 'reset ':

    Apple-> Forcequit menu: relaunch the Finder.

    If this does not help:

    Restart the mac in shift: starts in mode safe, slow, connection; When logged in, restart normally.

    Lex

  • in the simple user interface, where execution view column spacing is fixed?

    I used TestStand UI SequenceView control property to change the view of the execution in the LabVIEW simple operator interface. I can see the change when I start at the beginning of the IO, but then it goes back to the original format as it is running. I can't find where it is changed in the code. Does anyone know?

    The photo in the attachment worked for me.

    I think you need to do after the start of IApplicationMgr invoke node.

    Kind regards

  • From and to view columns

    Hi Master,


    I wrote a query to display (from line to line). Like this
    Select rownum,ename,sal from emp where rowid in 
     (select rowid from emp where rownum<&upto
       minus
      select rowid from emp where rownum<=&start);
    But now I got a new requirement. I have a table with 50 columns. I wanted to show column 10 to 25 data in the column.
    I don't want to see data in column 1 to 9 and 26 to 50. Y at - it a solutiion as top query.


    Plese advise...!

    Concerning
    SA

    I don't have any Oracle 11 g on hand to test the solution I provided above.

    Here is a consistent version of 10g of it: just replace the Select statement with the below and go look for it in the V_SQL variable.

    create table test_table
    (
      col1        number,
      col2        number,
      col3        number,
      col4        number,
      col5        number,
      col6        number,
      col7        number,
      col8        number
    );
    
    select 'select ' ||
           ltrim(max(sys_connect_by_path(column_name, ', ')) keep( dense_rank last order by rn - 1), ', ') ||
           ' from test_table' sel
      from (
            select table_name, column_name,
                   row_number() over (order by column_id) rn
                from user_tab_columns
               where table_name = 'TEST_TABLE'      --- give ur tablenamme
                 and column_id between 2 and 6
           )
     group by table_name
    connect by rn - 1 = prior rn
           and table_name = prior table_name
       start with rn = 1;
    
    SEL
    --------------------------------------------------------------------------
    select COL2, COL3, COL4, COL5, COL6 from test_table
    

Maybe you are looking for