Where do we find the edit mode of all portlet

Hi,
Can any one tell me where the portlet are stored so that we change the look of the portlet by hardcoding.For eg:how we login.jsp in the folder drive:\OraHome_1\j2ee\OC4J_SECURITY\applications\sso\web\jsp. In same way can u tell where portal porlet are stored.

One way would be:
SQL> SELECT department_id, min_sal, avg_sal
  2  FROM (SELECT department_id, MIN(salary) min_sal, AVG(salary) avg_sal
  3        FROM employees
  4        GROUP BY department_id
  5        ORDER BY 3 DESC)
  6  WHERE rownum = 1;
DEPARTMENT_ID    MIN_SAL    AVG_SAL
           90      17000 19333.3333John

Similar Messages

  • Where do I find the edit marks in QuickTime 7 Pro?

    I have purchased QuickTime 7 Pro (I think two times) and can not find the edit points even when I run the pointer over the screen and time line.  Can someone help me?  Thank you in advance.

    The top marker is the playhead and the two markers under it are the in and out.
    You must be opening a MPEG 1 or 2 file. They are not editable until they are converted.

  • Tyring to load adobe flash player, where do I find the "edit options key"

    I need adobe flash player for a web page. the instructions say I need to add it to the firefox accepted list. I need to press the "edit options" key to get too that list. where do I find that key?

    The instructions on the Adobe page about "edit options", etc. are out-of-date and incorrect.
    <u>'''Install/Update Adobe Flash Player for Firefox'''</u>: your ver. N/A; current ver. 10.0 r45
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -download and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -double-click on the Adobe Flash installer you just downloaded to install it
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer.

  • Where can I find the editing options in iMovie?

    I think I may have hit the 'x' for the editing options (transitions, title pages, etc) but I can't figure out how to get them back. I have looked at all options in the menu, and I have shut down iMovie and reopened it, expecting it to be back to the way it was. Anyone know how I can get the options back? I use iMovie a lot to edit videos for my sign language classes and I really need the editing options.

    in the upper left, right under the 3 red/yellow/green balls there's the word 'hide' ... which is a  button
    ( at last in actual iM vers 10) ...

  • Where do i find the folder which contains all my emails please?

    thank you

    Why are you looking for it? Note that you *should not* mess with those files unless you know what you're doing, and having to ask where the folder is means you probably don't know what you're doing (at least, when it comes to Mail files). If you have a problem you're trying to solve, you'd be better off to post that question than to start poking around.
    That said, look in ~/Library/Mail/ for all your mailboxes and other Mail-related files. (The '~' means "your user folder".)

  • Dictioanry table to find the tabelspace mode( begin backup or endbackup)

    Hi ,
    Please tell me the dictionary table used to find the tablespace mode,
    after issuin following command,
    alter tablespace tbs begin backup;
    where can we find the tablespace mode?
    Thanks,
    Kumar.
    Message was edited by:
    user548258

    v$backup
    shows you the active (begin backup) or not active (end backup) datafiles.
    as i know there is no view for tablespaces
    corrections welcome

  • It seems that photos are saved automatically after one makes changes.  However, I cannot find the edited photograph!  Where do they end up?

    After I change the photo on IPhoto, only the original appears - don't know where to find the changed photo.  Is it really automatic?
    Thank you!
    <E-mail Edited by Host>

    How are you editing the photo?  With iPhoto or a 3rd party editor?
    With iPhoto the edited version replaces the orignal in both the thumbnail and large version.  Once the photo is edited you can view both the editied version and original in the edit mode by depressing the Shift key to toggle between the two.
    This is what you get when you try it:
    Post back with what you use to edit.
    OT

  • Where do I find the tools to edit a pdf document?

    I am trying to edit and have had Adobe cloud thingy for a couple of months so I could convert and edit as necessary.  I pay for it monthly.  So far I can't figure out how to edit and think I may have purchased the wrong Adobe.  Since you can't contact Adobe directly ... here I am.  I am thinking this is not for me...

    Hi flbdpublisher,
    Did you purchase a subscription to Acrobat Pro? (It sounds that way if you're paying monthly.) If so, you just need to sign in to your account at https://www.cloud.acrobat.com and click Acrobat at the far right. Click Download Now to download and install Acrobat--that's where you will find the tools that you are looking for.
    Please let us know if you need additional help.
    Best,
    Sara

  • I need to install software on a computer without a dvd drive.  Where can I find the download for the student edition?

    I need to install software on a computer without a dvd drive.  Where can I find the download for the student edition?

    Perhaps you can copy it using a different computer, from the disk to a USB key.
    However, external DVD drives are cheap and in my view essential.

  • In Adobe dreamweaver CS6 where can I find the hotspot tool [title edited by moderator]

    Boss in an Adobe dreamweaver CS6 where i can find the hotspot tool

    Hello,
    my way is (all comands translated from my German DW):
    1. Insert an image
    2. Click into the image
    3. Menu for the hotspot tools opens (see screenshot, where I used "Polygon")
    4. Click into the image (see screenshot) > Give an "alt" for your image, if you want.
    5. Make your wished figure:
    6. And in your code you now will see something like:
    <p><img src="../images/grafik07-300.jpg" alt="" width="300" height="225" usemap="#Map"/>
      <map name="Map">
        <area shape="poly" coords="125,123,115,86,151,34,209,76,237,135,219,179,153,185,91,176,5 6,140" href="#" alt="It's a test!">
      </map>
    </p>
    Hans-Günter

  • Where can i find the already deployed applications in weblogic 10

    hi,
    i like to find where is the application in the bea directory after installing using the weblogic 10.3 console?
    Previously in weblogic 8, the file can be found in c:/bea/userprojects/domains/<domain_name>/applications/<my_web_application> after i deployed using the weblogic console
    The file structure has been change for weblogic 10. Where can i find the files?
    Thanks
    Edited by: user8271033 on 28/09/2010 19:31

    It depends in which modeu have deployed your applications:
    If you will deploy your Application using nostage=”true” in the Above ANT script then It will be deployed on the Server in no Stage mode ...means the Actual Location of the Application will be used by the Server.
    If you will deploy your Application using stage=”true” in the Above ANT script then It will be deployed on the Server in Stage mode ...means the the application will be staged inside the "<DOMAIN_HOME>\servers\<SERVER_NAME>\stage" directory.
    please refer to Re: Maintaining Absolute paths inside EAR file

  • Where do I find the virus scan on my iMac?

    Where do I find the virus scan on my iMac?

    Read the sticky at the top of this page.
    It got past your virus protection because your virus protection is garbage. Uninstall it.
    And, there are no OS X viruses. Malware yes, but no viruses. You downloaded and installed the Trojan by choice. Trojans trick people into installing.
    Suggested reading:
    http://www.reedcorner.net/guides/macvirus/
    EDIT: Oops, duplication. I see Babowa has already given the link.
    Stay far away from Norton. It has a bad history of wrecking Macs. If you want to run anything, get ClamXav or Sophos Home Edition, free. Never run Sophos after the first scan except in "On Demand" mode. Both free.
    Message was edited by: WZZZ

  • IPhoto:  I have several photos that will not open in the edit mode.  They also will not open to a screensaver.

    I have Version 10.6.8 and iPhoto 9, versiono 8.1.2.
    Two questions: 
    1)  I can't find the 9.0 to install so I can then update thru 9.3...
    2)  I have several pictures that will not open in the edit mode.  There is just a blank screen when I attempt to open them.  I cannot export them to the desktop either.  Message is:  Unable to create/Users/(my name)/Desktop
    Help!

    What about a work-around?
    Ios 7.1 etc. has a problem with communicating with exchange.  There are lots of reports of problems with pdf files.
    The work-arounds mentioned here may be of assistnace.
    https://discussions.apple.com/thread/5992793?start=0&tstart=0
    get a gmail account.
    There are lots of ways of moving files.
    A simple and popular way to copy files and share files among your devices.
    https://www.dropbox.com/
    "Box lets you store all of your content online, so you can access, manage and share it from anywhere. Integrate Box with Google Apps and Salesforce and access Box on mobile devices" Rated the most secure cloud storage by SkyHigh Networks.
    https://www.box.com/
    Files Connect -- "Cloud Storage services like Dropbox, MobileMe iDisk, Google Docs/Picasa, Facebook photos, FTP, SFTP, WebDAV ... AFS (Apple File Shares) SMB (Windows shares)  protocols"
    https://itunes.apple.com/us/app/files-connect/id404324302?mt=8
    Windows File server
    http://itunes.apple.com/us/app/filebrowser-access-files-on/id364738545?mt=8
    "Dukto is a simple application that allows you to share files between devices connected to the same (wireless) LAN network."
    http://www.tidal.it/?page_id=309&lang=en
    http://www.msec.it/blog/?page_id=11

  • Where do you find the ringtone tab on your personal itunes so that you can sync new ringtones to your iphone?

    Where do you find the ringtone tab on your personal itunes so that you can sync new ringtones to your iphone? I am trying to get ringtones from my ringtone app onto my phone and the directions said to click Ringtones on the top of iTunes. I am having trouble finding the Ringtones on the top of iTunes.

    Go to edit then preferences in itunes on your computer and then check the box TONES and then click OK.  with your phone attached to your computer with USB cable select the name of your phone on the left and then in window on right select TONES from the menu items across the top of the window

  • Where can i find the XI benefit documents

    Dear SIr,
    Where can i find the XI  documents with related to the Business benefit , ROI
    Thank you and best regards,
    Vimol

    Hi,
    related to business Benefit
    find here with you the documents
    SAP site
    http://www.sap.com/platform/netweaver/components/xi/index.epx
    SAP Service Market place
    http://www.sap.com/platform/netweaver/components/xi/index.epx
    SAP XI - Where to Find Information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap%20xi%20-%20where%20to%20find%20information.pdf
    One of the most powerful feature of XI, Business Process Management:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f778
    35cc/frameset.htm
    SAP Exchange Infrastructure 2.0 in High Availability Environments
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10c7d15f-d411-2a10-c8ae-c1596eeebaed
    SAP NetWeaver Process Integration: Best Practices for Roles and Procedures in Integration Projects
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b6c2fe-d411-2a10-1c87-87046c0acd45
    Thanks
    Swarup
    Edited by: Swarup Sawant on Jan 31, 2008 12:26 PM

Maybe you are looking for