Edit privilege on a publisher portlet

Hi,
I am using Publisher 6.2 and created a Data Template, Content Item and Presentation Template. I also created a portlet to access the content item. Now I want to give a group of users "Edit" only permissions on this portlet so that they can edit the content of the portlet (content item) and publish it. When I give appropriate security level in Publisher (Submitter and above) and "Edit" privilege on the portlet for the group of users, still the Edit button in the portlet title bar is not enabled. The Edit button in the title bar of the portlet is enabled only if the users are given "Admin" privilege on the portlet. But "Admin" privilege allows the users to do many other things like changing security, properties and even deleting the portlet; which is not very desirable.
Is there any other way of getting this done?
Thanks
Sreeram

For more advanced portlets like news portlets you can modify the code of the index page to conditionaly add an edit button. The users still need edit access in publisher.
code:
<pcs:if expr="create">
<pt:standard.choose>
  <pt:standard.when pt:test="stringToACLGroup('group=2430;').isMember($currentuser)">
<!--start ACTION BAR -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
     <tr class="actionbarObjectBg">
          <td height="25" align="right" class="actionbarObjectBtn" nowrap>
          {a href="#" onClick="create<pcs:value expr="pcs_id"></pcs:value>();return false;" title="Create an Article"
               ><pcs:html:img expr:src="newContentIcon.location" expr:width="newContentIcon.image.width" expr:height="newContentIcon.image.height" attr:align="absmiddle" attr:border="0" style="UNARY"></pcs:html:img
               ><span  class="actionbarText"> Create Article</span></a>
          </td>
          <td> </td>
     </tr>
     </form>
</table>
<!--end ACTION BAR -->
  </pt:standard.when>
  <pt:standard.otherwise>
  </pt:standard.otherwise>
</pt:standard.choose>  
</pcs:if>
[/pre]
notice the <pt:standard.when pt:test="stringToACLGroup('group=2430;').isMember($currentuser)"> line that's checking against group membership
Edited by drdlord at 04/10/2007 8:50 AM
Edited by drdlord at 04/10/2007 8:51 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Error: Address already in use - on loading publisher portlets

    Hi Guys,
    We get the following error msg when we access our portal homepage (which contains a set of publisher portlets: Error details: OKHttpException - Exception occured while processing HTTP request.
    Request processing stage was [1 - Trying to establish a socket connection to the remote host.]
    Bytes sent: [0]; Bytes received: [0]
    Error description: [Address already in use: no further information].
    I'll appreciate if anyone has come across this before and can give a pointer as to what is causing it and how it can be fixed. e.g. What address is already in use? BTW, the error seem to occur very infrequently; as in occassionally, and when one refreshes the page, the content items are then rendered ok. Any clues will be greatly appreciated. Thnks.
    Edited by obkalu at 11/16/2007 12:53 PM

    Control-Z does "stop" the process, but it doesn't kill it. Use Control-C to do that. Then, you may have to wait a couple of minutes for the OS to free up your socket until you can try again.

  • Edit link in item region portlet is displayed with unwanted banner

    I have several item repositories in the form of pages published as portlets. When adding these portlets I often check the option to display the edit link. When the link is displayed on the page it always shows up with a banner in a completely different color than what is set in the page style. How do I get rid of this, or where can i find the default setting for this so I can hard code it to white or something?

    You cannot change the style of the edit banner in the page portlet.
    Regards,
    Jerry
    PortalPM

  • Portlet Edit Mode in a Remote Portlet doesn't work with JSP

    I am facing a strange problem. I created a protelet and attached the edit to a JSP Page(edit.jsp). When I create a portlet of this and display in a portal, the edit works fine in case of a local portlet. But when the same is made as a remote portlet, I get an Operation failed fault.
    The exception is:
    Fault: {urn:oasis:names:tc:wsrp:v1:types}OperationFailed
    Internal Server Error: Page Flow [testPortlet.edit.edit.jsp] is invalid..; nested exception is: java.lang.IllegalStateException: Page Flow [testPortlet.edit.edit.jsp] is invalid
    Does anyone know why the edit in a remote portlet works only with a page flow?

    There is no edit mode defined in this portlet.
    Subbu
    Chandra Mouli Parameswaran wrote:
    Here you go!. This is the portlet file on the producer side.
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:portlet definitionLabel="portlet_2" title="ViewQuotesController">
    <netuix:titlebar/>
    <netuix:content>
    <netuix:pageflowContent contentUri="/viewQuotes/ViewQuotesController.jpf"/>
    </netuix:content>
    </netuix:portlet>
    </portal:root>

  • Group-based content on the same publisher portlet

    We want to create Publisher portlets which would display content based on the Group-membership of the user. For e.g., A my page will have 2 portlets: Global portlet which will have content visible to all employees. Division portlet which displays division-specific content based on the division the user belongs to; HR group will see HR dept announcements and Finance group will see Finance announcements etc. Similarly there will be groups/user for HR portlet content manager, Finance Content manager etc, All these will be Publisher portlets, htmls, that will be updated periodically by the content managers. Could anyone suggest a good way to implement this?

    Hi,
    you could use Adaptive Tags in your presentation template. You need to know the group ids. This is the relevant section from the docs (http://edocs.bea.com/alui/devdoc/docs60/Portlets/Adaptive_Portlets/Using_Adaptive_Tags/plumtreedevdoc_integration_portlets_adaptive_userspecific.htm):
    Secure Content (User and Group Permissions)
    The pt:standard.choose, pt:standard.when and pt:standard.otherwise tags allow you to insert content on a page based on conditional statements of user and group membership. <pt:standard.choose> denotes the start of a secured content section, and <pt:standard.when> tags include a test condition that defines who has access to the enclosed content. <pt:standard.otherwise> tags include content that should be displayed as default. (In previous versions, this tag was implemented as pt:choose, pt:when and pt:otherwise. This syntax is still supported.)
    The value for the pt:test attribute is case-sensitive. Multiple users or groups should be separated by commas, with semi-colons separating user values from group values. The syntax is as follows:
    <pt:standard.choose xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    *<pt:standard.when pt:test="stringToACLGroup('user=userid1,userid2,...;group=groupid1,groupid2,groupid3;').isMember($currentuser)* xmlns:pt='http://www.Plumtree.com/xmlschemas/ptui/'>
    ... content ...
    </pt:standard.when>
    <pt:standard.otherwise xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    ... default content ...
    </pt:standard.otherwise>
    </pt:standard.choose>
    For example:
    <html><head>
    <pt:standard.choose xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    <pt:when pt:test="stringToACLGroup('user=1;').isMember($currentuser)" xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    <title>welcome administrator</title></head>
    ... secret administrator content ...
    </pt:standard.when>
    <pt:standard.when pt:test="stringToACLGroup('user=200,201;group=200;').isMember($currentuser)" xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    <title>the 200 club</title></head>
    ... content only group 200 or users 200 and 201 can see ...
    </pt:standard.when>
    <pt:standard.otherwise xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    <title>everyone else</title></head>
    ... content any user can see ...
    </pt:standard.otherwise>
    </pt:standard.choose>
    </html>
    You can also test if the current user is a guest user (not logged in). Since there can be multiple guest users in the portal, simply testing for default guest user ID 2 does not work.
    <html><head>
    <pt:standard.choose>
    <pt:standard.when pt:test="isGuest($currentuser)">
    ... guest user content ...
    </pt:standard.when>
    <pt:standard.otherwise>
    ... logged in user content ...
    </pt:standard.otherwise>
    </pt:standard.choose>
    </html>

  • Publisher portlet error: Redirected outside of the gateway space

    I get the following error in my Publisher portlets." ..cannot be displayed because the portlet redirected outside of the gateway space". The portlet is using the Published Content web service. The Log spy shows no error and all the publisher diagnostics are working fine. If I change the url for Published Content webservice from ...published_content_redirect.jsp to published_content_noredirect.jsp, it works fine. Any idea? :(

    you have to make sure that the publish target url for your publisher portlets is "in the gateway space" (added to the list of allowed gateway urls) of the "Published Content" web service.

  • New Apps User defaults with all User Edition Privileges - Security Breach?

    Please check the following Scenario/Issue and please let me know if anyone has a solution for it.
    1. In Apps, created following Responsibilities
    - Payables Inquiry-Only User
    - Projects Inquiry-Only User
    2. In Discoverer Admin, Tools->Privileges, assigned following privilege to "Payables Inquiry-Only User"
    - User Edition Parent only (unchecked all child privileges such as Create/Edit Query)
    3. In Discoverer Admin, Tools->Security, mapped following Responsibilities/Business Areas (BA)
    - Resp: Payables Inquiry-Only User BA: AP Payables
    - Resp: Projects Inquiry-Only User BA: PA Projects
    4. In Apps, created user DISC_INQUIRY_USER, assigned following responsibilities
    - Payables Inquiry-Only User
    - Projects Inquiry-Only User
    5. At this stage, if user connects to User Edition;
    - user is able to create new query in BA: AP Payables or BA: PA Projects depending on login Responsibility
    - By default Discoverer assigns all User Edition Privileges to new Apps User including Create/Edit Query
    Requirement
    1. Create new Apps User DISC_INQUIRY_USER, assign it Inquiry-Only Responsbilities
    2. Login to User Edition - DISC_INQUIRY_USER: Payables Inquiry-Only User
    - User can inquiry Workbooks associated with Resp: Payables Inqiry-Only user
    - Should not be able to create new workbooks
    3. Login to User Edition - DISC_INQUIRY_USER: Projects Inquiry-Only User
    - User can inquiry Workbooks associated with Resp: Projects Inquiry-Only User
    - Should not be able to create new workbooks
    Issue
    There is time-gap between creating Apps User and login to Discoverer Admin to remove user privileges. This is security Breach, is their any way to change get around it.
    - Discoverer gives precedence to Responsibility Privileges over User Privileges. Is their any way to change it?
    - Is it possible to change default Privileges for new Apps User?
    - I am facing this issue in Discoverer 4.1.48, Does discoverer Admin behaves differently in latest Versions?

    Nobody helps you except yourself. ;)
    So, this query get privileges for user PUBLIC
    select eap.ap_id, eap.gp_app_id
    from eul5_eul_users eeu,
    eul5_access_privs eap
    where eeu.eu_username = 'PUBLIC'
    and eap.ap_eu_id = eeu.eu_id
    and eap.ap_type = 'GP'
    In my case
    3001     1000
    3002     1001
    3003     1002
    3004     1003
    3005     1004
    3006     1005
    3015     1013
    3016     1014
    3017     1018
    3018     1024
    I research а corresponding between gp_app_id (second column) and real name of privilege and get the next list:
    1000     Discoverer and Plus Privilege
    1001     Create/Edit Query
    1002     Item Drill
    1003     Drill Out
    1004     Grant Workbook
    1005     Collect Query Statistics
    1006     Administration Privilege
    1007     Set Privilege
    1008     Create/Edit Business Area
    1009     Format Business Area
    1010     Create/Edit Summaries
    1012     Schedule Workbook
    1013     Unknown
    1014     Save Workbooks to Database
    1015     Manage Scheduled Workbooks
    1018     Unknown
    1024     Create Link
    So, the ID of privilege 'Save Workbooks to Database' is 1014. This privilege exists in table in spite of in Discoverer Administrator this option UNCHECK for user PUBLIC.
    This is a REAL BUG!!!
    Then I executed query
    delete from eul5_access_privs where ap_id = 3016
    and after that all became right.
    Now please explain me this bug. And I have question - which privileges have IDs 1013 and 1018?
    Thank you.

  • How to Create a XML Publisher Portlet using OmniPortlet

    Hi,
    Please help me. I have a project that needs to create an XML Publisher portlet using omni portlet. Is there any complete documents here or anyone can give more details on this? Appreciate to those will help..
    Thanks,
    Russel

    Hello Srini,
    Thank you very much for the reply but I'm not into OBIEE... I want the required query to be processed and the output to be shown in xml layout to load into RTF document. The rest I can manage.. but please let me know how to get the .xml output with out using the report builder or the apps environment(concurrent prg submission)..
    Please let me know if any... urgent
    Thanks in advance
    Krishna

  • Externally Published Portlets

    Hi,
    To enable the use of portlets in jsp pages, you first need to enable JSP Access in a page group, then add your portlets to the list of Externally Published Portlets in that page group. Each Externally Published Portlet is basically a pointer to your "internal" portlet.
    My question is: Do you know where this list of Externally Published Portlets is stored in the Portal database schema? I do not believe it is stored in the table wwv_things. Is there a table or view that contains information about Externally Published Portlets?
    The reason I want this information is because I'm trying to write PL/SQL that needs to know where the Externally Published Portlet maps to.
    Thanks in advance for your help.
    Version: Oracle Portal 10.1.4.0.0 (Build: 594)
    Eddie Awad

    Hi Dagur -
    What version of Portal are you using? Page Portlets can be Externally Published in version 9.0.4.
    To accomplish this in 9.0.4 you must do the following:
    1. On the page you want to run as a portlet, set its properties to publish as portlet.
    2. In Page group properties, configure the page group to allow JSP Access and give an Access Key
    3. In navigator for page group that has JSP access enabled, click on the Externally Published Porlets link
    4. Click "Create New ... Externally Published Portlet"
    5. Click the browse Portlet Icon button to select your portlet, drill down through the "Published Portal Content" folder to find your page portlet
    6. click OK
    Hope this helps,
    Candace

  • Edit Button not visible in portlet

    Hi Every one,
    Even adding the portlet mode as EDIT in the portlet.xml, i am unable to see the EDIT button on the portlet.
    Could someone help to solve this? Is there any thing else to be done?
    Here is the snippet of portlet.xml
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>EDIT</portlet-mode>
    <portlet-mode>HELP</portlet-mode>
    </supports>
    Note: Help functionality is working fine. and also able to see the help icon.
    Thanks in advance..

    Which Portal are you using? In Sun Portal Server or Web Space Server , you will see Edit button only if you are authenticated to the portal.
    Also did you modify the portlet.xml in the deployed location or was the EDIT added before the portlet was deployed?
    Regards,
    Deepak

  • How to create OIM group with partial edit privileges?

    I need to create an service desk group that has the privilege to reset the password of a user but cannot edit any of the other user attributes. Also grey out the 'edit' button for them.
    Also, members of this group should not be able to delete the account. I can set permissions and disallow delete but would prefer not to even display the 'delete' button to them.

    Hi
    using (SPSite site = new SPSite(url))
    using (SPWeb web = site.OpenWeb())
    SPUserCollection users = Web.AllUsers;
    SPUser owner = users[string.Format("{0}{1}", "Domain", "Owner Username")];
    SPMember member = users[string.Format("{0}{1}", "Domain", "Default Member Username")];
    SPGroupCollection groups = Web.SiteGroups;
    string GroupName = “Super Exclusive”;//your group name
    string GroupDescription = “Super exclusive group description.”;
    groups.Add(GroupName, owner, member, GroupDescription);
    SPGroup NewSPGroup = groups[GroupName];
    SPRoleDefinition role = Web.RoleDefinitions["Read"];
    SPRoleAssignment roleAssignment = new SPRoleAssignment(NewSPGroup);
    roleAssignment.RoleDefinitionBindings.Add(role);
    Web.RoleAssignments.Add(roleAssignment);
    Web.Update();
    Please 'propose
    as answer' if it helped you, also 'vote
    helpful' if you like this reply.

  • How view and edit source code before publish to iWeb

    I noted the following iWeb page plays music when it opens: http://homepage.mac.com/kkirkster/maya_test/
    How does one change the source code in iWeb before it is published so that such a change as he did works in opening a blog page?
    Dennis
    Power Mac G5   Mac OS X (10.4.4)  

    I could as easily edited the iWeb slideshow.html page but I wanted to test the features of the newer slide show.
    The page was uploaded to my .Mac account (iDisk) and then copied to my Desktop. I edited the images to reduce their file size and edited the page code and reposted the entire thing (drag and drop) in my iDisk Sites (Homepage) folder.
    The page was to test the features of the new javascript slide show and is S&G stuff.
    Being a dial-up user (very slow) I wanted to give the value of the new slide show without the added bloat of the new iWeb software.
    Here is the iWeb version with the same music code pasted into the slideshow.html page:
    http://web.mac.com/kkirkster/iWeb/Maya/Maya.html
    Once the first page loads completely a viewer can click on the "Start Slideshow" button and view the images and listen to very bad MIDI music.
    Simple copy/paste of some object and embed tag code using Text Edit (set to plain text).
    So. I'll make some slide show pages using iWeb and add a bit of simple code and then repost the page at my Homepage site.
    Less bloat. More filling!

  • How do i change my terminal and text edit privileges

    How do i change my privileges in terminal and text edit?
    Every time i try to drag something from text edit to terminal it says this;  "The file “server.command” could not be executed because you do not have appropriate access privileges.To view or change access privileges, select the file in the Finder and choose File > Get Info''
    and when i go to "Get Info" it says read&write is on!?
    Can somebody help me please??

    Hi Taysia_b,
    The convention that I have always used was to copy (Command-C) from the editor, and paste (Command-V) in the terminal and it has worked for me thus far.
    Found keyboard commands faster to work with, than trackpad stuff.
    Have fun
    Leo

  • I have imported my photos and some are out of order.  I have edited and want to publish them but I would like them back in chronological order.  How do I do this?

    Also,  If I wan to edit photos on my iPad, how do i turn on this feature?

    You can change the sort order in the library module. And if you click on the image (not the gray border around the image) you can move images around if necessary.
    As far as editing on your iPad is concerned, that involves Lightroom Mobile, and it requires that you have a creative cloud subscription.
    Download Lightroom for mobile | Adobe Lightroom for mobile

  • Help Editing code from a published html file with flash detection enabled from flash

    hi guys ive publish a html file with flash detection enabled from flash
    heres the code from the publish html:
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>main</title>
    <script language="javascript"> AC_FL_RunContent = 0; </script>
    <script language="javascript"> DetectFlashVer = 0; </script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Revision of Flash required
    var requiredRevision = 45;
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <script language="JavaScript" type="text/javascript">
    <!--
    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
         alert("This page requires AC_RunActiveContent.js.");
    } else {
         var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
         if(hasRightVersion) {  // if we've detected an acceptable version
              // embed the flash movie
              AC_FL_RunContent(
                   'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
                   'width', '800',
                   'height', '600',
                   'src', 'main',
                   'quality', 'high',
                   'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                   'align', 'middle',
                   'play', 'true',
                   'loop', 'true',
                   'scale', 'showall',
                   'wmode', 'window',
                   'devicefont', 'false',
                   'id', 'main',
                   'bgcolor', '#ffffff',
                   'name', 'main',
                   'menu', 'true',
                   'allowScriptAccess','sameDomain',
                   'allowFullScreen','false',
                   'movie', 'main',
                   'salign', ''
                   ); //end AC code
         } else {  // flash is too old or we can't detect the plugin
              var alternateContent = 'Alternate HTML content should be placed here.'
                   + 'This content requires the Adobe Flash Player.'
                   + '<a href=http://www.macromedia.com/go/getflash/>Get Flash</a>';
              document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
         // Provide alternate content for browsers that do not support scripting
         // or for those that have scripting disabled.
           Alternate HTML content should be placed here. This content requires the Adobe Flash Player.
           <a href="http://www.macromedia.com/go/getflash/">Get Flash</a>
    </noscript>
    </body>
    </html>
    now since the default codes places my flash movie on upper left corner, ive made my own tables with the flash on it, how or where do i place this code to the upper codes?
    <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th valign="middle" scope="col"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th height="600" bgcolor="#333333" scope="col"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','800','height','600','src','main','quality','high','pluginspage','http://www.adobe.com /shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','main' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600">
              <param name="movie" value="main.swf">
              <param name="quality" value="high">
              <embed src="main.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed>
            </object></noscript></th>
          </tr>
        </table></th>
      </tr>
      <tr>
        <td height="30" bgcolor="#990000"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th scope="col"><table width="800" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <th scope="col"><div align="left" class="style1">Copyright 2009 St. Paul of the Cross Parish. All Rights reserved.</div></th>
                <th width="400" scope="col"><div align="right" class="style1">Usage outside our permissions guidelines requires our prior written consent.</div></th>
              </tr>
            </table></th>
          </tr>
        </table></td>
      </tr>
    </table>
    Tnx in advance!

    Hi
    Can you tell me which version of dreamweaver you are using (and flash pro, if you have it), as the code you provided has element of a number of different versions (e.g. your js flash files are reasonably new, but your flash inserted into the html body is old, but with the cs3 version of flash player indicated!). Also the detect flash file is no longer required.
    PZ

Maybe you are looking for

  • ITunes 7 Unknown Error question.

    http://docs.info.apple.com/article.html?artnum=304318 I have been using that document to help me solve this problem, but when I try to disable Safemode in Quicktime, after I close the window, the button checks itself, even after I hit apply, so I go

  • Document flow in consignment fill up incorrect?

    Hello Experts, This issue is about consignment pick up the problem what the user is getting is--- 1)the user created a consignment fill up order 2) while the consignment pick up order is not showingallowing inward delivery of second line items. I wou

  • How to  create refurbishment order with notification

    Dears It is sap std practices that we are not creating notofication for refurbishment order But we are tracing the driver for the process the end user will create notifaction for planner for creating refurbishment order But from notification we cannn

  • TS1398 Why does my iPad2 not display the WiFi icon?

    Why does my iPad2 not display the WiFi icon? I have implemented ALL of the troubleshooting tips, but my WiFi icon is still missing, and it will NOT recognize the internet connection that I know to work on my computer and iPhone.

  • Doubt on Break on statement

    Hi Guys, can break on statement be used in oracle 11g, am trying to use it this way but not able to get the expected result break on deptno skip 1 select deptno, job, count(*) from emp group by deptno, job; Dins Edited by: 931966 on May 8, 2012 8:55