Table that stores the information of Transport server

Hi gurus,
What is the name of table in the b2b database that stores the transport Server details?

I use Oracle 10g B2B.

Concerning
AYUSH

Hi Mary,

I do not have a facility of 10g here, but if I'm not mistaken not it is table TIP_TRANSPORTSERVER which holds the transport server details.

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • What is the name of the table that stores the APEX User Group

    Hello

    -J' created 2 users (user1, user2) APEX [Developer = NO & admin = NO]
    -also created 2 user group, say Admin & General

    and then have assigned User1 to the Admin group
    and user2 in the general group.

    I am able to find the list of the users of APEX_WORKSPACE_APEX_USERS, but the groups aren't there.
    How to check for groups of users whose individual end-user belongs to... I mean the name of the TABLE...

    Thank you
    Deepak

    Hello

    I missed the post read first
    Point of view is WWV_FLOW_GROUP_USERS

    BR, jari

    Published by: jarola on January 14, 2010 12:47 AM

    Published by: jarola on January 14, 2010 12:48 AM

  • table that stores the data of reconciliation

    Hello

    I'm running on IOM 11gr2PS1.  How can I query data reconciliation for a given grateful event?

    Thank you

    Khanh

    Recon data in tables RA_XXXX.

    -Kevin

  • [ADF, JDev12.1.3] That is the approach recommended to store the information of the logged-on user?

    Hallo,

    I would like to know which are:

    • approaches possible and advised to store the main information (which will be used throughout the application) of the user that is logged;
    • for each of the approaches that are the main advantages and disadvantages.

    For example

    I have my doubts if store info in variables private module request or if I'd better use the HttpSession.

    The use of HttpsSession back to store the information in a range session bean?

    A scope session bean should be used only to store information?

    Sorry if these question may be stupid but I'm starting to take care of the security of my application and I am a bit confused about the available possibilities.

    I use ADF Essentials, so I can't use ADFSecurity.

    Thank you

    Federico

    I have my doubts if store info in variables private module request or if I'd better use the HttpSession.

    Never use app module variables to store data. If you need to store data in the model project, you can use the UserData card, but you must implement the serialization/deserialization.

    Read this blog post for more information: http://andrejusb.blogspot.com/2012/05/solution-for-sharing-global-user-data.html

    The use of HttpsSession back to store the information in a range session bean?

    They are similar.

    Difference is that you can put data directly to the session http (as an attribute) and if you use managed bean then keep you data in the attributes of bean and framework will put bean in scope of the session.

    A scope session bean should be used only to store information?

    Well, do not store the amount of data in session bean because it will influence the performance of the server (if the number of users increases you need more RAM, if you assign more RAM to the server it will be time for garbage collection, will also increase if you have clustering then great session bean (s) will increase the time of synchronization of the session) ", etc...)

    Dario

  • Is that a way firefox will store the information of user name for a site without password information?

    some other browsers allow a user name to be automatically filled in and saved so you just enter a password. It seems that Firefox does not have this option. Is that a way firefox will store the information of user name for a site without password information?

    This works! Thank you very much.

  • I am trying to open a saved document employer that closing is not wearing in 2010 if the information rights management server no more exhists.

    I am trying to open a saved document on my computer by a former employer that closes its doors in 2010, then the information rights management server no longer exists.  How can I open the document now?

    I'm not familiar with the IRS, but I suspect that its purpose is to prevent any unauthorized access to documents. It seems now that it is exactly what you're trying to do even if for valid reasons. The problem is that the IRS does not distinguish between the good and the bad. He knows only the authorized and unauthorized access.

  • [ADF, JDev12.1.3] Opening SESSION: a session ID, HTTPSession, brought bean, UserData... where to store the information? (And other doubts...)

    Hallo,

    my simple application has this main stream job boundless...

    1)

    I see that when I call the login page of this URL http://127.0.0.1:7101 / MyApplication/faces/login, to which - in the address bar - it is auto-ajouté for example ' jsessionid = Wn2ymE_3cC2JXHYtG7_ocZDgMgonLyr376zejB-ui28UPlm5tiuB! 1535501325 ".

    So I guess that the session exists as soon as the user access the login page.

    • I would like to know if I have to worry about a possible previous session (especially another user session).
    • If the user on the home page click the back button in the browser the application creates a new session to destroy the possible previous session?
    • BdW, if my request to place the values in the HTTP session would be a good practice as part of the bean connection null all the attributes of the session?
    • And if my request to place the values in UserData would be a good practice as part of the bean connection null all the attributes of the container UserData?

    2)

    • Is it better to store the information in the HTTP session or UserData?
    • It is less safe than the other? Otherwise why is there the need to have 2 types of sessions?
    • Could he have no sense in storing an individual data in the HTTP session and UserData at the same time?
    • I have seen that the HTTP session is very easy to access, view and (if necessary) and the layers of the model. Is the same as for UserData, or it can be accessed only by the model layer?

    3)

    • In my case, I want to share my application the user in user data:
      • First and last name (only at the end of the display)
      • Name of the service (only at the end of the display)
      • Username and DepartmentId (these hairy should be passed to the query and the view of your criteria)
    • Where I put those values? Who, in the HTTP session? Who in UserData?

    4)

    • I'm in doubt if using a scope session bean or - since the data that I have to share is really little - use the 'basic' (e.g. ectx.getSessionMap () .put ("key", "ValueToStore")).
    • If I use an extended session bean and I store of simple values (integer, String,...) I don't have to worry about serialization (de)?
    • A scope session bean is accessible from the model layer as the HTTP session basis (what I can put by ectx.getSessionMap () .put ("Key", "ValueToStore"))?
    • And in my situation I could handle everything with a single between UserData anda HTTP session?

    These questions are intended to create a simple login system that stores data needed somewhere in the different parts of my application.

    So any advice is welcome!

    Thank you

    Federico

    1)

    I see that when I call the login page of this URL http://127.0.0.1:7101 / MyApplication/faces/login, to which - in the address bar - it is auto-ajouté for example ' jsessionid = Wn2ymE_3cC2JXHYtG7_ocZDgMgonLyr376zejB-ui28UPlm5tiuB! 1535501325 ".

    So I guess that the session exists as soon as the user access the login page.

    • I would like to know if I have to worry about a possible previous session (especially another user session).
    • If the user on the home page click the back button in the browser the application creates a new session to destroy the possible previous session?
    • BdW, if my request to place the values in the HTTP session would be a good practice as part of bean connection null all the attributes of the session?
    • And if my request to place the values in UserData would be a good practice as part of bean connection null all the attributes of the container UserData?

    -When you close your browser, this will destroy the session

    -None

    -It will be much easier to invalidate the entire session (HttpSession method for this object)

    -When you destroy the http session, it will destroy the Application modules, and it will destroy UserData

    2)

    • Is it better to store the information in the HTTP session or UserData?
    • It is less safe than the other? Otherwise why is there the need to have 2 types of sessions?
    • Could he have no sense in storing an individual data in the HTTP session and UserData at the same time?
    • I have seen that the HTTP session is very easy to access, view and (if necessary) and the layers of the model. Is the same as for UserData, or it can be accessed only by the model layer?

    -We already discussed in a previous thread so I won't comment

    -both are secure. HttpSession exist in java web applications and UserData is specific ADF.

    -Maybe (for example, it is not recommended to access the HttpSession of model project, so you can store some data in the UserData (to be referenced from your, etc.) and managed (so you can bind them directly to UI) Bean)

    -Are accessible only from template (but you can expose a custom to ViewController method that accesses UserData)

    3)

    • In my case, I want to share my application the user in user data:
      • First and last name (only at the end of the display)
      • Name of the service (only at the end of the display)
      • Username and DepartmentId (these hairy should be passed to the query and the view of your criteria)
    • Where I put those values? Who, in the HTTP session? Who in UserData?

    My opinion:

    Name, first name, name of the Department-> session brought average managed (so you can link that directly to the user interface components)

    UserId, DepartmentId-> UserData (or you can store managed bean and pass as parameters to methods of model project)

    4)

    • I'm in doubt if using a scope session bean or - since the data that I have to share is really little - use the 'basic' (e.g. ectx.getSessionMap () .put ("key", "ValueToStore")).
    • If I use an extended session bean and I store of simple values (integer, String,...) I don't have to worry about serialization (de)?
    • A scope session bean is accessible from the model layer as the HTTP session basis (I can put by ectx.getSessionMap () .put ("key", "ValueToStore"))?
    • And in my situation I could handle everything with a single between UserData anda HTTP session?

    -with getSessionMap () .put (), you must pay attention to the data types when you change or retrieve values (for example, do you know if DepartmentId is Integer, BigDecimal, oracle.jbo.domain.Number,..) If this isn't "type-safe". In addition, it is easier to understand what your application keep in session if you managed bean that in order to find all the places you're calling the method getSessionMap () .put ().  And controlled beans are a 'natural' way to keep data in a JSF/ADF application.

    -Not (just brand bean session with the Serializable attribute)

    -You can do something similar to this, but this is not a recommended practice because it would break the MVC pattern

    -If you do not have too much, you can keep everything in HttpSession and expose methods to set the binding vars.

    Dario

  • Tables that stores every minute in 24 hours

    Dear all,

    I need to create a table/query that returns information every minutes within 24 hours. For example, the query or table will return the information like this:

    05/04/2010 12:00
    05/04/2010 12:01
    05/04/2010-12:02
    05/04/2010-12:03
    05/04/2010-12:04
    05/04/2010-12:05
    .
    .
    .
    .
    .
    so on until
    05/04/2010 23:55

    Please, help me to create this table or write such a request.

    Kind regards
    Imran
    alter session set nls_date_format='dd-mon-yyyy hh24:mi:ss';
    
    select to_date('5-MAY-2010 00:00:00','dd-mon-yyyy hh24:mi:ss') + (level-1)/(24*60) from dual connect by level <=1440;
    
  • What is the name of the table that has the name of the custom in the Oracle database Section?

    What is the name of the table that has the name of the custom in the Oracle database Section?

    Thank you

    Nefertari

    The names of the custom Sections are stored in commonExtendedAttributeML, the extended attribute table.

  • I need to implement Drag N Drop between two tables that saves the two records

    I need to implement Drag N Drop between two tables that saves the two records on a third page, using drag 'n drop.

    Check out this video http://baigsorcl.blogspot.com/2011/01/drag-and-drop-collection-in-oracle-adf.html

  • What is the solution to add is not null to an existing table that has the data

    I have an employee table that contains the data that I want to change the column NOT NULL .i get error saying e-mail
    table cannot be changed when the data is there... any other solution for this?

    I have an employee table that contains the data that I want to change the column not NULL.
    I get error message saying table cannot be changed when the data is there... any other solution for this?

    Create a new column that can contain NULL.
    New column UPDATED with the old data
    remove the old column
    Rename new old column_name column

  • Tables of ODI Master Rep that stores the details of work rep

    Hi all

    I want to know the details of all deposits present in an ODI installation. I think the table of the master repository will have the details of the rep of this work under him. Please let me know tables which holds the details of the work.

    Thank you

    Raja

    Hello

    The table on the ODI SNP_LOC_REPW describe the details of repositories of work that are used in the Master repository.

    Thank you

  • Table that store custom page layout information

    Hi all

    We have defined some custom models Web ADI.
    Is it possible to check all the information of custom models of a table?

    If Yes please share the name of table/query

    Kind regards
    Srini

    Dear Srini,

    Check the following:

    Select * from bne_layouts_vl
    Select * from bne_layout_cols

    Concerning
    Giuseppe

  • How to store the information safely register?

    Some require for my application:

    -When remove app, information register is always stay

    -What app, registry info update is intact

    I try with PersistentStore but I still want to see idea of expert for a better solution. Thank you very much!

    If the info should stay, you will need to use a preset to store your information, String, Boolean, Integer, or Vector, Hashtable etc.
    If you put a class of its own in the store that implements Persistable store is deleted if you remove the application.

  • Way to know which table APEX stores the data of particular application?

    If, for example, I went to the shared-> components Templates-> change the Page template
    and I want to know what APEX table stores the data that is displayed on this page in the definition-> header section
    is it possible to do?

    In this particular case, I would like to ask all requests for one ' < link rel = "stylesheet" ' string

    Any guidance would be GREATLY appreciated

    You can find it in every application > utilities > APEX views > APEX_APPLICATION_TEMP_PAGE. You must connect this point of view the point of view of APEX_APPLICATION_PAGES in order to get this info.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

Maybe you are looking for