Execution API - Application change itself

https://docs.Oracle.com/CD/E59726_01/doc.50/e39147/bldr_attr.htm#HTMDB25090

The documentation for the application using the Runtime API property has an intriguing snippet - modify this Application: the application can modify itself.


Sounds tempting 'meta', almost I-ish. Does that mean exactly? How the application can change itself?

Thank you

HELEN wrote:

https://docs.Oracle.com/CD/E59726_01/doc.50/e39147/bldr_attr.htm#HTMDB25090

The documentation for the application using the Runtime API property has an intriguing snippet - modify this Application: the application can modify itself.


Sounds tempting 'meta', almost I-ish. Does that mean exactly? How the application can change itself?

Don't be not excited. We don't mean automatic code modification the mainframe assembler, Lisp hacking, genetic algorithms, or Core Wars (which has for a long time was my second year class project BTW).

The property of using the Runtime API is used to control the ability of the application to call the API methods that can modify metadata workspace, and application during execution such as apex_util.set_current_theme_style and apex_util.create_user .

If the required options are not selected, calling these methods in the application generates a run-time error:

Tags: Database

Similar Questions

  • Public static IP change itself

    I have window Vista Business.  I normally get an IP via DHCP.  A few times for testing purposes, I created a static IP address.  When I close and reopen the window, I notice that my static IP has changed somewhat.  The default gateway and the subnet address (and DNS) are still not changed.  I clicked on the Advanced button and deleted all previous IP addresses that have been seized, but it does not help.  The IP address that he keeps by default is always the same.  What are the causes my static IP continue to change itself?

    You are welcome.  Let me rephrase part of my last response:

    I recommend to get help from the people of TI at work.  They are the ones who need to know how works their network and how to configure the computers to use it.  Because it is connected to a working network, I don't think I can recommend changes.

    Steve Winograd, Microsoft MVP (Windows desktop experience)

  • My screen resolution continues to change itself whenever I connect to my computer.

    original title; My screen resolution continues to change itself whenever I connect to my computer. I change and then he returned for double the size whenever I connect. Why? How can I stop this?

    When I go to change the screen resolution, it is up to the time where new loggin.  I change back and then as soon as I connect it is to double the size.  How can I stop this?  I tried to check to see if something is somehow tied to my Start menu, but I don't see anything that would make the resolution of the screen to change.

    Hello

    You can try to uninstall the driver from the computer graphics card and then download the latest version from the manufacturer's Web site and install it, check if it works

  • A Standard API to change the status of the project

    Hi all

    I would change the status of oracle backend project.

    can you get it someone please let me know me if we have a standard API to change the status of the project.


    Thanks in advance


    Thank you

    Satya

    Hi all

    This API allows you to change the status of the project "pa_projects_maint_pub.project_status_change", but make sure that 'wf_status_code' column in 'pa_projects_all' table must be set to NULL.

    Thank you

    Satya

  • API to change the directory temp XMLP in 11i

    Do we not have a api to change the XMLP temp directory in 11i?

    Instead of going to-->

    Responsibility) XML Publisher administrator > Administration > Configuration > properties > general > temporary directory

    I do not think that there is an API, but you can update it from the backend - how all EBS XML Publisher temporary directory Via SQL? (Doc ID 1189723.1)

    Thank you

    Hussein

  • the APEX api call, change the repository, in the context of the application has no effect

    Hello

    I call APEX api stored procedures manipulate the repository (such as apex_lang.update_translated_string, apex_lang.publish_application or apex_instance_admin.set_parameter) pl/sql by setting apex_util.set_security_group_id (< workspace_id >) following this example indicated in the documentation of the api of the APEX:

    Start

    --

    -If running SQL * Plus, there set the environment

    -for the workspace Application Express associated with this schema. The

    -call to apex_util.set_security_group_id is not required if

    -you are running as part of the Application Builder

    - or an Application Express application.

    --

    C1 in (select workspace_id from apex_workspaces)

    loop

    apex_util.set_security_group_id (C1.workspace_id);

    "exit";

    end loop;

    -Now, actually create the mapping of the language

    apex_lang.update_translated_string (p_id = 123456789 >)

    , p_language = > 'nl '.

    p_string = > "says is a test");

    commit;

    end;

    /

    Call it the SQL guest (or Toad) everything works fine.

    But when trying to call apex_lang.update_translated_string from an application (with or without the security_group_id) APEX, nothing happens. No error message, the process is complete, but the string in the filing of the translation has not changed. Same effect for other api call that I mentioned. I tried the different authentication scheme in my application: DB account, users of the APEX, custom.

    An idea or a clue on what I'm missing here?

    Kind regards

    Christian

    Dear Mr. Rokitta,

    I tested myself on apex.oracle.com just now, and I had no problem using your anonymous PL/SQL block to update the chain of my filing of translation.  It worked successfully to these two SQL commands in SQL Workshop and also inside an APEX application running.  I also looked at the underlying code, and it's so simple - also long the security_group_id is set correctly, the specified ID is valid and the language code is the code of language of the APEX_APPLICATION_TRANS_REPOS chain, the update should go ahead.

    If set you a test on apex.oracle.com case where this would have been does not work, I would be happy to take a look.

    Merry Christmas.

    Joel

  • PeopleSoft Application change log

    I am an IT Auditor, and I'm relatively new to PeopleSoft.  I have more experience with SAP.  In the SAP, there is a way to get a log of changes to the code application deployed in the production environment.  Is there a way to get a list of similar claim PeopleSoft code changes?  If so, how to generate this list?

    Thank you!

    Not really stored procedures. I understand your question.

    All PeopleTools managed objects (for example, PeopleCode, definitions, field definitions, definitions of Page files, etc.) are stored in the database directly. For example: PSRECDEFN and PSRECFIELD are examples of tables of metadata associated with the record definitions.

    There is therefore no compiling of code or executable files as such when it comes to PeopleTools Managed Objects (i.e. objects that can be created or modified using PeopleTools App Designer).

    That said, there are a few unique cases programs commands such as Cobols and SQR, java classes, etc. residing on the servers of application/process scheduler. If you really want to audit these "external files" (as they are called) you may have to write scripts that check the last updated timestamp and Userid on the file itself (perhaps by isolating the directories where they reside).

    Note: Cobols even if you need compilation are barely changed. Yes - there are circumstances where there is a need to change a cobol for exceptions, but I would consider that as a rare fact. Even with java classes, usually it is never necessary to update the java classes (jar files) sent by PeopleSoft. Certainly there are many use cases where we may have to place pots customized app/process Planner servers to manage situations where PeopleCode itself cannot do the work or provide as much flexibility.

    In regards to the SQR, yet once we usually don't directly customize the delivered files. Rather, we create a copy personalized of the SQR in a special folder (custom) on the servers of process scheduler that has a priority higher for the delivered versions.

    Hope that gives you some ideas to work with.

  • Satellite L500 - cannot turn off the WiFi and network icon changing itself

    Hello

    I have a Satellite L500-1GL (comes with Win 32-bit =) and since I installed the latest updates I can not disable the wireless function. When I use the shortcut key to activate or disable the indicator led is turning on and off, but the wireless feature is always turned on and even the icon which shows the network connection, itself changes without doing something with it.

    A few times it shows Red Cross (as she has no connection), but says: connected. When I use wireless connecton always displays the cable connection icon. most of the time, when he should have been showing the strength of the signal.

    This is reaally annoing. Please help me solve this problem.

    Hi danihun,

    > since I installed the latest updates I can not disable the wireless function.
    The updates you have installed exactly?

    In your case, I would try a system restore to an earlier point.
    Check this box!

  • 860 - 009na: the monitor turns off during access to / applications change full screen

    Hello

    I got a new computer packed with the HP Envy 32 inch monitor. I am running on an issue that is simply irrating and I don't know how to solve it.

    Basically, the screen is empty. It is not a hard lock or whatever it is, he decides just during initialization more applications full screen (IE, a game) or even post Win10, connect, when computers are like "flickering" during the swap, the screen just turned off. This can be resolved by switching on the monitor input channel, or put the monitor in standby and distributed. On these occasions, I get sound through the screen.

    So appearances, the screen continues to receive entries from the computer and because of switching the monitor off and on again, it display image as expected. This is a case where the monitor is simply decide that it does not want to display the image for reasons unknown. Such as energy conservation.

    I updated the graphics card, provided I got most up to date display driver, double checked the connection... it just happens.

    It feels like it some really boring affecting somewhere that makes the screen, and I really want to change it. For the moment, it is a rate have to turn on the screen and two times just to get the start menu, then if I insert a game, he does even once, when I leave the game, does it again. It does not occur when a game that supports the windowed mode - without borders is loaded (I guess because it is not 'true full screen').

    Thus, it seems to happen during this process to set full screen.

    Well, there is another cable that I was not in the box titled "DisplayPort".

    So I changed my HDMI cable to use this one. The monitor works perfectly now... so as a workaround, this solved.

    But the question remains, why the monitor was so weird when using HDMI? It might be marked up as a potential problem.

  • keyboard keys change symbols in red. I would like to change itself can use quotation marks and question marks instead of the capital, etc. who are now working.

    keyboard keys change the symbols in red on each key.
    I want to change back so I can use quotes and mark instead of the capital points, etc. that appears now, when I hit the SHIFT key.

    What type of computer you are using

    in what application are you facing this?
    You can also try to perform a system restore to an earlier time to check if the question
    If it's a laptop computer consult the manufacturer for help
  • BES 5.0.3 api to change the configuration of account?

    Hello

    I want to temporarily disable the users to send and receive e-mail and messages on their devices.  What I've read, the way to do is to put "Redirect to BlackBerry" 'no' in the account configuration.  The problem I have is that I want to do from a Java application using the BES 5.0.3 Service Web interface and I can't find any way to do this.

    Can I retrieve the current value of the object AccountConfiguration and I see that it has a setter, but what is the method in the BWS interface I would use to change the configuration on the server?  If this is not yet supported, or I forgot something?

    Thank you.

    Hi and welcome to the forums!

    Currently, this feature is not supported. You can set e-mail filters or the folder redirection using BWS, but stop the flow of messages in total is not supported.

    Feel free to submit a request for this feature by using Issue Tracker (link in my signature). It is important when using file a new application to include a good deal.

    Kind regards

  • Is it possible for a Cascade application change the Notification Mode to vibrate at normal

    I am interested in creating a timer application that returns my phone in 'Vibrate only' notification 'Normal' after a period of time defined.  I knshow you need to set permissions, but I didn't know anything like that to give permission to do so.  I have a Z10 with 10.2.1 on it.

    Is this possible or not BB 10.2.1 avoid this?   It would be nice to be able to do.

    A snippet of code showing how to set up permissions for this would be useful.

    You can change the Notification Mode since 10.2, here's what you need to do.

    Add this line to the bottom of the file bar - descriptor.xml, under the tab "source":

    access_notify_settings_control
    

    Add this line to your .pro file:

    LIBS += -lbbplatform
    

    Add this to your file:

    #include 
    
    public: Q_INVOKABLE void switchMode();private:
        bb::platform::NotificationGlobalSettings* notificationGlobalSettings;
    

    Add this to your .cpp file:

    void YourClass::switchMode()
    {
        if (notificationGlobalSettings->mode() == bb::platform::NotificationMode::Normal) {
            notificationGlobalSettings->setMode(bb::platform::NotificationMode::Vibrate);
            break;
        } else if (notificationGlobalSettings->mode() == bb::platform::NotificationMode::Vibrate) {
            notificationGlobalSettings->setMode(bb::platform::NotificationMode::Normal);
            break;
        }
    }
    

    Simply call switchMode() function in c ++ or QML to switch between the Normal and the vibrator. Note that this code will do nothing if the mode is set to anything else than Normal or vibrate. If you prefer to scroll through all the available Notification mode, use this function:

    void YourClass::switchMode()
    {
        switch (notificationGlobalSettings->mode()) {
            case bb::platform::NotificationMode::Normal : {
                notificationGlobalSettings->setMode(bb::platform::NotificationMode::PhoneOnly);
                break;
            }
            case bb::platform::NotificationMode::PhoneOnly : {
                notificationGlobalSettings->setMode(bb::platform::NotificationMode::Vibrate);
                break;
            }
            case bb::platform::NotificationMode::Vibrate : {
                notificationGlobalSettings->setMode(bb::platform::NotificationMode::Silent);
                break;
            }
            case bb::platform::NotificationMode::Silent : {
                notificationGlobalSettings->setMode(bb::platform::NotificationMode::AlertsOff);
                break;
            }
            case bb::platform::NotificationMode::AlertsOff : {
                notificationGlobalSettings->setMode(bb::platform::NotificationMode::Normal);
                break;
            }
            default : {
                notificationGlobalSettings->setMode(bb::platform::NotificationMode::Normal);
                break;
            }
        }
    }
    
  • Is there an API to change the device password policy?

    As we know, the BES IT policy, we could configure password policy such as:

    1 history of max password

    2. password max attempt

    3 password expire

    4. minimum length of password

    etc...

    I did some research on the internet and I saw no API to get the Java application. I just want to confirm with experts here.

    Thank you.

    That's right, that there is no API for this.

  • API to change the profile in the Code?

    Guy:

    To change the profiles of BB in the code. (Vibrate etc) in Java...

    should which API we use? Or such an API available?

    If not, what would be the best way to handle this?

    Thanks a lot for your advice

    Xiao

    There is no API to access profiles.

  • Extension and the application changed icons. LNK

    All my program file extension is replaced by LNK and cannot open an any of them.  Icons are also modified for Windows Media Player.  I tried to open a video file and asked which application to use.  I chose Windows Media Player and who created this problem.  I can't use because no system restore applications run.  However, I tried to open Firefox by opening the folder "programs" > "Mozilla FireFox" > Firefox.app.  I use Windows 7 Prof Any help would be appreciated.  Thank you.

    «However, I tried to open Firefox by opening the folder "programs" > "Mozilla FireFox" > Firefox.app.»

    Did you? So so good.

    Have been that your .exe changed to .lnk? It would be average of not well, and I don't know how to fix this right now, but if that's what happened, I'll see if I can find something. That said, most of the icons on your desktop program should be shortened, not executables. If they are shortcuts, file extensions should be .lnk.

    Finally, were your (guys who should be of .lnk) shortcuts changed to WMP icons and everything will now open WMP? Of after your description of what happened is more likely. It is not too hard to fix, but a method requires a regedit. There are a few automated regfix files that are supposed to restore the default values of the file extention but comments only that I got was a person who said that it did not work. I have a follow-up question on how they tried the fix, but so far no answer so we don't even don't go there for now.

    First of all, since the default action is caused by a choice of the user (as it was accidental), you can be able to restore everything simply by creating a new user account. See if the icons to return to their natural state, then knit. If so, just move all your files and folders and delete the old account. If you use Outlook, you also need to reset where it looks for files of Outlook, but it can be automatic (do not try to start Outlook until what everything is copied on the property). If you use this method, remember to copy the hidden appdata folder. Just show all before you begin the copy.

    The other method which requires a regedit is also quite simple, but recommend that you set a manual restore point before you start. A regedit always has the potential to mess up your system. the procedures are:

    1. Click on the Start Menu, type regedit in start search and press ENTER.
    2. Navigate to the following registry branch:

    NtVersion ntVersion\Explorer\FileExts\ [ext]

    Replace the [ext] with the real extension of the file you want to restore the file type association to return to the original Windows 7 by default (probably .lnk). If you unsure, simply browse through all the Sub-touche under FileExts.

    1. Delete the subkey named UserChoice.
    2. Exit the registry editor.

      Theoretically, each method of work.

      BTW, in the future do not use open with on no matter what shortcut... or if you do, don't forget to uncheck the box at the bottom (the one that says something like always use this application for this type of file). The best method is to set the default application using the actual file or via the control panel. Then, you can double-click on shortcuts to these types of files to your heart's content.

Maybe you are looking for

  • HP Pavilion Media Center m7580: HP Pavilion Media Center m7580n recovery disks

    I have an old HP Pavilion m7580n Media Center, provided with Windows XP - I put it to update to Vista Ultimate (64-bit). I wish she were bacek to a very basic Windows OS XP, any suggestions? Do you think I can buy a new XP license, or can I use my pr

  • change the languange to recovery mode

    Hello I have a laptop G50-70 purchased from Poland and I try to reinstal the system recovery mode windows, but it is in Polish! Can someone tell me how to change the language? Thank you!

  • Jedi outcast works on vista 64-bit

    I would like to install this game on my system, but I do know not true if it would work with it or not. the drive works under 98/2000/XP

  • Access denied (policy_denied) - on a XP home without any problems before machine.

    After the installation of several MS updates (which my or may not be the cause), I'm more able to access all of the URLS through IE 7. I get the following error:Access denied (policy_denied)The policy of your system is deprived of access to the reque

  • My Dell downloads does not

    I recently did a new install of Windows 8.1 on my Inspiron 15z 5523. I wanted to reload the software provided on the Dell my downloads site using Internet Explorer 11. However, when I try to register my network "examines your computer please wait...»