What Can I do after deployment?

hi all,
i have finished deploying my web application (viewcontroller project) and he deployment finished well
i have deployed it in war file
there are two generated files
war file under the deploy directory of ViewController Project
ear file under the deploy directory of my application ( not model project )
is it a must to install web application from administration system console ?
if so which file i should use ( ear or war ) File ?
Thank you for your help

hi Shay,
Thank you for your reply that i suppose it will be very helpful
The steps that i have done are:-
1) Right click on ViewController Project and properties
2) Create new war file to this project
3) Chooses contributers like oracle jdbc and all adf related libraries
4) I have created connection server and test it successfully
5) Right click on ViewController project and deploy to the connection i have created
6) The deployment finished well but when i tested i got this error in the login page
7) Before you read the error message i logged on the admin console and sets the password property of my data source connection to the password of the database user and deploy again but it doesn't work
8) I have tried to check set client id and add credential mapping but it doesn't work
9) I think the problem is jdbc connection related so what is the problem?
10) I am using Jdeveloper 11.1.1.2.0 adf faces. Thank you for help
Error 500--Internal Server Error
java.lang.NullPointerException
     at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3710)
     at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
     at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5127)
     at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
     at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
     at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
     at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2921)
     at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
     at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
     at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
     at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:21)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
     at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Similar Messages

  • What can I do after receiving the following message: "An error occurred while contacting the radio tuning service. Check your internet connection, or try again later". This is the message I have received the last 3 days, can anyone help. Thanks

    What can I do after receiving the following message: "An error occurred while contacting the radio tuning service. Check your internet connection, or try again later".
    I have received this message the last 3 days, is itune radio down or am I the only one experiencing this type of problem?
    Need help.
    Thanks
    Sam3

    Ok.. Apparently it's not just me
    Apple needs to make a statement or something on this issue.  I'm running Lion OS X 10.7.3

  • What can I do after IMPORT_PROPER error

    I want update sp 09-15, now error occurs, I can't reset the  queue status either:
    You cannot reset the queue from import phase 'IMPORT_PROPER'
    What can I do to rescue the system?
    SE16,SE38 can't work.

    Help!
    import SAPKB70012 error.
    I read notes that basis sp12 should import in a queue with sp17. But what I can do now?
    START imp all              NW2        20081219161530              DDIC         sp001 20081219161530     
    INFO: event SAP_IMPORT_START triggered successfully
    INFO  TBATG CONVERSION OF  NW2 N      not needed                  DDIC         sp001 20081219161530     
    START MOVE NAMETABS        NW2 6      20081219161531              DDIC         sp001 20081219161530     
    START tp_getprots          NW2 P      20081219161531              DDIC         sp001 20081219161530     
    WARNING: System NW2. Warning.        20081219161936 :
    WARNING:       Background job RDDIMPDP could not be started or terminated abnormally.
          Please check that the R/3 system is running.
          Please check the system. Use transactions SM21, SM37, SM50.
    WARNING:       (This warning is harmless if no further warnings follow.)
    WARNING: System NW2. Warning.        20081219161948 :
    WARNING:       Background job RDDIMPDP could not be started or terminated abnormally.
          Please check that the R/3 system is running.
          Please check the system. Use transactions SM21, SM37, SM50.
    WARNING:       (This warning is harmless if no further warnings follow.)

  • What can replace quicken after lion?

    what can replace quicken in lion??

    There are dozens of similar applications. A good one to look at is Mind Your Own Business - MYOB. Another is MoneyDance.
    Look for all of them at MacUpdate or CNET Downloads.

  • Hi,when I tried iPad 2 reset blue light came out what can I do after?

    When I tried iPad 2 reset only blue light came out and the screen become black again what can I do? Please help

    Try a reset:
    Hold the Sleep and Home button down until you see the Apple logo.

  • What can make a application deployment SLOW?

    Hi guys!
    A co-worker is having some trouble deploying Oracle ADF BC app to Integrated Weblogic Server.
    His computer conf's is same as me (Core i7, 4GB Ram, etc...) but his deploy time is twice slow than mine (sometimes 3x) while deploying the same APP.
    We both are using JDK 1.6.31 (32bits, I choose 32bits because 64bits doesn't support Fast Swap) on Windows 7 x64.
    From this perpesctive I want to ask, what kind of problem can make the Deployment to IngratedWLS slow?
    PS: Using JDeveloper 11.1.2.1, Application Modules are already using DataSource connections.
    Thanks in Advance,
    Renan.

    Amy, I appreciate your feedback.  You actually made me go back and brush up on my debugging skills.  But the solution turned out to be simple, because I am simply a moron It turns out if you use the method addItemAt on an arraycollection, it does not simply replace the item that is already there.  It puts the new item at the index you specify, and moves the existing items down the chain, ALL OF THEM.  So I simply had to stop using the addItemAt method and just declare the values directly.
    i.e.
    FlexGlobals.topLevelApplication.chapterAC[0].title1 = "New Title";

  • What can I do after receiving the error message: registry settings of itunes drivers  are missing?

    After starting the newly installed itunes the following error message appears: registry settings of itunes drivers to import and burn CDs and DVDs are missing. Install itunes newly. Does not help- I did i twice. what shall I do?
    in addition my iphone is not recognized when I branch it via USB port to my notebook. Is this related to the error as indicated ?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • What can I do after FUSE command?

    Hi all,
    I have got a couple of questions regarding the fuse command.
    1.Can I load applet after FUSE? I think, I do? Am I right?
    2.Can I replace card manager keys after FUSE. If true, how ? by PUT_KEY command?
    thanks

    2 times  yes.

  • I'm a newbee at Mediaencoder, what can I do after encoding??

    I want to burn a 20 min video on Blu Ray, but whatever I use as codec, nothing seems to be accepted in my BR player...
    Encoded with H.264, MPEG2, MPEG4 and others.....

    You MUST use either "MPEG-2 Blu-ray" or "H.264 Blu-ray" when encoding for Blu-ray, H.264 being preferable for quality.
    Then, you must take the result into Encore to "author" a legal Blu-ray disc. You can't just export the material and burn the file to a disc as "data". Must be authored to Blu-ray specs.
    If using Adobe Creative Cloud, there is no Encore CC - but you can download and use Encore CS6.
    http://blogs.adobe.com/davtechtable/2013/05/using-encore-cs6-with-premierepro-cc.html
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • What can I do after maximum refunds?

    I have been denied refunds because I have used to many? My brothers can access my account and they have spent over $1,000 and I need a refund! Anyone have any ideas on how I can get this?

    Change your account password, then obtain the refund from your brother.

  • Adobe Reader resets preferences after deployment

    Greetings to the Forum.
    Please can anyone direct me to resolving this problems.
    My oirignal MSI of 9.5 was used to integrate the MSP updates into it resulting in a deployable 9.5.4 version.
    However the MSI created showed all my previous preference settings which was what was required, but after deployment, the I guess updates reset it.
    Is there a string command somewhere to stop these updates changing the previous settings.
    Kind regards,

    The Admin and Wizard guides tell you how to customize deployments: www.adobe.com/go/acrobatetk.
    Without knowing what your updates order is, seeing your cmd line, and having a list of what preferences have changed, it's not possible to troubleshoot your problem.
    Here is some info that may help:
    Read the docs above.
    Admins usually create an MST file with the Wizard that which contains customizations.
    The update order is 9.5 > 9.5.1 > 9.5.2 > 9.5.3 > 9.5.4.
    OOC security updates do not change settings.
    There is no master switch to disable preference updates and updating with an MSI in the workflow and no MSI means that your customizations may be lost.
    hth,
    Ben

  • HT2693 what can i do when vendor contact support page can't send my info/msg due to page error and i have paid for an app that no longer works after purchase

    What can i do when i purchase an app then after purchase the app fails to work. I deleted the app rebooted ipa then reinstated app. It still fails to work. I went to vendor support but when i go to send the info to them it comes up with unable to send msg due to page error. I am not happy. My child loved the app now it wont even open. Any help???

    Try talking to iTunes support
    http://www.apple.com/support/itunes/contact/

  • I restored my Iohone after it synced and now all of my pictures are gone ! what can i do to fix this problem???

    I restored my Iphone after it synced , everything else is there but my pictures!
    what can i do to fix this ??

    You should be importing all pics taken with iphone to your computer regularly as you would with any digital camera, particularly before any update or restore.
    If you have failed to do this, then they are likey gone.
    You can try restoring from backup.

  • I've bought an iPhone5. After that i've syn taht with my old apple ID. But when i login to the apple site it is telling that my phone is not registered. What can i do?

    I've bought an iPhone5. After that i've syn that with my old apple ID. But when i login to the apple site it is telling that my phone is not registered. What can i do?

    Why exactly do you care if it is registered?
    Is there some issue with the device?

  • I installed Yosemite and now my computer is slow when logging in. Also when I type my password the screen images are distorted. After that my home screen appears and everything seems normal. What can I do to fix this?

    I installed Yosemite and now my computer is slow when logging in. Also when I type my password, a bar appears measuring the process and then all of a sudden the screen images are distorted. After that my home screen appears and everything seems normal. What can I do to fix this?
    Here is what the etrecheck results are:
    Problem description:
    slow at start up, screen is distorted while logging in, it is fine after
    EtreCheck version: 2.1.8 (121)
    Report generated April 5, 2015 at 9:42:01 AM PDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 297
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:7:0
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (174.85 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.devguru.driver.SamsungComposite (1.1.0) [Click for support]
        [not loaded]    com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) [Click for support]
            /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
        [not loaded]    com.devguru.driver.SamsungACMControl (1.1.0) [Click for support]
        [not loaded]    com.devguru.driver.SamsungACMData (1.1.0) [Click for support]
    Startup Items: ℹ️
        HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.ucupdate.plist
        [failed]    com.apple.watchdogd.plist [Click for details]
    Launch Agents: ℹ️
        [not loaded]    com.google.keystone.agent.plist [Click for support]
        [not loaded]    com.hp.help.tocgenerator.plist [Click for support]
        [not loaded]    com.logmein.LMILaunchAgentFixer.plist [Click for support]
        [not loaded]    com.logmein.logmeingui.plist [Click for support]
        [not loaded]    com.logmein.logmeinguiagent.plist [Click for support]
        [not loaded]    com.logmein.logmeinguiagentatlogin.plist [Click for support]
    Launch Daemons: ℹ️
        [not loaded]    com.adobe.fpsaud.plist [Click for support]
        [not loaded]    com.google.keystone.daemon.plist [Click for support]
        [not loaded]    com.logmein.logmeinblanker.plist [Click for support]
        [not loaded]    com.logmein.logmeinserver.plist [Click for support]
        [not loaded]    com.logmein.raupdate.plist [Click for support]
        [not loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [not loaded]    com.adobe.ARM.[...].plist [Click for support]
        [not loaded]    com.facebook.videochat.[redacted].plist [Click for support]
        [not loaded]    com.google.GoogleContactSyncAgent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Android File Transfer Agent    Application  (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
        HP Product Research    Application  (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
        HPEventHandler    Application  (/Library/Printers/hp/hpio/HPEventHandler.app)
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        LogMeInSafari64: Version: 1.0.660 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        LogMeIn: Version: 1.0.660 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        LogMeInSafari32: Version: 1.0.660 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 10.0.1 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.0 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             7%    ocspd
             4%    WindowServer
             1%    kextd
             0%    ps
             0%    securityd
    Top Processes by Memory: ℹ️
        137 MB    Microsoft Word
        120 MB    Safari
        86 MB    ocspd
        82 MB    CalendarAgent
        77 MB    WindowServer
    Virtual Memory Information: ℹ️
        310 MB    Free RAM
        1.89 GB    Active RAM
        1.55 GB    Inactive RAM
        544 MB    Wired RAM
        1.13 GB    Page-ins
        8 KB    Page-outs
    Diagnostics Information: ℹ️
        Apr 5, 2015, 09:32:47 AM    Self test - passed
        Apr 5, 2015, 09:30:05 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -04-05-093005_[redacted].crash
        Apr 4, 2015, 01:12:41 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -04-04-131241_[redacted].crash
        Apr 4, 2015, 08:13:57 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/AdobeResourceSynchronizer_2015 -04-04-081357_[redacted].crash

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

Maybe you are looking for

  • Has anyone managed to get Authorware 7 Content Working on the Web

    Hi I get this message when I try to get the web player working Can anyone help!! [email protected]

  • Change table usage in a form

    Hello, I've been working on a project for a few months now, and in charge of building Forms. Just recently we upgraded our Designer 6.0 to Developer Suite 10g (Designer 9.0.4.5.6). In their infinite wisdom, the architects have chosen to rename some o

  • Unit test cases using sqldeveloper2.1.1

    hi, currently i am using sqldeveloper1.5.1. Using this version i am not able to write unit test cases. i need to write unit test cases which is possible using sqldeveloper2.1.1. can i connect my oracle database using sqldeveloper2.1.1. oracle version

  • Configuring Subscription Client to delete removed files

    Hi, I am using Site Studio Publishing Utility 10gR3. I was wondering if there is a way to configure the Subscription Client to delete files (URLs) that were removed from the content server. I tried adding the following line to SC's configuration file

  • Page Ins vs Page Outs question

    Hi Guys, Could someone please explain... I have 4GB ram installed and when I look at Activity Monitor I see I have in the region of 38200 page ins and 0 page outs {when surfing the web as I am now} and a VM of 10.56GB. I just opened iMovie, iDVD, Pho