Which user/credentials does APEX use to execute packages

Which user does APEX use to execute a function or procedure in the parsing scheme of an application. I am trying to debug an custom authentication scheme which calls a package procedure.

Mathias Oracle wrote:
Which user does APEX use to execute a function or procedure in the parsing scheme of an application. I am trying to debug an custom authentication scheme which calls a package procedure.APEX connects to the database using connection pooling as the APEX_PUBLIC_USER or ANONYMOUS schemas, depending on the webserver configuration (except where a DAD has no username/password defined). Code is executed via the <tt>dbms_sys_sql</tt> package using the privileges of the application parsing schema. See:
{message:id=926724}
{message:id=1224601}
Application Express and parsing of SQL

Similar Messages

  • What stub code does APEX uses when making a web service call ?

    What stub code does APEX uses when making a web service call (manual web service reference)
    I am using APEX (which was part of the 11g installation).

    Hi Steve,
    Some options for the same issue:
    web service time out
    How to check for Web Srvice Timeout in ABAP Proxy call
    Regards
    Vijaya

  • Which user exit can be use before production order creating?

    which user exit can be use before production order creating?
    i want to check AFPO data,then show error message before production order creating.
    1.i try to use PPCO0001( enhancement when saving the order) to check AFPO data, then show some error message,sap system will generate a abap down error.
    2.i try to use PPCO0007(Exit when saving production order),
    i can show error message,but i can't check AFPO's data.

    Hi,
    You can access AFPOD structure using field symbols.
    Try below mentioned code in routing:
    constants: c_afpod TYPE char30 VALUE '(SAPLCOKO1)AFPOD' .
    FIELD-SYMBOLS: <fs_afpod> TYPE ANY .
    data: wa_afpod TYPE afpod.
    ASSIGN (c_afpod) TO <fs_afpod>.
    wa_afpod = <fs_afpod>.
    Then later you can use wa_afpod in exit PPCO0007. Hope this will work for you.
    Sumit

  • How the user credentials are transported using BusinessObjects SDK

    Hi, I would like to know in detail how the user credentials is passed with the java call (logon). Are they encrypted during the transport? Which mechanism (protocol, technology) does the sdk use to provide security for the user credentials?
    Thanks

    The BusinessObjects Enterprise SDK communicates with BusinessObjects Enterprise servers using a proprietary CORBA framework via TCP/IP. 
    This is so inter-server and server-client communication can be done transparently from the perspective of the API whether all services are on one or multiple machines.
    You can configure BusinessObjects Enterprise services to use SSL through this communication.  How you would do so is described in the Admin Guide.
    You'd configure the SDK as you would the servers in as described in the Admin Guide.
    For the BusinessObjects Enterprise Java SDK, that means specifying the four Java System Properties (as you would for Java InfoView) to point to the SSL configuration files.
    That takes care of the connection from the SDK to Enterprise.
    Set-up of secure communication from web browser to web app using the SDK is a separate matter.
    By the way, the BusinessObjects Enterprise SDK is fully tested an supported only when used in a web application.  Desktop and standalone apps using the Enterprise SDK are untested.
    Sincerely,
    Ted Ueda

  • How the user credentials are transported using OBIEE webservice

    Hi, we're trying to using the OBIEE web service api to interface with OBIEE, and would like to know in detail how the user credentials being passed with the web services request?. Which mechanism (protocol, technology) do this WebService use to provide security for the user credentials?
    Thanks.

    The Oracle BI Web Services API is a SOAP-based API therefore all the information is sent via HTTP requests containing XML messages. By default OBIEE will run the Presentation Services Web App server in non-secure mode. Therefore all the user credentials will be basically sent in clear text and will be subject to "a man in the middle" attack. It is possible to setup the Presentation Services to run in securely using HTTPS but I am unsure if the API will work over HTTPS.

  • Is it possible to get the URL from which user came to Apex Application?

    Hi,
    I have 1 web site which is created by Apex. And I have to create similar sites with slight differences. For example, even though the contents are almost same, each telephone # have to be modified.
    So, if possible, I want to use only 1 web site and depending on the URL from which user came, change some information on the page. Is it possible?
    And if it is possible, what if the user set Apex URL as favorite and visit it after some days?

    Thank you Scott,
    This is the one.
    But I have another issue.
    If a user comes to our page from their link directly, I can identify where he come from. But if he added our site to Bookmark and comes to our site through the link, is it possible to identify his original route?
    If it is impossible, I will create other Apex Application and put each URL to the link in order to catch where the user is from.

  • Which control file does RMAN use?

    On March 1, full backup along with control file was taken
    On March 3, full backup along with control file was taken
    On March 5, there is a media failure (some datafile is corrupt, but control file is intact).
    So, RMAN restores March 3 full back up, and applies archived logs. But my question is: which controlfile does it use? The one on march 3? The one on march 5? Or Both?

    The first choice is always the actual,current controlfile. Backed up controlfiles are only used, when all current controlfiles are lost.
    Werner

  • Which XSLT Processor does CF8 use?

    I'm writing some XSLTs and would like to use the fn:base-uri() that is accessible in Saxon-SA 9.1.0.7 or later editions.  I cannot find any documentation on which XSLT processor(s) CF8 uses.  Nor can I find anything on possibly upgrading it or using CF to access an external processor.  Can anyone point me in the right direction on how to do upgrade CF8's XSLT processor, use another one via CF or even another function that the fn:base-uri() can do.
    What I'm trying to do with the function is to get the XML's file name so that I can parse it out and insert it into the transformed XML.
    EXAMPLE XSLT:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" version="2.0">
        <xsl:output method="xml"/>
        <xsl:variable name="filepath">
            <xsl:value-of select="base-uri()"/>
        </xsl:variable>
         <xsl:template match="/">
              <xsl:value-of select="$filepath"/>
         </xsl:template>
    </xsl:stylesheet>

    Probably most of the heavy consumption is PGA related.
    http://docs.oracle.com/cd/B28359_01/server.111/b28274/memory.htm#i49320
    Have a look at the AWR history views concerning memory consumption. ADDM, ASH, AWR etc should give you more insight. See also the awr/addm/ash/-rpt.sql scripts in $ORACLE_HOME/rdbms/admin on the database server. You (officially) would need Diagnostic en Tuning pack licenses though, so be warned (even for "touching" those views). Probably the heavy consumption of memory is or (wrong) storage related or inefficient code...

  • Which Property / Attributes does SharePoint use from a PickerEntity?

    Hi,
    I'm developing a Custom Claims Provider to resolve against the SharePoint User Profile Service since we have a large forest of upstream opco Active Directories and I don't want user searches to go back out to source.  I've disabled the AD provider.
    It seems to be working for the most part; as I start to search for people either from the "Share" button - or within a Person/Group field of a list item add/edit form, results are being returned to the people picker from my provider.  I can
    select the name and all appears to resolve correctly.
    If I'm sharing (as in adding a user to a group for edit / full control etc) - everything works perfectly .... however, when I add a custom list which has a person/group field in it, and try to save/commit the record, I see an error underneath the field saying
    "Input string was not in a correct format"
    I've gone through debug but can't see anything obvious within the properties that I might have mis-set / forgotten to assign.  Can anybody advise where I might need to look please?
    Regards,
    Steve

    Thanks Scott, .... I'm still not sure I'm seeing where I'm going wrong :-
    I've used F12 Developer tools to grab back what's on the page and the following 2 examples show what is coming back in the markup first for my custom provider (which generates the error in my original post when I try to commit the save) ... and the second
    is picking the entry that works correctly when picked from the native AD provider.
    The only difference I can see in the 2 are the attributes for "entitydata" :-
    With Custom Provider (which fails)....
    <span class="sp-peoplepicker-userSpan"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_i:0#.w|poc-uds-eur\butlers_ProcessedUser0"
     SID="i:0#.w|poc-uds-eur\butlers"
     ResolvedUser="true"
     data-sp-peoplePickerProcessedUser="true">
    <span class="sp-peoplepicker-userPresence"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_i:0#.w|poc-uds-eur\butlers_ProcessedUser0_PresenceContainer"/>
    <span title="Steve Butler"
     class="ms-entity-resolved"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_i:0#.w|poc-uds-eur\butlers_ProcessedUser0_UserDisplay"
     style="max-width: 331px;">
    <input name="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_HiddenInput"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_HiddenInput"
     type="hidden" value="[{"Key":"i:0#.w|poc-uds-eur\\wattsa",
        "Description":"poc-uds-eur\\butlers",
        "DisplayText":"Steve Butler",
        "EntityType":"User",
        "ProviderDisplayName":"Custom Claims - User Profile Service",
        "ProviderName":"UserProfileServiceProvider",
        "IsResolved":true,
        "EntityData":{"DisplayName":"Steve Butler",
          "Email":"",
          "SPUserID":"59a62029-c5ed-4704-a3dd-6e4c1bbf0216",
          "Title":"SharePoint Dev",
          "AccountName":"poc-uds-eur\\butlers"},
        "MultipleMatches":[],
        "AutoFillKey":"i:0#.w|poc-uds-eur\\butlers",
        "AutoFillDisplayText":"Steve Butler",
        "AutoFillSubDisplayText":"SharePoint Dev",
        "AutoFillTitleText":"Custom Claims - User Profile Service\npoc-uds-eur\\butlers",
        "DomainText":"lxw-uds-t17",
        "Resolved":true}]"/>
    With AD Native (which works ok):-
    <span class="sp-peoplepicker-userSpan"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_i:0#.w|poc-uds-eur\butlers_ProcessedUser0"
     SID="i:0#.w|poc-uds-eur\butlers"
     ResolvedUser="true"
     data-sp-peoplePickerProcessedUser="true">
    <span class="sp-peoplepicker-userPresence"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_i:0#.w|poc-uds-eur\butlers_ProcessedUser0_PresenceContainer"/>
    <span title="Steve Butler"
     class="ms-entity-resolved"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_i:0#.w|poc-uds-eur\butlers_ProcessedUser0_UserDisplay"
     style="max-width: 331px;">
    <input name="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_HiddenInput"
     id="Person_cb0cd57f-c84f-4d17-8849-d9ebc043ec19_$ClientPeoplePicker_HiddenInput"
     type="hidden" value="[{"Key":"i:0#.w|poc-uds-eur\\butlers",
        "Description":"POC-UDS-EUR\\butlers",
        "DisplayText":"Steve Butler",
        "EntityType":"User",
        "ProviderDisplayName":"Active Directory",
        "ProviderName":"AD",
        "IsResolved":true,
        "EntityData":{"Title":"",
          "MobilePhone":"",
          "SIPAddress":"",
          "Department":"",
          "Email":""},
        "MultipleMatches":[],
        "AutoFillKey":"i:0#.w|poc-uds-eur\\butlers",
        "AutoFillDisplayText":"Steve Butler",
        "AutoFillSubDisplayText":"",
        "AutoFillTitleText":"Active Directory\nPOC-UDS-EUR\\butlers",
        "DomainText":"lxw-uds-t17",
        "Resolved":true}]"/>

  • Which dvd ripper does apple use

    looking to copy all my dvd to the apple tv was wondering , does anyone know which dvd ripper apple uses for the new movie rentals
    thanks for your time

    Like the others have said - you want to definitely make sure you use the AppleTV preset.
    Depending on how well versed you are you may want to spend some time on the handbrake forums. I wouldn't recommend posting there unless you know exactly what you're talking about as they don't suffer much for noobs.
    I read a lot on there, it's tough to understand at first but well worth the knowledge to encode well.
    AppleTV preset is pretty good. You can always revup your average bit rate from 2500 to 3000 if you like.
    The only changes I make to my AppleTV preset is that I check Two Pass Encoding and do not check Turbo First Pass. It takes 5-6 hours for me to encode a movie so I run one while at work and one when I go to bed. But the quality is great with only minimal blocking in dark blue/black nighttime scenes otherwise it looks better than the DVD source due to solid encoding and upscaling on the AppleTV.

  • How to set which User Profile attribute is used for email messages?

    I am having a problem setting up User Profiles in SharePoint 2013. I have users that are both (1) Active Directory users authenticated using Windows Authentication, and (2) Active Directory users, existing in another distinct OU, authenticated via ADFS (active
    directory federation services).
    My problem is with the ADFS users. I want to have the users unique id be their logon email account ([email protected]), but want to populate their work email attribute with their "actual" or real email account.
    If I have an OU (External Users) and within that OU (XYZ Company Users), AND my domain is contoso.com, then I want to add a user such that they have a unique id in active directory ([email protected], but want their email address to be whatever
    it is (I.e. [email protected]).
    MY PROBLEM: I can setup the User Profile Synchronization service to map the properties perfectly, but when I I try to add/share a user in a SharePoint site, the user's account email ([email protected] is sent the message, not their "Work Email"
    ([email protected]).
    QUESTION: How do I get SharePoint to use the "Work Email" attribute (NOT the account email) of a User Profile when sending email messages?

    Okay, within Active Directory, the user's email IS set to
    [email protected] The "unique value" (Using the account logon name) works just fine. The problem is SharePoint. When I logon with another account and choose to share a site with this particular test user, the Email for sharing the site is sent to
    [email protected] (the account logon name), not
    [email protected] (the user's email address)
    How do I get SharePoint to actually use the email address of an AD user, and not use the account logon name when sending notifications?

  • Which market segmentation does Apple use for the iPhone?

    Currently I'm studying Media & Entertainment Management,
    For an assignment i need to answer this question:
    ' What market segmentation criteria are relevant for marketing the iPhone? Please motivate.'
    Can someone help me with this question?
    Thanks in advance,

    Instead of someone answering your question for you, why not look it up yourself?
    We're all users here and this is a technical support forum, not a discussion board.

  • Run package with different user  - SUSER does not work in DM Package

    Hi,
    we need to be able to start a DM package for which the username needs to be changed from your own to a fixed username ...
    So in the BPC DM package we enter a fix value for variable SUSER (instead of %USER). However the DM package is still being executed with the user launicn the DM package ... We can see this for example the SQE BADI .. In the DM log the fixed username is being mentioned but it is being executed with your own username ...
    The reason why we have this requirement, is to bypass the lacking functionality of a decent security model and to allow a certain (automated) data posting by means of a seperate DM package ...The user only has access to one specific profit center. However for one specific data posting, it needs to be able to have access to all profit centers. We want to achieve this by letting him execute a certain DM package with a fix user, having all the necessary security rights ...
    Apperantly the parameter SUSER in the task prompt has no relevance ...

    Hi,
    I came up with a different solution to this in the end.
    You need to set WRITE = OFF in your script logic and handle the write back in your code - see below.
    The following steps need to happen after you've completed all of your data manipulation in the BAdI and you are ready to do the write back.
    Set Up
    Step 1: Set up the impersonation 'domain\name' in BPC Administration -> Set Application Parameters
    BAdI code
    Step 2: Retrieve this parameter in the BAdI using method GET_PARAM_VALUE of class CL_UJA_APPLICATION
    Step 3: Call cl_uj_context=>get_cur_context to get the current context
    Step 4: Replace the user id in the context with the value retrieved in Step 2
    Step 5: Call cl_uj_context=>set_cur_context to set the context with the new user id
    Step 6: Call method write_back_int of  cl_ujr_write_back to do the write back
    Step 7: Reset the context back to the original user
    Here is the code we used - it refers to some internal parameters and variables we have created here so can't be lifted 'as is' but should give sufficent information to replicate this functionality:
    ****Step 1: Get the application parameter*
    TRY.
        create object lo_application exporting i_appset_id       = i_appset_id
                                               i_application_id  = i_appl_id .
        lo_application->GET_PARAM_VALUE( EXPORTING I_PARAM_NAME = i_param_name
                                         RECEIVING R_VALUE      = e_param_value ).
        CATCH CX_UJA_ADMIN_ERROR .
    *   RAISE ERROR HERE   
          exit.
      ENDTRY.
    ****Step 2: Change the user**
    * Grab Current Context
      lo_context = cl_uj_context=>get_cur_context( ).
      ls_user = lo_context->ds_user.
      ls_original_user = ls_user.
      concatenate l_impersonate_domain '\' l_impersonate_name into ls_user-user_id.
      try.
    *     Change user so that the data can be written back
          call method cl_uj_context=>set_cur_context
            EXPORTING
              i_appset_id   = i_appset_id
              is_user       = ls_user
              i_appl_id     = i_appl_id
              i_module_name = lo_context->d_calling_module.
        catch cx_uj_obj_not_found.
    *   RAISE ERROR HERE        
           exit.
      endtry.
    ****Step 3: Perform the write back* 
      create data lo_error like it_data.
      assign lo_error->* to <fs_t_error_records>.
      ls_work_status-module_id = cl_ujk_model=>g_module_id.
      try.
          create object lo_write_back.
          call method lo_write_back->write_back_int
            EXPORTING
              is_work_status     = ls_work_status
              i_default_logic    = abap_false
              i_update_audit     = abap_true
              i_duplicate        = abap_true
              i_mdata_check      = abap_true
              i_sign_trans       = ' '
              it_array           = it_data
              i_measures_formula = ' '
            IMPORTING
              et_message         = lt_message
              es_status_records  = l_status
              et_error_records   = <fs_t_error_records>.
        catch cx_ujr_write_back cx_uj_db_error cx_uja_admin_error cx_uj_static_check into lo_exp.
    *   RAISE ERROR HERE        
        exit.
      endtry.
      if l_status-nr_fail > 0.
    *   RAISE ERROR HERE        
        exit.
      endif.
    **** Step 4: Change the context back to original* 
    try.
          call method cl_uj_context=>set_cur_context
            EXPORTING
              i_appset_id   = i_appset_id
              is_user       = ls_original_user
              i_appl_id     = i_appl_id
              i_module_name = lo_context->d_calling_module.
        catch cx_uj_obj_not_found.
    *   RAISE ERROR HERE       
          exit.
      endtry.

  • Which credentials to be used for ftp login to asm content via xml

    Hello,
    we've got some databases running in an Oracle 11.2 RAC environment with ASM.
    XML DB for FTP is activated and a connection can be established.
    The documentation recommends to connect with user SYSTEM, which I don't understand,
    since the target is the ASM instance and not a user's database.
    As far as I know there is only user SYS (and one SNMP user) defined in ASM -
    and in fact I get remotely connected to ASM with user SYS and its corresponding password.
    The user SYSTEM ist defined in each of our four user databases that are clients to only one ASM instance;
    each has got a different password and so I ask, which user SYSTEM should be used for FTP to ASM data ?
    Is there any documentation about that ?  I couldn't find any so far.
    Thanks and kind regards,
    Bernd

    You made this case clearer to me now, but your last question ist exactly the point in question.
    Meanwhile I found the password for the correct database, i.e. "sogabo"  (there are only 2, not 4 DBs configured).
    Here is the output from the listener status command, that maybe can help:
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 27-JUN-2013 15:48:25
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start Date                27-JUN-2013 13:50:14
    Uptime                    0 days 1 hr. 58 min. 11 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File         /u01/app/11.2.0/grid/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.115.201.141)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.115.201.143)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=borac41-loga.gkdruhr.de)(PORT=7787))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "SYS$SYS.KUPC$C_1_20130627140309.TOGABO" has 1 instance(s).
      Instance "togabo1", status READY, has 1 handler(s) for this service...
    Service "SYS$SYS.KUPC$S_1_20130627140309.TOGABO" has 1 instance(s).
      Instance "togabo1", status READY, has 1 handler(s) for this service...
    Service "sogabo" has 1 instance(s).
      Instance "sogabo1", status READY, has 1 handler(s) for this service...
    Service "sogaboXDB" has 1 instance(s).
      Instance "sogabo1", status READY, has 1 handler(s) for this service...
    Service "togabo" has 1 instance(s).
      Instance "togabo1", status READY, has 1 handler(s) for this service...
    Service "togaboXDB" has 1 instance(s).
      Instance "togabo1", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Which user id is used in each data source?

    Using SQ: SSRS 2008 R2 - Beginner - Is there a report or query that provides which user ID is associated with the data source of each report? I need to be able to list out all the data sources being used and which user id is being used in the data source
    configuration instead of going to each report and using manage to review this. Any help is greatly appreciated

    Thank you - This is useful - but the username column is encrypted - how do I unencrypt
    as per my knowledge there is no way to decrypt it and below link confirm my understanding :)but there is work around also that have shared on technet;
    https://social.msdn.microsoft.com/Forums/en-US/f65b4d50-abaa-400b-a09d-ae1d7d1ea041/decrypt-the-connectionstring?forum=sqlreportingservices
    WITH XMLNAMESPACES -- XML namespace def must be the first in with clause.
    (DEFAULT 'http://schemas.microsoft.com/sqlserver/reporting/2006/03/reportdatasource'
    ,'http://schemas.microsoft.com/SQLServer/reporting/reportdesigner'
    AS rd)
    ,SDS AS
    (SELECT SDS.name AS SharedDsName
    ,SDS.[Path]
    ,CONVERT(xml, CONVERT(varbinary(max), content)) AS DEF
    FROM dbo.[Catalog] AS SDS
    WHERE SDS.Type = 5) -- 5 = Shared Datasource
    SELECT CON.[Path]
    ,CON.SharedDsName
    ,CON.ConnString
    FROM
    (SELECT SDS.[Path]
    ,SDS.SharedDsName
    ,DSN.value('ConnectString[1]', 'varchar(200)') AS ConnString
    FROM SDS
    CROSS APPLY
    SDS.DEF.nodes('/DataSourceDefinition') AS R(DSN)
    ) AS CON
    -- Optional filter:
    -- WHERE CON.ConnString LIKE '%Initial Catalog%=%TFS%'
    ORDER BY CON.[Path]
    ,CON.SharedDsName;
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

Maybe you are looking for

  • Web Sharing won't start anymore.

    http://img187.imageshack.us/img187/5320/kuva7tg5.jpg "Web share is starting" and nothing happens. I wonder why, it worked a couple days ago.

  • How to deploy a JSP page into my APEX application?

    hi all, i am using a JSP to upload multiple spreadsheets into the db. i want to deploy it on the APEX and use it as part of my APEX application's uploading feature. i already have the JSP file with me. can somebody please tell me how to put that onto

  • How to set Character field's Format Mask?

    dear all, how to set Character field's Format Mask? i searched the forum and found the following, where can i use this code and how to change and set its format mask. SRW.SET_FORMAT_MASK('mask'); Thanks Muhammad Nadeem

  • Need Java code for random text.

    To all you Java programmer Gurus out there. How hard is it to make a small Java program whose whole purpose is to ask a user how many random characters they want and then proceeds to generate a text file full of RANDOM characters A-Z and a-z ? The ch

  • Wireless aplication: HTML to XML conversion

    My understanding to Oracle wireless is that it takes XML content and handles the presentations nicely. However, if I have bunch of existing applications which render pages in HTML, is there a way that Oracle wireless can handle those pages seamlessly