Missing "View|Application Navigator" and "View|Connection Navigator"

My default Oracle JDeveloper 10g Early Access 10.1.3.34.12 is missing "View|Application Navigator" and "View|Connection Navigator" from the View toolbar. Am I simply missing an additional installation or do I not have something configured correctly?
Thanks,
Scott

Thanks for the answer, that's exactly what it is. I'm new to this environment and had it installed for me, hence I didn't see the differences at the download choosing time. Thanks again.

Similar Messages

  • Database objects Tables, Views, Indexes not expand in Connections navigator

    In SQL Developer tool when I clicked on any database object: Tables, Views, Indexes, Packages, Procedures, Functions, and Triggers none of them expands in Connections navigator so I am not able to see all tables, Views, Indexes in this schema objects.
    Please advise
    Thanks a lot
    Vincent

    If the user you're connecting with is not the owner of the objects, you can access them through the Other Users node.
    Hope that helps,
    K.

  • Navigation and Creating  a navigation rule at runtime

    Hi all,
    How can I create a navigation rule at runtime?
    I got all my pages (names and locations) stored in a database table.All my pages are jspx format.
    I don't want to create navigation rules for each page, Instead I want to use the location stored in the database and create a navigation rule to navigate to.
    I tried navigating using ServletRequest :
            ExternalContext ectx = FacesContext.getCurrentInstance().getExternalContext();
            HttpServletResponse response = (HttpServletResponse)ectx.getResponse();
            HttpServletRequest  request = (HttpServletRequest)ectx.getRequest();
            request.getRequestDispatcher("/faces/Titles.jspx").forward(request,response);But it blows after the first call.
    is it possible to create a navigation rule in a Bean or is there another way to call jspx pages from a Bean without loosing the session.
    Can someone help me please.
    thanks in advance,
    Ahmad Esbita

    Ahmad,
    I don't know of any way to programatically create navigation cases at runtime. However, perhaps you could try creating a NavigationHandler decorator. Let's assume you have a function called "getViewIDforAction" that does the database lookup and returns the view ID for a given action code. You could do something like this:
    package my.code;
    import javax.faces.application.NavigationHandler;
    import javax.faces.context.FacesContext;
    public class MyNavigationManager extends NavigationHandler
       NavigationHandler _base;
       public NavigationManager (NavigationHandler base)
          super();
          _base = base;
       public void handleNavigation(FacesContext fc, String actionMethod, String actionName)
          String viewID = getViewIDforAction(actionName);
          if (viewID != null && ! "".equals(viewID))
             fc.getViewRoot().setViewId(viewID);
          else
             _base.handleNavigation(fc, actionMethod, actionName);
    }You'll also need this in faces-config.xml:
    <application>
      <navigation-handler>my.code.MyNavigationManager</navigation-handler>
    ...any other stuff...
    </application>Note: I haven't tested this or anything - just to give you an idea...
    Regards,
    john

  • Application Server and Driver  Connection Pool

    Hi,
    What is the difference between Connection Pool implemented by the Driver and the Connection Pool implemented by the Application Server?
    If i am using a JDBC3.0 compliant driver,i can use PooledDataSource to get a Conenction from the Connection pool. But, even otherwise, the application server (JBOSS) would implement a Connection Pooling mechanism. i.e even from a basic Datasource, i will get the Connection Pool.
    1. Can i do away with PooledDataSource of Driver when using an application server?
    2. If i have to use both, then what is the criterion for optimal usage?
    Can someone answer this please...
    If there is some reference available on this topic, please let me know.
    Thanks in Advance

    Connection pooling is good that the connection object that have been created can be used later by other client.
    Application server is better since server always have more resources( such as memory, processor speed) in order to perform the task.
    And this may improve centralization, all connection object managed by a single centralized server.
    Pls correct me if i am wrong.

  • (IMP)Application module and database connection

    Hi,
    How application module pooling and database connection pooling is working ?
    Currently i m facing a problem like if i am creating 10 browser session then it doesn't mean that i'll have only 10 db sessions. While closing the browser session of application module time out respective db session is not removed.
    In this case, invalid db session are created in bulk which is crashing database sometime. We have writter script to kill those session periodically but in this case if application module is accessing such dbconnection then we are getting session killed error or not logged in error.
    To over come we need to bounce the server (middle tier).
    Is there any proper way to solve this or am i doing something wrong ?
    Please let me know if you need any more details.
    Thanks in advance
    Devang

    Thanks for your prompt reply Ricky.
    I just found out that in some of the JSP pages in application
    <jbo:ReleasePageResources/> is not written. Should this problem arise because of this?
    could you please tell me how can I release page resources in UIX pages ?
    Datasources.xml file content
    <data-source class="com.evermind.sql.DriverManagerDataSource"
    name="AITDS"
    location="jdbc/AITCoreDS"
    pooled-location="jdbc/pooled/AITPDS"
    xa-location="jdbc/xa/AITXADS"
    ejb-location="jdbc/AITDS"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username=<USERNAME>
    password=<PASSWORD>
    url=<URL>
    inactivity-timeout="30"
    />
    bc4j.xcfg file
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="GsaServerModuleLocal">
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCDataSource>jdbc/AITCoreDS</JDBCDataSource>
    <jbo.project>gsa</jbo.project>
    <AppModuleJndiName>oracle.appsit.gsa.server.GsaServerModule</AppModuleJndiName>
    <java.naming.factory.initial>oracle.jbo.common.JboInitialContextFactory</java.naming.factory.initial>
    <ApplicationName>oracle.appsit.gsa.server.GsaServerModule</ApplicationName>
    </AppModuleConfig>
    </AppModuleConfigBag>
    </BC4JConfig>
    Let me know if you need any more detail.
    Thanks in advance
    Devang

  • Application Loader and iTunes Connect say missing embedded provisioning

    Hi,
    I'm trying to update an app built with Flash CC, and I'm getting an error when submitting to iTunes Connect through Application Loader:
    ERROR ITMS-9000: "Missing Provision Profile - iOS Apps must contain a provisioning profile in a file named embedded.mobileprovision." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
    I'm using the latest public release of AIR SDK through Flash Pro (version 4.0.0.162).
    Anyone having similar issues?
    Thanks,
    Kevin N.
    Instant Update: I unzipped the .ipa file and the embedded.mobileprovision file in there.

    @Marian Majewski-Sliwa
    We looked into the info.plist file which you had shared but there appears to be no issue with the same.
    If possible, could you please PM the packaged IPA file, all 3 ANEs which you have used in your project to help us investigate the issue further?
    Thanks,
    Abhinav

  • HT5429 Are there any differences between iPhone 5's navigator, and iPhone 4s navigator?

    I just need to know if there is a difference between there navigators ..

    As I said in the first reply, there is a difference if the iPhone 4S still has iOS 5x on it. Once you have updated to iOS 6 on the 4S, it will be exactly the same as the iPhone 5. If the 4S has not been updated, it still has the Google Map application on it, and while you can get directions on it, it will not have turn by turn navigation, or spoken navigation.

  • TS1741 Issue with mobile application remote and wifi connection

    From my touch and ipad when I attempt to use remote I lose my wifi connection.  My wifi on all the devices works great using any other application.

    From my touch and ipad when I attempt to use remote I lose my wifi connection.  My wifi on all the devices works great using any other application.

  • (IMP)application module and DB connection issue

    Hi,
    In my BC4J application, Application module is not releasing DB connection after the execution of the JSP page. It usually takes approx 3500-4000sec. to release it. On what parameters this time is dependent??
    I am using data-source to connect to DB. Application Module configurations parameters are set with default values.
    If i select "Disconnect Application Module Upon Release" from the configuration of Application module, it releases DBconnection at the end of http Request. Is it a proper solution to the issue ? any performance related issues with it?
    My JSP code's basic structure is
    try
    <jbo:ApplicationModule id="<AM ID>" definition="<Fully qualified AM classname>" releasemode="Stateless/stateFul" />
    // application code
    catch(Exception e)
    // Code to take necessary action if exception occurs
    finally
    <jbo:ReleasePageResources appid="<AM ID>" releasemode="Stateless/StateFul"/>
    Please guide me on this.
    Thanks in advance,
    Devang

    Hi john,
    Thanks for your reply... in other way can i restrict the number of connections created for the application module By selecting the Disconnect Application Module Upon Release in application module configuration.
    If i select that check box in Appmodule-->configurations->Edit->Pooling and Scalability means, while loading my screen number of connections are increased after completion of loading a screen immediatly connections also got reduced. if i select this check box whether it will give any other problems.
    Here am using the uishell dynamic tab after opening more number of tabs am getting connection pool error.not allways.. thats why am trying to restrict the no.of connections opening.
    please can you provide some info regarding this
    Reg,
    Brahma B

  • Wireless is missing from Fn+F5 and Access Connections

    Hi,
    I just installed a new harddrive on my T60 and restored WinXP from recovery DVD, everything seems to be work fine, I have upgrade Windows to SP3 plus all hotfixes, and updated ThinkVantage software to latest version using System Update 3. Today when I try to use WLAN I found a problem, there's no way to add a WLAN profile in Access Connections, I can choose Intel PRO/Wireless 3945ABG when creating new profile in AC, but after I clicked Next, I couldn't find any wireless SSID even though there is one active. The #3 dropdown (wireless mode) is also empty, the security property button is also grayed out, so I cann't proceed further.
    I thought this may be becuase wireless is turned off somehow, so I used Fn+F5, to my surprise there's no wireless in it! It only has Bluetooth. I do have Wireless Network Connection 2 in Windows' Network Connections, it's listed as Not connected, the hardware manager also shows the wireless NIC without any problem, so I think WIndows does recognize the wireless NIC, but for some reason Thinkvantage refuses to recognize it, any ideas?
    Thanks
    Jim
    Message Edited by su27k on 01-24-2009 07:40 AM
    Solved!
    Go to Solution.

    I solved my problem by uninstall and reinstall WLAN driver and AC (maybe other related drivers, don't quite remember). The sequence of uninstall/install is important, I think you need to uninstall AC first, and install it last.

  • Do view life time and view recent property apply for external URL from crawling?

    Hi All,
    I wonder that do viewlifetime count and viewrecents apply for the external URL from the crawler?
    I saw it does work for local SharePoint URL but not too sure for the external URL.
    And in that case, is it possible to sort the search result by viewlifetime/viewrecent for both Local SharePoint Sites and External Site from crawler?
    Best Regards,
    Andy

    Hi,
    According to your post, my understanding is that you want to use viewliftime and viewrecent property when crawing external URL.
    Per my knowleage, the viewlifetime and viewrecent property does not apply for external URL from crawling.
    In my environment, I can edit the refinement panel in search center page to display viewlifetime and viewrecent when I crawl SharePoint Sites.
    However, when I crawl external site, in the search center page, I cannot get any information about the result items.
    Here is a great blog about how to crawl external site for your reference:
    http://www.bluesphereinc.com/blog/utilizing-the-power-of-sharepoint-search-part-1-centralizing-search-results-from-mulitple-sources/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • No Connection Navigator in the View menu

    Hi,
    There is no Connection Navigator item in mu View menu, only System Navigator and CVS Navigator.
    Any ideas?
    /Krister Surell

    Have you installed the java edition?
    In the Java edition only the core Java and XML features exist. The Application Navigator and the Connection Navigator are part of the larger J2EE and Studio(ADF) editions.
    Thanks,
    Geoff

  • Text labels missing under Library and Viewer icons in V31

    I just built a multi-folio app with DPS Pro Edition. I specified V31. When I preview the resulting Developer app on my iPad, the text under the small "Library" and "Viewer" icons at the bottom of the screen is missing. The Library and Viewer icons are there, but the space below the icon where the words "Library" and "Viewer" should appear is missing.
    I didn't select "Use Customized Strings" or anything like that when I built the app in DPS App Builder. Any ideas?

    Sent the details to your email. If you can:
    Can you try to build a new app and see if the labels are missing?
    If the app is for both ipad/iphone try to rebuild for ipad only?
    Check the app builder version number?
    Thanks

  • Nested application module use own connection

    Hi everyone,
    I'm trying to figure out how to let a nested application module use it's own connection instead of it's parent.
    Any suggestions?
    We're using Jdeveloper 10.1.3.3.0.
    Regards

    Hi,
    The issue is not about the data, but about the database connection. The idea is to have a general BC library (with iits Application Modules and View Objects), using its own database schema, and have that one imported in other applications, with other database schemas.
    We have to use these imported BC's in the application AM, because that's the way JHeadstart works. This will result in a table not found exception, because the imported VO's are in another schema.
    We were hoping that we could nest an imported Application Module and that it uses its own connection to its own database schema, but unfortuantely that does not seem possible since nested application modules inherit the connection of the parent (root) application module.
    Or is there perhaps a way to achieve this; i.e. have a nested application module using its own database connection and not inherit this from its parent?
    Ciao
    Aino

  • I was told of an application that will allow the use of a second screen to view my data and files, but I forgot its name. I'd like to make the connection because my LCD is broken.

    I was told of an application that will allow the use of a second screen to view my data and files, but I forgot its name. I'd like to make the connection because my LCD is broken.

    You don't need an application, just plug a compaitble monitor into the display port of your MacBook Pro, set the screen up in System Preferences>Displays

Maybe you are looking for

  • Call of Duty: Advanced Warfare at Best Buy

    Power Changes Everything. Call of Duty is back with their next, highly anticipated game, Call of Duty: Advanced Warfare. Call of Duty: Advanced Warfare envisions the powerful battlegrounds of the future, where both technology and tactic have evolved

  • Correct way to construct variable based on other variable's name

    Hello! I have done this topic based on some modifications of this thread. The problem is that I can't understand how to manipulate with selection of the columns as variable when iterating over loop.  My goal is to define multiple variables for 'selec

  • Organize discoverer workbooks saved to database

    I may be confusing this with another Oracle product, but I seem to recall hearing something about an enhancement to Discoverer relational that would allow creation of folders/directories to help organize workbooks when saving to the database. Has any

  • Outlook meeting replicated 50 times and impossible to delete.

    Hi,  One of our users is experiencing an issue with the Outlook 2013.  There's a meeting (Lync meeting to be exact) that has shown up, as he says, by itself, and is not possible to be removed. We have tried to remove it from outlook web app, from out

  • Where to set the time?

    Hello, I am kinda still a newbie, but I don't think my troubles to get the time in the Gnome-panel and XFCE-panel right are caused by me being relatively new to Linux/Arch. This is my rc.conf: LOCALE="nl_BE.utf8" HARDWARECLOCK="UTC" TIMEZONE="Europe/