Cannot see items under the node Application Express on the schema of the APEX

I installed 3.1.2 in my database (10.2.0.4) APEX, and I want to explore the developer SQL 1.5.5 / Apex integration feature.

Problem is... when I go on the pattern that has the Apex applications, I see the 'Application Express' node, but SQL Developer shows nothing under (it's just blank).

I'm doing something wrong? I've looked under all the schema associated with the APEX (i.e. flows_030100), but the node Application Express is always empty.

Any help much appreciated.

Hello

I think that you must be logged in as owner of the analysis of an application schema to see under the node Application Express.

HTH,

Chris

Tags: Database

Similar Questions

  • My Windows 7 PC cannot see themselves on the network.

    My Windows 7 PC cannot see themselves on the network. Under the heading network in Windows Explorer when I try to extend the C drive, I get an error message saying that Windows cannot access it. Also, I can't access this PC from a PC in 10 Windows on the same network - this error message indicates that Windows cannot communicate with the device or resource. It is available, but it is unresponsive to attempts to connect.

    I have tried turning the firewall off temporarily, but this makes no difference.

    Can access my PC Windows 7 Windows 10 PC and a laptop Windows 7 without any problem.

    Integrated network diagnostics do not come to the top with something useful.

    OT:

    Windows 7 networking

    Hello

    Thanks for posting your query in Microsoft Community.

    • Your computer is connected to the domain?

    There could be several reasons for this cause and to diagnose the problem, we can try the following steps and check.

    Step 1: Check if the network discovery is turned on.

    Please refer to: enable or disable network discovery

    Step 2: Check Event Viewer for detailed information on the problem. Consult the following links.

    Open event viewer

    What are the information in event logs? (Event Viewer)

    Step 3: Search the computer browser service, if it is running.

    1. click on Start, type services.msc in the start search.

    2. search for the computer browser service.

    3. right click on the computer browser service and select Properties. Check if it is started.

    4. If it is stopped, select Start or restart. Make sure that the service is started and set as Automatic.

    5. click apply and OK, if you make any changes.

    Step 4: Temporarily try to disable the antivirus on the computer program and check if the problem persists. If you are able to connect, you may need to check for updates and firewall settings in the security software.

    Note: Check that you activate your anti-virus protection on the computer back after you complete these steps. It is not recommended to disable these settings on the computer. It's just to solve the problem.

    Disable the anti-virus software

    Step 5: Make sure that the name of the network working group is the same for all computers. Also try disabling some protected sharing and check for the issue.

    1. Open advanced sharing settings by clicking theStart button, thenControl Panel. In the search box, type network, click network and sharing Center, and then in the left pane, click change advanced sharing settings.

    2 click to expand the current network profile.

    3. by password protected sharing, click turn off password protected sharing, and then click save changes.  If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    Also, try to perform a SFC scan to see if it solves the problem. Read the following article.

    Use the System File Checker tool to repair missing or corrupted system files

    Also refer to:

    Networking of computers running different versions of Windows

    Why can't I connect to other computers?

    Hope this information is useful. Please feel free to answer in the case where you are facing in the future other problems with Windows.

  • Cannot move items on the desktop to the trash.

    Cannot move items on the desktop to the trash. Get code error - 43.

    Solved my problem. Rebooted and just stop. Strange.

  • When I send someone a document I changed if his crossing of the stuff or by adding arrows, when the customer print, it does not show my changes, I'm going through our prices so visitors cannot see and when the customer print them they can see prices?

    When I send someone a document I changed if his crossing of the stuff or by adding arrows, when the customer print, it does not show my changes, I'm going through our prices so visitors cannot see and when the customer print them they can see prices?

    You probably use drawing markup tools. There are options to print with or without annotations. You can not change this.

    If you don't want them to see the prices, either remove the original document and recreate the pdf without them there or you can use the redaction tools in the full paid for version of Adobe Acrobat Pro.

  • create a new item in the apex

    Hi all

    I have an element on the page "Target_date". I want to create a new element that displays the number of days left or late (based on target_date - sysdate).
    but I don't know how to create a new item in the apex and apply this calculation. Could someone help me please?

    Hello

    lets say we have two elements: P1_NUMBER_ONE and another article: P1_SUM
    the result of P1_SUM is a difference in value P1_NUMBER_ONE and sum...
    now, please go to: P1_SUM and open source...
    now on the source, there is a calculation of calculation of post which is where the calculation will be made for the calculation of your date:
    You can use a function here to do your calculation of post for the result P1_RESULT as item:
    function (: P1_SUM);
    and he gives a result... to change logic to date now...

    hope it helps and is what you are looking for...
    Concerning
    Alex Noel, Makumuli,
    Tanzania

  • Cannot remove items under My Documents / my pictures on the right by clicking on them.

    PRIORITY: HIGH

    Go to: start > Documents > My Documents / my pictures > right click on any of the two does nothing. And if there are other items below. Make a right click does nothing no more. [Unable to remove items under My Documents / my pictures on the right by clicking on them.]

    Also normally if you go to: start > Documents > My Documents / my pictures and click right you get the Options of OPEN / EXPLORE. That does not appear...

    Ran this fix and it did not help...

    'Restore the right context Menu' http://www.kellys-korner-xp.com/xp_tweaks2.htm

    The thing seems is to have made it. A. after I have installed and run a free Scan PC-Matic of PCPitStop Contributing to tell you... The reason why your computer may run slowly.

    No error messages have been made. Just the LOSS of this function.

    Sincererly, Ralph

    try a system restore to an earlier date.

  • Post adjustment Application items in the apex.server.process for a * process application *.

    We were spending the entirety of our method of apex.server.process htmldb_get request the favorite (and documented and supported!). It has worked well so far for the AJAX JavaScript process call, as long as the process of AJAX in question was one * Page * level process. However, when we try to eat a * application * process, it just doesn't seem to work.

    For the examples below, we have two elements of Application named PRS_PRODUCT_PROFILE_ID and PRS_PROFILE_OPERATION. We have a process to request on request (* not * a process page!) named MAINTAIN_PRODUCT_PROFILE_2.

    Here are the previous htmldb_get approach (which works fine):

    function resynchronizeProductProfile (productProfileID)

    {

    var profileOperation = 'EDIT_PROFILE ';

    var ajaxRequest = new htmldb_Get (null, $v ('pFlowId'), 'APPLICATION_PROCESS is MAINTAIN_PRODUCT_PROFILE_2', 0);

    ajaxRequest.add ("PRS_PRODUCT_PROFILE_ID", productProfileID);

    ajaxRequest.add ("PRS_PROFILE_OPERATION", profileOperation);

    var resynchronizeResult = ajaxRequest.get ();

    ajaxRequest = null;

    Return resynchronizeResult;

    }

    Here's the (what I think is the) same call using the new approach of apex.server.process:

    function resynchronizeProductProfile (productProfileID)

    {

    var resynchronizeResult;

    $s ("PRS_PRODUCT_PROFILE_ID", productProfileID);

    $s ('PRS_PROFILE_OPERATION', 'EDIT_PROFILE');

    Apex. Server.Process ("MAINTAIN_PRODUCT_PROFILE_2"

    , {pageItems: ' #PRS_PRODUCT_PROFILE_ID, #PRS_PROFILE_OPERATION '}

    , {dataType: "text"}

    Async: false,

    complete: function (ajaxResponse)

    {

    var resynchronizeResult = ajaxResponse.responseText;

    }

    });

    Return resynchronizeResult;

    }

    However, in the new version, arguments don't appear to be preparing when the MAINTAIN_PRODUCT_PROFILE_2 application process is called. PRS_PROFILE_OPERATION, for example, is on "even if above, you can see that it is, in fact, pre-programmed on 'EDIT_PROFILE '.

    As a general rule, the call to apex.server.process sets the item values in the page and in the session in a single step. This doesn't seem to be the case with elements of the Application (although it works very well for the items on the Page).

    What's up with that? Everyone see my mistake?

    Thank you

    -Joe

    Post edited by: Joe Upshaw

    Joe,

    Using the pictures I showed you can simply use your application objects in the process. This is exactly the same as what htmldb_Get: when you use. add(), you provide a key pair / value that will be added to the respective tables, it is just behind the scenes. By manually adding to the table with apex.server.process, you get the same exact behavior and apex define elements of page/application corresponding to the value in the table of p_arg_names with the value in the p_arg_values table.

    When test you it in your demo application by assigning the value of the page element, and then using the 4 button (point), you can see that the question of the application session state has changed by inspecting the session state of the elements of the application through "session" in the developer toolbar. (it's in the "apex of ajax samples - forum" app)

    Of course, you can use the scalar parameters x # to provide values for the process, but why would you do the extra arch? If the elements of the application would set the restrictions, you still get the same result as if they were not, and they are easily manipulated through the same ajax call. I added an extra button with an ajax call using x 01. I never had problems with the help of the scalar parameters.

  • OpenScript - Adobe Flex script - cannot see items flexFT

    I created a script Adobe Flex in OpenScript, but when I save a Flex application, or use the path to inspect, I see items 'web' and not 'flexFT '.

    What Miss me?

    I think I found my answer here.  I do not yet have access to the source and do not know if it is compiled with the libraries of Adobe automation.

    FROM: http://docs.oracle.com/cd/E25294_01/doc.920/e15488/opscrpt_using_flxft_module.htm

    1. 11.1.2 prerequisites

    The recorder of the Test Module functional Adobe Flex has the following requirements:

    Note:

    Libraries/automation SWC files are required for the functional test to Flex. This does not apply to the records at the level of the Adobe Flex (AMF) load test protocol.

    • The Flex application must include Adobe Flex automation libraries at the time of the compilation or running. You must be at least automation.swcautomation_agent.swcautomation_dmv.swc
  • Other user accounts can see items on the desktop on my user account?

    Hello

    If I save something in my office, sign out, and then someone else use my PC and sign as themselves. Can they see what I recorded on my desk?
    Thank you
    Sarah

    Hi SarahWest,

    No, they will not see items that you have saved on your desktop in your user account.  Each user account has unique settings and preferences.  See the following article for more information:

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-a-user-account

    I hope this helps!

  • Cannot add items to the submenu (CS6) existing

    I used to be able to easily add items to select it - sub-menu object by adding menu items with the kSelectObjectMenuGroup of group name, but any approach, I tried, it returns an error or the menu item simply does not appear. Is access to this menu is no longer allowed (from CS6)?

    You should take a look at this:

    Add a menu group Software Development Kit in the Windows menu.

    const char * kSDKWindowsMenuGroup = "SDKWindowGroup";

    bool exists = false;

    error = this-> MenuGroupExists (kSDKWindowsMenuGroup, exists);

    aisdk::check_ai_error (Error);

    If (! exists) {}

    AIPlatformAddMenuItemDataUS menuItemData;

    menuItemData.groupName = kOtherPalettesMenuGroup;

    menuItemData.itemText = ai::UnicodeString ("SDK");

    AIMenuItemHandle menuItemHandle = nil;

    error = sAIMenu-> AddMenuItem (message->, d.self, NULL, menuItemData, & kMenuItemNoOptions, & menuItemHandle);

    aisdk::check_ai_error (Error);

    AIMenuGroup menuGroup = nil;

    error = sAIMenu-> AddMenuGroupAsSubMenu (kSDKWindowsMenuGroup, kMenuGroupSortedAlphabeticallyOption, menuItemHandle, & menuGroup);

    aisdk::check_ai_error (Error);

    }

  • How to change the border style of the list items in the apex


    Hi all

    We have created a few items from the selection list in the Apex and ask users to make changes to the border.

    I tried many ways, but he was not able to make changes, some could help me how we can change the border style of list items in Apex. By, the approach has been used by us

    Attributes of the element in the HTML form -> style = "" border: 1px solid #E5E4E2; "" [I speak that way] but no luck.

    Kind regards

    Sheikh tayeb.

    SruthiTamiri wrote:

    Hello

    Please find the details below

    APEX version # 3.2

    Internet Explorer version #7

    Mozilla version 12.0.

    Used theme #Blue

    Topic identification number is #12

    It is not possible to change the appearance of the borders of the selection list in IE7.

    To the borders of all the elements of the selection list style on a page in other browsers, include the following style sheet in the HTML Header page:

    .formlayout select {
      border: 1px solid #E5E4E2;
    }
    

    APEX 3.2 is no longer supported, and IE7 is obsolete. Upgrade to the current version is recommended.

  • Cannot see HRMS app in listbox Application Peoplesoft Data Mover

    Hello

    First of all, my setup is:

    Microsoft Windows Server 2003
    Database Oracle 10 g rel 2.
    PeopleTools 8.49
    HRMS 9.0

    I'm trying to install peoplesoft HRMS for learning purposes.

    I'm at the stage of the installation where I use data mover to create scripts to import for the creation of the database. I run Data Mover signature as SYSADM and select configuration database from the file menu. In the select the Peoplesoft Application screen, I check the demo but don't see any application in Peoplesoft Applications drop-down list. Even if I select the system option button, I see "PeopleTools database system - American English" as the only application.

    Does anyone know why this is?

    Thank you
    Jack

    user10862790 wrote:
    You say I should install people and HRMS tools in the same folder?

    Yes.

    Nicolas.

  • Cannot add items to the windows DVD creation

    When you open dvd maker-go ot add photos and video - click on add items - find and select the file, and then click Add - this is where the problem is - it needs a file name to be added, but nothing seems to work-can of a help me

    I ran sfc/scannow - he went up to 100%

    Impossible to get findstr to work

    also tried to disable and re capable creation of dvd in step 2

    Windows dvd creation is not listed in the list of the items that appear on the screen

    I'm lost

  • need to reinstall gdata antivirus.cannot delete it all and it will not re install. Have done everything society has suggested.cannot see anything in the regristery

    I uninstalled the antivirus because it would not turn. G - data was told to use cleaner them that I've done and it showed that this power has disappeared. But it will not reinstall because it's seeint the there.but program, I can't find it anywhere.

    It comes with Vista, upgrade install and activate Forum.

    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/threads

    Ask your question in the Forum Vista programs at the above address.

    See you soon.

    Mick Murphy - Microsoft partner

  • Cannot remove items from the view of games

    I inadvertently dragged a shortcut on the desktop (to a URL) on my games window. It now appears in the list of games, but I can't delete it – make a right click does not have a menu and organization | Delete does nothing. How can I get rid of it please?

    It has been for me an experience of Discovery Channel and another example of the way in their attempts
    to make Win7 dumbed down and easy, they often succeed in the opposite direction.

    «The ' menu of games that I'm talking about is one you get when you click on "Games" after clicking «Start»»»

    This is what I found last night. Three options are found in the start menu.
    Two present in the right pane - either / or - display as a link or show as Menu.
    I don't know I noticed them during the first pass of Win7, but had turned them off since then and paid little
    attention than start\program as well.

    * Process * -.
    Display as link
    is apparently one you use and the only one of the three I have no
    try to slip and fall in last night (how is that bad science.). I see now that it's actually opens
    a window of vs an extension out of the Start Menu.
    The folder I was focused on what is start\program, and is the one who has the 'real '.
    the folder I was alluding.
    The other two are also, but I now have a link to the universal currency converter
    with my game shortcuts in the window display as link and show as Menu.. 

    More fun - as I hoped, delete the folder games start\program is only temporary.
    I thought it would come to the time where the installation of a new game, but no, drop the shortcut URL in
    the window display as link also creates a file it with the shortcut URL in there, which
    will remove.  Strange science, what!

    OK - I'm off to find where Windows MASK the 'real' folder, that these two other Menu start files
    are stored in. I don't know that I fell on it in the past...
    * return * traces - well, I found the Game Explorer folder and deleted the most recent file (they were quite 'intelligent' hide which is what using numbers/letters rather than the names of game).
    All this is move the icon for the shortcut from the list of games 'Unspecified '.
    Maybe it's role-playing GE folder?

    Another weakness with this business of game Explorer is that it lists all of the games. He has only 86
    by 145 games I installed. It lacks all the steam and the 8 demo and games BACK.

    EDIT: Maybe a system restore? I tried to restore the file to a previous version, but that did not help.
    I can't (won't) to try the system restore because it allows you to uninstall a game yesterday, I downloaded form steam.
    Crikey! Now, it seems that I am stuck with a URL in a window full of shortcuts that I use never - OMG!

    EDIT again: deleted the folder of game Explorer (User\AppData\Local\Microsoft\Windows,
    rebooted and everything came back, always with the URL shortcut, so there must be a
    «real real honest to the of the goodness experience record- must find the folder... »

    ----------------------------------------------------
    STOP press: I was looking for a similar folder in the 'real' Start Menu folder, but this is not what we
    It's she want! Registry... That is why the AppData folder is alphanumeric, Yes!

    Open regedit and go to-
    REGISTRY\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\Games

    And then type the URL name to Edit > find (I just typed universal currency) and the
    Registry entry for the shortcut URL wandering will highlight. You can verify that this is the right key duplicate
    by clicking on the title before deleting.

    End of the story. Ooh! It was fun...
    .

Maybe you are looking for

  • DvD - external rom for Portege 3500

    I recently acquired a Portege 3500 as well as an external DVD-ROM from Toshiba (model No. PA3246U-1DVD). As I try to find the drivers for this I failed horribly (for the dvd - rom). It is connected via a CardBus card. Toshiba says that drivers should

  • Issue of licence/install ARD

    Hello I just want to check a second time a few things... about this software When I buy Apple Remote Desktop, download the app in a few different machines, I have? or just one at a time? remote control for apple MacBook same ARD is not installed to t

  • "I'm trying develop an application.

    that allows me to interact with several SDLC devices to the 1.2Mbaud at the same time. Can anyone recommend a source of interfaces PCI support SDLC, HDLC, or simply raw coding drivers associated with Bi-sync phase and or LabVIEW wrappers would be fin

  • Analog output on USB6008 in C ANSI does not work

    I tried to program the analog output on a device of USB6008 under MSVC ++ 6.0 with the latest NOR-DAQ 8.8. The lines of the example of the ANSI C program ' MultVoltUpdates - IntClk.c ' work very well with a device emulator, but not as soon as I try t

  • Windows Live Mail stops on trying to send an email.

    Windows Live Mail stops and restarts each time that I responded to an email, or try to send a new email. He informs me that there is a problem with the message, but not what the problem was. Any ideas? Thank you