Problem getting started with Mapviewer (mv10131_qs)

Newby question,
I followed the readme file and I can get http://localhost:8888 to work but not http://localhost:8888/mapviewer. The result is 404 Hot Found.
I also followed the instruction to load the demo data from from "mvdemo_10131.zip". So I created a mvdemo database with mvdemo user mvdemo passord.
Any idea,
Thanks in advance.

Yes, I did run Start.bat.
I edit it also to point to the Java distribution within Oracle folders to avoid problems with other Java installations:
D:
cd D:\Oracle\product\10.2.0\db_1\oc4j\j2ee\home
"D:\Oracle\product\10.2.0\db_1\jdk\bin\java" -server -Xmx384M -jar oc4j.jar
I am using FireFox and I have Apache running on that system. Do you know of incompatibility?
Thanks a lot!

Similar Messages

  • Problems getting started with templates

    I am just getting started with the dreamweaver 30 day trial.
    I am trying to create my first file. When I try to open a new
    template file I get the message below-
    "Dreamweaver stores templates in the root folder of a site,
    but there are no sites defined. Please add a site"
    What does this mean? How do I find the templates? I am a
    total dreamweaver newbie trying to learn the program.
    Thanks

    ntmunger wrote:
    > I am just getting started with the dreamweaver 30 day
    trial. I am
    > trying to create my first file. When I try to open a new
    template
    > file I get the message below-
    >
    > "Dreamweaver stores templates in the root folder of a
    site, but there
    > are no sites defined. Please add a site"
    >
    > What does this mean? How do I find the templates? I am a
    total
    > dreamweaver newbie trying to learn the program.
    >
    > Thanks
    It's not a problem with templates.
    You have to create a site for your website - F1 will show you
    how to do
    that. Once you have a site created, you will be able to
    create new template
    files, and they can write themselves to the correct part of
    the site.
    HTH,
    Pete.
    Peter Connolly
    http://www.acutecomputing.co.uk
    Derby
    UK
    Skype ID: acutecomputing

  • Problems getting started with LabVIEW FPGA

    Two (probably) related questions:
    1. I am trying to get started with LabVIEW FPGA, and I am having trouble using a host VI to test my FPGA VI. I started with a basic QAM modulator VI, to be run on the FPGA, and I have reached the point where I need to verify the logic and timing with this VI running on the development computer with simulated IO. I have tried various combinations of putting the code inside single-cycle timed loops vs not; putting the modulator block directly into the host VI, and using the "FPGA reference" block. When neither the host VI nor the modulator VI use a single-cycle timed loop, I see correct behavior. In every other case, the output of the VI is either absent or incorrect. I need to use a single-cycle timed loop in the FPGA VI to properly verify timing behavior (as far as I know), so the one functioning case is not enough for me.
    I'm sure there is a key step I'm missing or misunderstanding, but I have not been able to figure it out myself yet. I've attached my modulator diagram as well as two different attempts at host VIs. I can share other information, but I'm not sure what is most relevant.
    2. I am also trying to test a simple wrapper VI for the Xilinx FFT block, and I am having trouble accessing FIFOs inside the host VI. I thought this would be relatively straightforward, but when I tried to change the "method" on an "invoke method" block, there were no options for accessing FIFOs, as I understood there should be. This is a total roadblock for me. These two diagrams are also attached, the test diagram shows the options available to me for the "invoke method" block.
    Labview 2013, PXIe-7965R, PXIe-8133 controller. 
    I had to combine the diagram images; in case they are hard to follow this way, see the individual images here: http://imgur.com/a/oB6OD .
    Thanks in advance for any suggestions.
    Attachments:
    mod_all.png ‏68 KB
    fft_all.png ‏52 KB

    Hello Monguin61
    If you are having problems reading from DMA FIFO's you should test them using a very simple code to understand their behavior. First, you could start taking a look to the linked documents:
    Reading DMA FIFOs from Host VIs (FPGA Interface)
    Using DMA FIFO to Develop High-Speed Data Acquisition Applications for Reconfigurable I/O Devices
    FIFO.Read (Invoke Method)
    Then you could test and analyze a simple example to understand how it works, for example this one: Simple DMA FIFO Example for FPGA.
    Check the references when you are using DMA FIFO's, I noticed you did not connect them in the second picture attached.
    Regards
    Frank R.

  • Problem getting started with OCCI

    Probably a dumb question, but I am having trouble getting the OCCI samples to compile and run with VC6. To try to compile them out of the box, I created a plain Win32 project, added the occi Library and header to my project.
    None of the samples would compile, looked at the errors, which suggested I should have defined WIN32COMMON. I did, and everything compiled. Now whenever I get to a point where the code attempts to retrieve something from a ResultSet I get ASSERTIONS in the delete operator (debug mode) or access violations in release mode.
    Stumped.
    Can anyone give me a clue as to how to get started?
    Thanks,
    Mark

    Mark,
    I had the same problem but I figured it out what to do to get it work (took me quite a while...)Ok, here are the things you have to do (in VC 6.0):
    * project setting / linker / using following libs only (for Release and Debug!):
    oci.lib oraocci9.lib msvcrt.lib msvcprt.lib With these settings I got all OCCI samples to work properly (Release and Debug).
    Though developing my own stuff, I still had problems in the debug version sometimes (I'm using Win2K). I found out, when ever the "C:\WINNT\system32\msvcp60d.dll" was loaded at program start (see debug window of your VC) I got some more assertions. So I renamed the "msvcp60d.dll" to "msvcp60d.dll.bak" and copied the "msvcp60.dll" to "msvcp60d.dll". And now everythings works fine.
    I guess the reasons for these assertions is the occi libs own memory management, which isn't traced correctly by the debug version of
    the "msvcp60.dll"
    Cheers,
    Johannes

  • Problem Getting started with JDeveloper3.1

    I just downloaded JDeveloper 3.1 from OTN. Installed it. But its giving an error opening the JDeveloper. The error is
    "Unable to start a Java VM for JDeveloper"
    I am new to JDeveloper (and to Java itself). So I am not sure what its expecting. The readme.htm (release notes) doesnot talk much about installation and troubleshooting.
    I tried troublesheeoting on my own. tried executing java1.2\bin\java. Wrote an error saying "Error loading ...\Java1.2\JRE\bin\ojvm\jvm.dll".
    Looks like problem with OracleJVM. Then reading through release notes, tried installing jre1.3 (notes talks about 1.3rc2., I dont know what they mean. Searched the whole of javasoft site for that word with no luck). The added -ojvm to the jvm.cfg file. But InstallOJVM didnot work.
    So here I am questioning myself "IS IT HIGH TIME stop bashing Microsoft and move on...."
    Any help is appreciated.
    Thanks.

    I agree, I have just installed it on a Windows 95 Laptop, and for all the looking I did I didn't realise that it was not supported on 95. Most installs these days detect the OS early and tell you that it is not supported. .... might be something that Oracle will include in the future.
    null

  • Problem getting started with IDM

    I just need a new, clean installl of IDM 7.1, using MySQL and Windows 2003. The installation seemed to have gone fine, I didn't get any errors. However, when I go to http://localhost:8080/idm for the first time, instead of a logon page, I get a page asking me to import an exchange file. I tried the init.xml in the sample library, but that returned an error: http error 500.
    Any suggestions?

    Hi there,
    Did you solve this? And if so how? I have installed IDM 7.1 and I am also having the same problem. When I goto idm on my webservers port I get this page asking for an exchange file rather than a login page. When I try to upload the init.xml in the sample directory in WSHOME/IDM/Samples I just get a HTTP 500 java exception error:
    org.apache.jasper.JasperException: Exception in JSP: /configure/../includes/../includes/getSession.jsp:42
    39: // _wsSess is needed by getLocale.jsp
    40: Session _wsSess = null;
    41:
    42: request = BufferedRequest.wrap(request);
    43:
    44: // Create a local RequestState object for this page
    45: RequestState req = new RequestState(session, request, response, _wsSess, p);
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:467)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:371)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    javax.servlet.ServletException: javax/activation/DataSource
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
         org.apache.jsp.configure.fileimport_jsp._jspService(fileimport_jsp.java:686)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    java.lang.NoClassDefFoundError: javax/activation/DataSource
         java.lang.ClassLoader.defineClass1(Native Method)
         java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1847)
         org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:873)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1326)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)
         java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         com.waveset.ui.util.BufferedRequest.addAttachment(BufferedRequest.java:661)
         com.waveset.ui.util.BufferedRequest.parseMultiPartFormDataRequest(BufferedRequest.java:610)
         com.waveset.ui.util.BufferedRequest.parseRequest(BufferedRequest.java:555)
         com.waveset.ui.util.BufferedRequest.<init>(BufferedRequest.java:230)
         com.waveset.ui.util.BufferedRequest.wrap(BufferedRequest.java:220)
         org.apache.jsp.configure.fileimport_jsp._jspService(fileimport_jsp.java:199)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    I have checked my MySql database is running and it is so I am unsure what to do.

  • Getting Started with MapViewer

    I would like to check out Map Viewer. I was told there is a "lite" version of Oracle and Application Server that I can download to evaluate Map Viewer. Can anyone point me in the right direction?

    Try downloading Oracle XE and the MapViewer demo. This will enable you to try it out.

  • Problems getting started with ipad

    I just bought an Ipad and I connected it to my computer and downloaded itunes as it said and my ipad still has that message on it to connect to itunes.  what am I doing wrong????
    Thanks

    What computer/OS are you using?
    In iTunes, is your iPad shown under "DEVICES"?
    Did you install the USB driver to connect your iPad to your computer?
    Additional information:
    http://support.apple.com/kb/HT4053
    http://support.apple.com/kb/HT1386

  • Getting Started with FCE - Problems with my imported files

    Hi,
    I'm trying to get started with Final Cut Express, but I'm experiencing lots of problems when I import my project from iMovie.
    My project contains video, which I imported into iMovie at 960 x 540. It also contains some keynote animations, which I exported from Keynote as quicktime files.
    When I export my files to FCE, I instantly get problems.
    1) When I add the imported file to the sequence, I get an "Attention the clip does not match the sequence's setting or any of your sequence settings" error.
    2) Whether I choose to translate my settings or not, I try to play the video in the timeline, but there is a continuous beeping sound, no audio from my video and when it hits the keynote animations, it just says "unrendered" or "media offline".
    Please can you offer any advice on how I can get started with FCE more successfully.
    Thanks!

    Hi(Bonjour)!
    (please specify iMovie and FCE version)
    Well, your sequence settings in FCE should be DV-PAL 48 Khz.
    Create a new sequence.
    From iMovie and Keynote, export your movie with quicktime conversion andd select DV-PAL 48 kHz (*And Not* DV Stream...). This material should play without rendering because his format and codec match the sequence's codec.
    Import your files and everything should be OK.
    Michel Boissonneault
    The audio should be AIFF 48 kHz 16 bit linear PCM

  • Problem: UNIT 1: GETTING STARTED WITH COLDFUSION 8. Page 11

    Hello!
    I using UNIT 1: GETTING STARTED WITH COLDFUSION 8
    Page 11.
    Testing the course files installation
    21. Open up a browser and type in the following URL:
    http://localhost:8500/CF8intro/onYourOwnSolution/home/index.cfm.
    22. Login to the application using:
    • Username: [email protected]
    • Password: demo
    BAD PASSWORD :-(
    The web site you are  accessing has experienced an unexpected error.
    Please contact the website  administrator.
    P.S. Sorry Bad English
    Help!!!

    I have started to study CF8   http://www.adobe.com/education/instruction/teach/cfcurriculum.html
    UNIT 1: GETTING STARTED WITH COLDFUSION 8
    I have established CF, have copied course files, but at me shows an error when I do Testing the course files installation
    I enter a login specified there [email protected] and the password demo, but at me after that shows an error.
    I ask your council.

  • Getting started with an iBook G3?

    Hey,
    I just got an iBook G3 (500mhz, snow, airport, 10gb hd, upgraded ram), to compliment my iMac (G5 rev c) and I'm a little new.
    It was used, I got it via trade.
    Does anyone have some tips for me to get started with it ? I'm wanting to upgrade the HD to at least 20 GB, and to max out the ram. Any hints on that ?
    Also, where can I get a new battery and charger ?
    Also, what else should I know about it ?
    It will mainly be used for writing (novel, fan-fics), surfing the web (wirelessly), and when I'm traveling...
    Oh, it has OSX10.2 installed.

    Hi, Josh. Welcome to Apple Discussions.
    How much RAM is installed?
    Does it have the original AirPort card installed? (You may want to install one, if not, to enable wireless access to the internet.)
    Did the original system CD's and the OS X 10.2 software CD's come with it? If not, try to get the person you got it from to give them to you. You will need them if you intend to upgrade the hard drive (and for maintenance, even if you don't upgrade the hard drive).
    Hard drive upgrade services:
    MCE Technologies
    DT & T Computer Services
    A hard drive upgrade is very complicated, and best left to a professional.
    Check out the procedure:
    http://www.pbfixit.com/Guide/50.12.0.html
    http://www.powerbooktech.com/knowledge,name-Hard-Drive,type-6.htm
    http://uk.geocities.com/ibookupgrade/
    http://sterpin.net/uk/ddibookdualuk.htm
    Hard Drives:
    Other World Computing
    Newegg
    Batteries:
    http://www.powergears.com/product.php?catID=1100&p=1
    http://www.computergiants.com/items/one_item.asp?part=71148&cat=99&subsubcat=115 2
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore?productLearnMore=M93 37G/A
    http://eshop.macsales.com/item/Newer%20Technology/BAPIB111V36/
    http://eshop.macsales.com/item/Newer%20Technology/BAPIB111V48/
    Adapters:
    I have found the following options for replacing a white iBook power adapter:
    http://www.macresq.com/store/detail.php?prodID=P009141
    MCE Technologies
    http://www.madsonline.com/index.html?
    adapter at Other World Computing
    Apple's is the only one with the glowing ring, though, and is found here:
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore?productLearnMore=M89 43LL/A
    Enough dual USB G3 iBooks suffered from a logic board problem that Apple began the iBook Logic Board Repair Extension Program in January of 2004. Check out the FAQ page and be aware of how this logic board problem manifests itself.
    It has been suggested that you can minimize the chance of a logic board failure of this sort by never picking it up by the front left corner alone. Pick it up with both hands or in the center under the trackpad.
    It's also a good idea not to close it any more often than you need to in order to minimize the chance of the backlight cable (and other cables and wires) becoming pinched in the hinge or broken. When you have some time, check out the Discussion thread in the Displays Forum entitled 90 degrees and black out!!!!
    Information on using the battery to maximize both life and lifespan can be found here.
    You can download the manual for the iBook (Dual USB) from this page:
    http://www.apple.com/support/manuals/ibook/
    Good luck, and happy iBooking!

  • Developerday  VM Ora-12505 Getting Started with Oracle SQL Developer 3.0

    Just downloaded the VM , Started the tutorial Getting Started with Oracle SQL Developer 3.0
    As mentioned in tutorial , I was trying to make a new connection and I am getting following error
    Ora - 12505 : TNS Listener doesn't currently know of SID
    I gave SID as orcl, and seems to be working OK, can I use orcl for this tutorial
    Edited by: OrcArgusDev on Apr 13, 2012 9:01 AM
    Edited by: OrcArgusDev on Apr 13, 2012 9:11 AM

    Thanks, I'll survive. Just my luck, the first item I try to anon. debug didn't work! :)
    thanks, hopefully this problem will be few and far between

  • Error, in Getting started with Labview. Chapter 3, part 4.

    Hi.
    Still struggling on, trying to find the time to work through the "Getting Started with LabVIEW" document.
    Only 19 days left to go, and I'm still only in chapter 3!...
    Right.  In the "Saving Data When Prompted by a User" exersise, part 4...
    4.   Right-click the Signals input of the Write To Measurement File
          Express VI and select Insert Input/Output from the shortcut menu to
          insert the Comment input.
    Problem is, that option is greyed out, so not available!...
    I did what the instructions said, I right clicked on the "Signals" input, and it doesnt do what it says on the tin!
    Any pointers?   Please don't mention search the help, I've crashed the entire LV environment 3 times now, trying to search for something in there.  It's OK if it finds someting, but it seems to bomb at times, when there is some ambiguity when searching.
    Also, I won't be able to do anyting with any replies for a day or two, as I have to go up country to a customer, and mess about with hot oil, high volts, and lots of RF.  It never ends.   (I've still got the day job to do, while trying to fight my way through this "evaluation".   30 days of "Use" would be better, than 30 calendar days for some of us.)
    Regards.
    Dave Baxter.
    Technical Manager: AR-UK Ltd.
    AR United Kingdom
    OK... Who let the smoke out?

    Hi Dennis, and everyone else..
    That is not how it looks when first dropped on the BD.  On my machine, it is partialy expanded by default, after you clear the Configure dialog that pops up ocupying most of the screen.
    Again, if it makes a difference to the way the Right Click shortcut menu works, it should be documented in the Getting Started document, especialy as it seems to be a critical point.
    OK, explain this...
    I've just rubbed out the save to file VI, cleaned up the broken wires etc, and then planted a new one on the BD.   Once I cleared the Configure dialog that covers up most of the screen before you see it the first time, the VI was partialy expanded.  I forget the exact list, but "Signals" was not at the top.
    I did *EXACTLY* the same again, deleted it, cleaned up, and then planted a fresh new one.   That DID appear that time with nothing but the "Signals" item showing, and two down caretts below that, indicating more items.
    So......
    Why the different behaviour each time, on the same BD, in the same session.   Some underlying working data not being correctly initialised when invoked?  Of course, that never happens, right? ('C' programmes eh?)
    Trying some more, it seems the behaviour loosley depends on just how close to the edge of the While loop grey border you place it.   Odd.   I have a 1280x800 screen to play with, and a 1280x1024 second screen I use for the Getting Started document.  That is the absolute maximum I can have, due to hardware limits.
    I also find, that if you fully expand the "Write to Measurement File" VI block, then fully collapse it, then expand it again, all the items in that list have changed places!  Why?
    I had noticed earlier that there is no uniformity in the layout of even the items common to many if not all VI blocks (error in, and error out to name but two) Sometimes one is above the other, sometimes the other way round, sometimes they are not even ajacent to each other.   Has that been done as a source of minor ammusement or something?
    Talking to another colegue here, who just wandered in to see how I was getting on with this.  Seems he also has tried the introductory entry into LV (V8.something) in the past.  But he too, found too many things that behaved differently from one time to another, so abandoned it as a lost cause, then decided to learn how to use Visual Basic with NI-GPIB IO instead.   Not without issues either he said, but at least it all behaves exactly the same, each and every time.
    End of the day now...
    Regards.
    Dave B.
    OK... Who let the smoke out?

  • Help Needed with getting Started With Office 365 Development C# Rest API

    We have a O365 Tenant Setup with a Federated Active Directory Setip we want to be able to right code that will connect to our tenant and perform basic CRUD operations against it (ex. Creating mail boxes)
    The problem is we want this to be contained in a CLR trigger In SQL so say if a new user is added to our user table then we would create a new AD account for that user and also create a mailbox.
    But I cannot find and example on how to connect to Office 365 using the REST API (Not the SDK because you can not add the connected service to a class library) and before the required actions that we need to do. All the example I have found are with the
    SDK API and/or require window 8 and that is also not an option.
    Please help I do not know where to start, and I would love to see some examples done in c# and not using the SDK.
    Thanks,
    Andrew Day

    Hi,
    >> Instead of SharePoint URLs I would use the O365 API URL?
    Yes, in my sample code, I was accessing the File resource by using the O365 File API. In your case, you need to acquire the token to access the Mail resource and use O365 Mail API.
    By the way, I think the article
    Understand Office 365 app authentication concepts will help you to understand the authentication process in Office 365 Development.
    >> Why can I not use the SDK API with a class Library?
    Actually, you are able to reference the Office 365 .NET SDK in the class Library. But the class library project type was not supported by Visual Studio Office 365 Development Tool. As a workaround,
    you can reference the SDK manually in your project.
    Since your original question is about “getting started with Office 365 Development C# Rest API”, if you have more questions about the Office 365 SDK, I will suggest you posting a new thread
    to discuss the Office 365 SDK. It will involve more other community members to share their ideas and experience on a specific a question and for others who had a similar question could also find the valuable information quickly.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting started with Java and XML

    Hi,
    Although I am pretty familiar with Java, I am a total newbie with using it to parse XML. I have been reading quite a few tutorials so am getting a good understanding of it and am thinking of using the DOM model for my purposes.
    What I haven't been able to find, however, is how I can actually get started with this. I have tried compiling a few examples and have been getting errors such as:
    xmltest.java package javax.xml.parsers does not exist
    xmltest.java package org.w3c.dom does not existetc etc...
    It looks like these packages don't come with J2SE. Can anyone confirm this? Do I need to download and install the Java Web Services Developer Pack to solve this problem?
    Finally, I know I will need an XML parser but have read that JDK 1.4 has it's own parser (Crimson). Is this adequate for parsing XML files or will I also need a parser such as Xerces?
    Thanks so much for any help!

    Hi DrClap,
    Thanks for the reply. I have JDK 1.4.1_02 installed on my server but the following error keeps coming up when I try to run my example:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/NodeAre there any further packages I need to download in order to run Java with XML? I have read some people install JAXP and XERCES... are these necessary for parsing an XML document or should J2SE 1.4.1 be sufficient?
    Thanks for your help!
    Jill

