SQL Equivalent of Show Tablespace Contents.

Through Enterprise Manager, pointing to a particular tablespace, there is an action titled: Show Tablespace Content, that gives a KB report for each table/index/LOBSEGMENT, etc on a particular Tablespace.
I currently have a Database that I am for various reasons, unable to use with Enterprise Manager or GRID, is there a script that can give me the equivalant of the above action? It doesn't have to be pretty, but I need it prior to a performance test tomorrow.
Thanks!

Never mind, I found this post:
command for knowing the size of the table and its index
And modified it for my purposes as such:
SELECT sum(bytes)/1048576 Megs, segment_name
FROM dba_extents
WHERE owner = 'ORABPEL'
GROUP BY segment_name
order by MEGS
Thanks!

Similar Messages

  • SQL equivalent of if-statement

    What would be really useful would be if I could do an SQL equivalent of an if-statement. I'm just making the following up to show what I mean:
    SELECT CASE
              WHEN(det.user_entity_name = 'PO Header')
                 THEN (SELECT pha.segment1
                         FROM po.po_headers_all pha
                        WHERE pha.po_header_id = ad.pk1_value)
              WHEN(det.user_entity_name = 'PO Line')
                 THEN (SELECT pha.segment1
                         FROM po.po_headers_all pha
                            , po.po_lines_all pla
                        WHERE pha.po_header_id = pla.po_header_id
                          AND pla.po_line_id = ad.pk1_value)
              ELSE 'UNDEFINED'
           END doc_num
         , ad.seq_num
         , fu.description created_by
         , dt.description
         , det.user_entity_name
         , ad.creation_date
         , ad.entity_name
         , ad.pk1_value
         if dat.user_name = 'Short Text' then
         dst.short_text
         elseif dat.user_name = 'Long Text' then
         dlt.long_text
         end if
      FROM applsys.fnd_document_datatypes dat
         , applsys.fnd_document_entities_tl det
         , applsys.fnd_documents_tl dt
         , applsys.fnd_documents d
         , applsys.fnd_document_categories_tl dct
         , applsys.fnd_attached_documents ad
         if dat.user_name = 'Short Text' then
    , applsys.fnd_documents_short_text dst
         elseif dat.user_name = 'Long Text' then
         , applsys.fnd_documents_long_text dlt
         end if            
         , applsys.fnd_user fu
    WHERE d.document_id = ad.document_id
       AND dt.document_id = d.document_id
       AND dct.category_id = d.category_id
       AND d.datatype_id = dat.datatype_id
       AND ad.entity_name = det.data_object_code
         if dat.user_name = 'Short Text' then
    AND dt.media_id = dst.media_id(+)
         elseif dat.user_name = 'Long Text' then
    AND dt.media_id = dlt.media_id(+)
         end if  
       AND ad.created_by = fu.user_id
       AND d.creation_date > '01-OCT-2007'
         if dat.user_name = 'Short Text' then
    AND dat.user_name = 'Short Text'
         elseif dat.user_name = 'Long Text' then
    AND dat.user_name = 'Long Text'
         end if     
       AND dct.user_name = 'To Supplier';Is that possible, or am I just talking a load of nonsense?
    Thanks

    How to do IF in SQL:
    1) CASE
    2) DECODE
    3) UNION, UNION ALL, MINUS, INTERSECT
    4) AND + OR + ()
    5) stored functions
    6) ...
    which is best just depends on the situation. For your example I would use decode in the select clause and some UNION ALL for the from/where clauses.

  • Portlet repository-- Seeded providers does not show Portal Content area

    Hi,
    When I login to portal as admin user go to administration --> Display portlet repository--> Seeded providers does not show Portal Content area.I tried to search but no results shown.
    Any idea as to how to get it back ?
    Thanks and regards.
    Neeti.

    1. From the Portal Object Navigator, click on the Applications
    tab.
    2. In the "Find" box, type %search% and click "Go"
    3. There are 2 reports you need to modify, depending on which
    portlet provider you want to use: RPT_SEARCH (owned by
    people_app) and SEARCH_RESULT (owned by wwv_system)
    4. For each report, click the "Edit" link
    5. Click the "Display Options" tab
    6. Under the "Full Page Options" heading, change the "Size"
    for "Row Text" to 12. (If you are running the reports as
    portlets, then you must also change the "Size" for "Row Text"
    under "Portlet Options".)
    7. Click OK
    Search results are now visble using either portlet, the Oracle
    Portal provider or the PEOPLE_APP provider.
    You may also need to change the field settings on the hierarchy
    if now when you run the people search you receive SQL errors.
    Here is what worked for me (assuming you want to change both
    users components):
    1. On the Application Tab search for %search% and %detail%
    components. You don't need to change the WWMON components.
    Change the font size on the full page and portlet options
    (Display Options Tab)for the heading and text (I use 12 and
    11pt). Otherwise the default can only be read with a magnifying
    glass.
    2. The org chart components are slightly different. Search for %
    org% and you will find 2 components org_chart and orgchart. Both
    of these need to have the column fields changed (Table or View
    Column tab) as well as the font size for the Parent, Child,
    Grandchild (Display Options Tab). Here are the Table Column
    settings (for some reason they are initially blank - yet will
    fail if recompiled without values):
    People_App.Org_chart
    1. key values:
    primary key - empno
    parent key - manager
    start with - empno
    ww_system.orgchart
    1. Primary Key Column WWSEC_PUBLIC_DIRECTORY.ID
    Parent Key Column WWSEC_PUBLIC_DIRECTORY.MANAGER
    Start With Column WWSEC_PUBLIC_DIRECTORY.ID
    Hope this helps. The second half of the answer provided by Rich
    Pickett.

  • MS SQL equivalent query

    Hi,
    I need to show the hierarchy of account types. The parent child relationship is stored in account type table. For eg,
    acc1 child is acc2 and acc3, acc2 child is acc4. So the children for acc1 is acc2,acc3,acc4.
    I am able to do so in oracle db using below query:
    select connect_by_root(account_type_id) root_id, account_type_name,account_type_id, parent_type_id
    from account_types
    connect by prior account_type_id = parent_type_id
    I am not able to create the query for MS SQL, can anyone help me to convert above oracle query to MS SQL equivalent?

    1. It is not MS SQL forum. Most of people here does not know MS SQL.
    2. little googling helps: Recursive Queries Using Common Table Expressions http://msdn.microsoft.com/en-us/library/ms186243%28v=sql.105%29.aspx

  • FILE UPLOAD PROBLEM SHOWING THE CONTENTS IN THE SAME BROWSER WINDOW

    Hi,
    This is amit Joshi
    I have uploaded content using input tag of type file and posted to jsp as multipart/form-data type
    in that jsp i am using following code to display the content in browser but only first content is displayed How can i modify it to show all content in the file ..
    <html>
    <head>
    <title>File Upload Display</title>
    </head>
    <body>
    <%
    //ServletOutputStream sout=response.getOutputStream();
    StringBuilder strBuilder = new StringBuilder();
    int count=0;
    String f;
    f=request.getParameter("filedb");
    DBManager dbm = new DBManager();
    //dbm.createTable("mms3");
    //log.info("In JSP : "+ f);
    //dbm.insert_data(f,"mms3");
    %>
    <%
    if (ServletFileUpload.isMultipartContent(request)){
    ServletFileUpload servletFileUpload = new ServletFileUpload(new DiskFileItemFactory());
    List fileItemsList = servletFileUpload.parseRequest(request);
    strBuilder.append("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>").append('\r').append('\n').append("<xpage version=\"1.0\">").append('\r').append('\n');
    String optionalFileName = "";
    FileItem fileItem = null;
    Iterator it = fileItemsList.iterator();
    ServletOutputStream outputStream=null;
    while (it.hasNext()){
    FileItem fileItemTemp = (FileItem)it.next();
    if (fileItemTemp.isFormField()){
    %>
    <b>Name-value Pair Info:</b>
    Field name: <%= fileItemTemp.getFieldName() %>
    Field value: <%= fileItemTemp.getString() %>
    <%
    if (fileItemTemp.getFieldName().equals("filename"))
    optionalFileName = fileItemTemp.getString();
    else
    fileItem = fileItemTemp;
    if (fileItem!=null){
    String fileName = fileItem.getName();
    %>
    <b>Uploaded File Info:</b>
    Content type: <%= fileItem.getContentType() %>
    Field name: <%= fileItem.getFieldName() %>
    File name: <%= fileName %>
    <%
    if(fileItem.getContentType().equals("image/jpeg")) { %>
    File : <p><%
         //response.setContentType("image/gif");
         byte[] bArray=fileItem.get();
         response.setContentType("image/jpeg");
         outputStream=null;
         outputStream= response.getOutputStream();
         outputStream.write(bArray);
         outputStream.flush();
         outputStream.close();
    else if(fileItem.getContentType().equals("text/plain"))
         %> File : <%= fileItem.getString() %>
    <%
    byte[] bArray=fileItem.get();
    response.setContentType("text/plain");
         outputStream = response.getOutputStream();
         out.println();
         outputStream.write(bArray);
         outputStream.flush();
         outputStream.close();
    %> </p> <%
    %>
    </body>
    </html>
    Edited by: Amit_Joshi on Nov 13, 2007 10:58 PM

    Well Well Well..
    That would not work...
    What you have to do is save the uploaded file content on to a location and then pass the fileName as a request parameter to a deidicated which displays the contents of that file.
    Just as an example
    <html>
    <head>
    <title>File Upload Display</title>
    </head>
    <body>
    <%
    //ServletOutputStream sout=response.getOutputStream();
    StringBuilder strBuilder = new StringBuilder();
    int count=0;
    String f;
    f=request.getParameter("filedb");
    DBManager dbm = new DBManager();
    //dbm.createTable("mms3");
    //log.info("In JSP : "+ f);
    //dbm.insert_data(f,"mms3");
    %>
    <%
    if (ServletFileUpload.isMultipartContent(request)){
    ServletFileUpload servletFileUpload = new ServletFileUpload(new DiskFileItemFactory());
    List fileItemsList = servletFileUpload.parseRequest(request);
    strBuilder.append("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>").append('\r').append('\n').append("<xpage version=\"1.0\">").append('\r').append('\n');
    String optionalFileName = "";
    FileItem fileItem = null;
    Iterator it = fileItemsList.iterator();
    ServletOutputStream outputStream=null;
    while (it.hasNext()){
       FileItem fileItemTemp = (FileItem)it.next();
    %>
    Name-value Pair Info:
    Field name: <%= fileItemTemp.getFieldName() %><br/>
    Field value: <%= fileItemTemp.getString() %><br/>
    <%
    if (fileItemTemp.getFieldName().equals("filename"))
        optionalFileName = fileItemTemp.getString();
    if(!fileTempItem.isFormFiled()){
       String fileName = fileItem.getName();
       fileItem.write(optionalFileName);
    %>
    Uploaded File Info:
    Content type: <%= fileItem.getContentType() %><br/>
    Field name: <%= fileItem.getFieldName() %><br/>
    File name: <%= fileName %><br/>
    <%
    if(fileItem.getContentType().equals("image/jpeg") || fileItem.getContentType().equals("image/pjeg")) {
    %>
      <img src="FileServlet?fileName=<%=optionalFileName%>"   
    <%
    %>
    </body>
    </html>a sample code snippet for FileServlet.
    String fileName =  request.getParameter(fileName);
      File file = new File(fileName);
       if(!file.exists())
         return;
      // If JSP
      String mimeType = application.getMimeType("fileName");
           If you are using servlet
           String mimeType = this.getServletContext().getMimeType(fileName);
         response.setContentType(mimeType);  
         response.setHeader("Content-Disposition","inline;filename=\\"+fileName+"\\");
      BufferedOutputStream out1 = null;
      InputStream in = null;
      if(mimeType == null)
         mimeType = "application/octet-stream";
      try{
         in = new FileInputStream(f);
         response.setContentLength(in.available());
         BufferedOutputStream out1 = new BufferedOutputStream(response.getOutputStream(),1024);
         int size = 0;
         byte[] b = new byte[1024];
         while ((size = in.read(b, 0, 1024)) > 0)
            out1.write(b, 0, size);
      }catch(Exception exp){
      }finally{
          if(out1 != null){
             try{
                out1.flush();               
                out1.close();
             }catch(Exception e){}
          if(in != null){
            try{in.close();}catch(Exception e){}
      } Hope that might answer your question :)
    However,this is not the recommended way of doing this make use of MVC pattern.Would be a better approach.
    you might think of googling on this and can findout what is the best practise followed for problems of this sort
    REGARDS,
    RaHuL

  • I am trying to Show Package contents of iMovie and it freezes at the hr.lprog folder

    While doing a virus scan my machine would freeze on the file
    Applications/iMovie/Contents/Resource/hr.lprog/Title-SidewaysDrifting.nib/keyedo bjects.nib.
    Bitdefender said to send them the file.
    I am able to "Show package contents" of iMovie, and open the Contents and Resources folder. When I try to open the hr.lprog folder, I get the spinning beach vball of death and I have to reboot my machine using the power button.
    Does anyone have an idea what might be causing this and how to fix it?
    Is the hr.lprog folder just the language files for Croatia? If so, can I safely delete them, or is there more to it?

    My guess would be that your hard drive has become corrupt, and the corruption is affecting something about that folder or its contents such that when the Finder tries to display them, it crashes. I would recommend immediatelyrepairing with Disk Utility. Also, if you don't have any backups, now would be a good time to start, before something bad happens.
    If repairing the hard drive doesn't work, I would try deleting and reinstalling iMovie.
    Also, note that I don't recommend BitDefender. Read my Mac Malware Guide, and if after reading that you want to have anti-virus software, use one of the programs it recommends. BitDefender has performed poorly in my anti-virus software testing, both in the first round and the second round of testing.

  • 'Show JInternalFrame Contents While Dragging'

    hi,
    I have a question I have an application that has internal frames, Basically it is a MDI Application. I am using JDK 1.2.2 and windows 2000. The question is that when you go to the desktop right click properties and in Effects tab you uncheck the 'Show Window Contents While Dragging' checkBox. Now when I run my application and my parent window that is a frame pops up, if I drag the window i.e. my parent frame it doesn't dragg the contents onlt thw windows border is dragged, means it doesn't repaints that is fine. But when I try to drag one of the internal frame it shows me the contents inside the internalFrame being dragged too and I don't want to see these contents while internal frame is being dragged. So how can I make my application not to show the contents inside the JInternalFrames not to be shown while dragging the JInternalFrame. Any help is really appreciated.
    for an example I have added a code example to see the effect that I got from the forums just for an example to show. If you have unchecked the option 'Show Window Contents While Dragging' in Effects tab when you go to the desktop right click properties and the Effects Tab or in the controlPanel dblClick Display and go to Effects tab and uncheck this checkBox. Now run this example and see when you drag the main window contents inside it including JInternalFrame doesn't get dragged just the boundry of the dragging frame is shown. Now if you try to drag the JInternalFrame. Contents inside that are dragged too. And I don't want this behavior. I don't want to see the contents.
    /*************** MDITest ************/
    import javax.swing.*;
    * An application that displays a frame that
    * contains internal frames in an MDI type
    * interface.
    * @author Mike Foley
    public class MDITest extends Object {
    * Application entry point.
    * Create the frame, and display it.
    * @param args Command line parameter. Not used.
    public static void main( String args[] ) {
    try {
    UIManager.setLookAndFeel(
    "com.sun.java.swing.plaf.windows.WindowsLookAndFeel" );
    } catch( Exception ex ) {
    System.err.println( "Exception: " +
    ex.getLocalizedMessage() );
    JFrame frame = new MDIFrame( "MDI Test" );
    frame.pack();
    frame.setVisible( true );
    } // main
    } // MDITest
    /*********** MDIFrame.java ************/
    import java.awt.*;
    import java.awt.event.*;
    import java.io.Serializable;
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.event.*;
    * A top-level frame. The frame configures itself
    * with a JDesktopPane in its content pane.
    * @author Mike Foley
    public class MDIFrame extends JFrame implements Serializable {
    * The desktop pane in our content pane.
    private JDesktopPane desktopPane;
    * MDIFrame, null constructor.
    public MDIFrame() {
    this( null );
    * MDIFrame, constructor.
    * @param title The title for the frame.
    public MDIFrame( String title ) {
    super( title );
    * Customize the frame for our application.
    protected void frameInit() {
    // Let the super create the panes.
    super.frameInit();
    JMenuBar menuBar = createMenu();
    setJMenuBar( menuBar );
    JToolBar toolBar = createToolBar();
    Container content = getContentPane();
    content.add( toolBar, BorderLayout.NORTH );
    desktopPane = new JDesktopPane();
    desktopPane.setPreferredSize( new Dimension( 400, 300 ) );
    content.add( desktopPane, BorderLayout.CENTER );
    } // frameInit
    * Create the menu for the frame.
    * <p>
    * @return The menu for the frame.
    protected JMenuBar createMenu() {
    JMenuBar menuBar = new JMenuBar();
    JMenu file = new JMenu( "File" );
    file.setMnemonic( KeyEvent.VK_F );
    JMenuItem item;
    file.add( new NewInternalFrameAction() );
    // file.add( new ExitAction() );
    menuBar.add( file );
    return( menuBar );
    } // createMenuBar
    * Create the toolbar for this frame.
    * <p>
    * @return The newly created toolbar.
    protected JToolBar createToolBar() {
    final JToolBar toolBar = new JToolBar();
    toolBar.setFloatable( false );
    toolBar.add( new NewInternalFrameAction() );
    // toolBar.add( new ExitAction() );
    return( toolBar );
    * Create an internal frame.
    * A JLabel is added to its content pane for an example
    * of content in the internal frame. However, any
    * JComponent may be used for content.
    * <p>
    * @return The newly created internal frame.
    public JInternalFrame createInternalFrame() {
    JInternalFrame internalFrame =
    new JInternalFrame( "Internal JLabel" );
    internalFrame.getContentPane().add(
    new JLabel( "Internal Frame Content" ) );
    internalFrame.setResizable( true );
    internalFrame.setClosable( true );
    internalFrame.setIconifiable( true );
    internalFrame.setMaximizable( true );
    internalFrame.pack();
    return( internalFrame );
    * An Action that creates a new internal frame and
    * adds it to this frame's desktop pane.
    public class NewInternalFrameAction extends AbstractAction {
    * NewInternalFrameAction, constructor.
    * Set the name and icon for this action.
    public NewInternalFrameAction() {
    super( "New", new ImageIcon( "new.gif" ) );
    * Perform the action, create an internal frame and
    * add it to the desktop pane.
    * <p>
    * @param e The event causing us to be called.
    public void actionPerformed( ActionEvent e ) {
    JInternalFrame internalFrame = createInternalFrame();
    desktopPane.add( internalFrame,
    JLayeredPane.DEFAULT_LAYER );
    } // NewInternalFrameAction
    } // MDIFrame
    I'll really appreciate for any help.
    Thank you

    try this:
    JDesktopPane desktopPane = new JDesktopPane();
    desktopPane.putClientProperty("JDesktopPane.dragMode", "outline");Both parameters passed to 'putClientProperty' must be strings.
    Hope this helps
    Riz

  • Window blank when I click "Show Package Contents" in Pictures folder

    Long story short, I have two iPhoto libraries - one on an old laptop and one on a new MacBook Air (10.6.4). I have been trying to copy the old iPhoto library from the old laptop to the new laptop (so that I would be able to access both libraries on the new laptop by holding down option when starting iPhoto and selecting one or the other).
    I copied the old iPhoto library into the "Pictures" folder on the new laptop. Then I did some ill-advised tidying up (I know, I know, I'm an idiot) in that "Pictures" folder. As I understand it, inside "Pictures", there should be an "iPhoto Library" folder but that has now gone. In fact, there is nothing in "Pictures" at all. When I right click on "Pictures" and select ""Show Package Contents" I get a blank window.
    I have the two iPhoto libraries (old and new) elsewhere on my hard drive - in a folder I created in the home directory ("Pictures 2" > "iPhoto Library"). iPhoto can read the two libraries from there no problem. But I cannot drag and drop the libraries into the "Pictures" folder, where they should be, because I get an error message: "You can’t open the application “Pictures” because it may be damaged or incomplete". When I click on "Pictures", it doesn't open in Finder but iPhoto opens up showing whatever library I used last.
    Someone on the iPhoto forum suggested that I post this problem here: "That sounds very like the Pictures Folder has had it's Execute bit set and the Mac now thinks it's an application. The solution to this is a trip to the Terminal. Post this here: http://discussions.apple.com/forum.jspa?forumID=1339 and someone will give you the Terminal commands to fix that." So I'm hoping that someone here can help me out!
    Let me know if you need any further info. The other thread is here:
    http://discussions.apple.com/thread.jspa?messageID=11958853#11958853
    Many thanks.

    I'm having the same exact problem. I have an older macbook pro and I was trying to copy the iphoto library to my new imac. I was stupidly messing around with the pictures folder on the comp when things weren't migrating correctly, then it suddenly changed from a folder to a package and I got the same error when I tried to delete. Any suggestions?

  • How do I stop firefox from showing mobile content on my desktop

    I was wondering if anyone could assist me with this problem. Firefox shows mobile content on my desktop (such as going to Yahoo Sports page) instead of desktop content on my desktop. I have tried clearing cookies and c ache, and that has not solved my problem. Thanks in advance!

    Oh, Yahoo! might have stored its decision in a cookie, or in a cached file. You probably need to clear those again. You've done it before, but just for reference:
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • I have one out of five email address's with coxmail that opens with a blank inbox but other browsers show the content of the same inbox

    Question
    I have one out of five email address's with coxmail that opens with a blank inbox. Other browsers like opera or IE show the content of the same inbox. I've contacted cox but they tell me the problem is on my computer. I've used three different anti virus/malware scanners to eliminate all the bugs they can find. I need a firefox guru with suggestions. Thanks, Charles

    You can undo your permission changes. Probably the most relevant one is cookies. Try one or both of these methods:
    (1) Page Info > Permissions tab
    While viewing a page on the site:
    * right-click and choose View Page Info > Permissions
    * Alt+t (open the classic Tools menu) > Page Info > Permissions
    (2) about:permissions
    In a new tab, type or paste '''about:permissions''' and press Enter. Allow a few moments for the list on the left to populate, as this information needs to be extracted from a database.
    Then type or paste ''rcn''' in the search box above the list to filter it to the most relevant domains. When you highlight a domain, you can adjust its permissions in the right pane.
    Any luck?

  • Shared mailbox and personal mailbox showing identical content in Outlook

    I have one user on Outlook 2010 who has Full Access permissions to a shared mailbox. In OWA, everything looks fine, but in Outlook, the shared mailbox shows the contents of her personal mailbox instead of the content of the shared mailbox.
    If she views the shared mailbox's Inbox, it shows her the contents of her own Inbox instead of the shared mailbox. If she attempts to view the shared mailbox's Calendar, it shows her nothing at all. There are no error messages.
    I configured a separate Mail profile (via Control Panel) for the shared mailbox, and that works fine also.
    I deleted her Mail profile and all cached Outlook data, then created a new profile, and let Outlook recache all the data. Same problem.
    Any ideas what is going on or how to fix it?
    Blog /
    Facebook / Twitter

    Finally some moderately helpful info:
    The end user logs into a computer on an untrusted, foreign AD domain (domain2.com) using an account from that domain. She then logs into her Exchange mailbox in Outlook using her domain.com account.
    Every domain2.com computer she logs into gives her the same random mailbox mirroring problem.
    I had her log into Outlook on a computer on domain.com located in my office and leave it running for 3 days. Every time her Outlook client on her regular computer would start or stop mirroring mailboxes, she would let me know, and I'd check the computer
    in my office and find no problem.
    So the problem is something in the foreign domain or something that that domain's administrators are doing to the computers. Unfortunately, several other people on that domain are using mailboxes and shared mailboxes on my Exchange servers in the exact same
    configuration and are not having this problem. It is only this one user.
    I am pretty sure they are not using roaming profiles. I know they are not using mandatory profiles.
    Blog /
    Twitter

  • My iPod touch shows no content for music and/or videos or downloaded apps after I upgraded to IOS v5.1.1

    I downloaded the latest version of ios for my iPod Touch (v5.1.1) and my music, videos, books, and purchased apps don't appear.  In the settings it shows I've only got 9.1 GB of space available out of 28.4 GB (my iPod is a 32 GB).  Also, on the iTunes summary page for my iPod the usage bar at the lower portion of the page is all yellow showing 'other' when it use to be multi-color showing what content (apps, video, music, etc) was using up the capacity individually.  When I click on the device icon (left side of the window) it indicates all of my music, apps, video, books, etc are on the iPod but they don't show up on the actual device.  Also, the sync button (lower right on the summary page) is "greyed out" and won't let me sync.  Thanks in advance.  Terry

    An "other" that large usually indicates that the "other" included corrupted files.  Usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Backing up, updating, and restoring iOS software

  • How to show the content of a table (long text) in a scrollable textbox?

    Hi,
    I have to say first, many thanks to the ones who answers to threads in this forum, it's very helpfull when we're learning web dynpro!
    I have a RFC function that return a table containing a long text (node "it_text", with elements "Tdformat" and "Tdline").
    1) I want first to copy all the Tdlines in a new node "text_box" (that I made specially for the screen, it contains only the element "Tdline" [the text itself]);
    2) Then I want to show the content of the node "text_box" in a scrollable textbox on the screen (to show 8 lines of text, for example).
    How to do that easily?  What is the UI Element needed to show that?
    Thanks!

    If you want to display as it is then you can use Table UI element. You can change the design property to 'transparent' and set column header visibility property to none. Then you need not to write any code simple you can map the node to table field.
    Even with TextEdit you can achieve what you want. Try this code...
         StringBuffer tmpBuffer = new StringBuffer();
         for(int index=0;index<wdContext.nodeLines().size();index++)
              wdContext.nodeLines().setLeadSelection(index);
              tmpBuffer.append(wdContext.currentLinesElement().getLine()+"n");
         wdContext.currentContextElement().setData(tmpBuffer.toString());
    Regards
    Abhilash

  • T-SQL Equivalent For Group_Concat() Function

    Hello, I am looking for a way to do the MSSQL T-SQL equivalent of the MySQL aggregate function: group_concat().
    We are running SQL 2005 Express. Is there a pure T-SQL way to do this, or if not, a way to create a new custom aggregate function?
    EX:
    SELECT GROUP_CONCAT(FIRST_NAME) AS STUDENT_LIST FROM STUDENTS GROUP BY TEACHER
    OUTPUT:
    JOSH,JOEY,MARK,LINDA,PAM,BILL,MIKE,JUSTIN

    Can anyone help me with MS SQL equivalent code for below MySQL statement.
    select group_concat
    (Col1
    order
    by field(Col2,8,13,15,53,55,6,73,75,3,42,41,45,44))
    as FinalColumn from TestTable
    Any help is greatly appriciated... thanks in advance...

  • Why does my exported swf show more content than actually on frame?

    Why does my exported .swf show more content than actually on frame?
    My problem is relatively simple, though, I had some trouble finding a solution to it:
    When I play my exported animation using flash player in Google Chrome, if the window is bigger than the resolution flash document/frame, it shows content not meant to show up on the frame -- like parts of a huge background that aren't supposed to show up yet.
    In other words, how do I constraint the .swf to the white background/document resolution?

    Anyone? I'd appreciate it if someone replied soon -- I am done with my project once this issue is resolved, and I am excited to publish it.
    Please respond if you have any useful knowledge on the matter!
    Thanks!

Maybe you are looking for

  • Dynamic Values in OAM Header

    Hi, Is it possible to pass dynamic values like IPAddress in OAM Headers?.Thanks.

  • Price Condition Type

    Hello Gurus, Just wandering if i want to give a material discount for both the weight and quantity , how would that work ? Can i give using 1 condition type or do i need two ?? Sandeep.

  • Email Set Up Help

    On my set up folder, I only have three icons; setup wizard, set up wi-fi and set up bluetooth. Email set up application is lost. And when I go to Setup wizard - Email setup, the only option its giving me is to use a work email account with a blackber

  • Photoshop CS6 & Bridge CS5

    Presently I have installed on my computer (Windows platform) Photosop extended, Dreamweaver, Premiere pro, encore, all of them CS5 Can I upgrade only Photoshop to CS6 with Bridge CS6 ?? Will Bridge CS6 co-exist with Bridge CS5, or will it overwrite B

  • How do I re-size all rows evenly? I'm using the ios version of Numbers.

    With the new upgrade yesterday it made all of my rows smaller and I'd like to make them all the same size but can't see a way to do that unless I go through every row and drag it but then they're not even.  Any ideas or has this not been implemented