Maybe you are looking for

  • I can not open old Microsoft documents on my new macbook pro

    After installing Office Mac 2011 I am able to see all old Microsoft excel files, however, when trying to open my old microsoft word files it only showing numbers and letters. I was wondering if someone can help me.

  • Missing ACROBAT Tap from MS Word 2007 for Windows top Menu

    I could generate PDF file using a TAP on the top right of the screen (ACROBAT it was next to developer), however, I must have done something ... and now the Tap is missing. Anyone knows how can I get it back? Thank you, Monasterolo

  • Lumia Camera/4K not working after Denim Update

    Hi, Received the Lumia denim update this morning but after installation, the Lumia Camera app is not open (displaying a megbox that says "Lumia camera requires Lumia denim software update") and the extra+info still shows "cyan". The rest of denim upd

  • Why Template, request and operation level approval from 11g?

    Hi All, I''m very new to OIM 11g and could not understand the logic behind having three categories of approval workflow, sucn as Template, operational and request level approvals? In 10 g, on the contrary, we can achieve multiple level approval using

  • Trendline - fit to chart

    Hi all I have added a trendline to a bar chart in WAD, but my chart resizes itself to fit the bar chart and not the trendline.  I am projecting the trendline for the 6 months but disappears from the chart after two months (due to the rate of increase