Content Areas / Upload ing Docs / TEMP space

When uploading documents to content areas, the TEMP tablespace gets filled up and eventually runs out of free extents. (at the end user level, can't upload docs anymore)..
Has anyone on this board come across this or have any solutions/ideas ?
null

You need quite a big TEMP tablespace. Increase the size. Ours is about 1GB and we have not seen this problem.

Similar Messages

  • V$temp_space_header showing temp space fully utilized but not true

    hi,
    any experience regarding temp space headeR?
    currently we are experiencing this issue:
    when using this:
    SELECT tablespace_name, SUM(bytes_used), SUM(bytes_free) FROM v$temp_space_header GROUP BY tablespace_name;
    TABLESPACE_NAME SUM(BYTES_USED) SUM(BYTES_FREE)
    TEMP 227632218112 0
    but when using this:
    SELECT NVL(A.tablespace_name, D.name) tablespace,
    D.mb_total,
    SUM (NVL(A.used_blocks,0) * D.block_size) / 1024 / 1024 mb_used,
    D.mb_total - SUM (NVL(A.used_blocks,0) * D.block_size) / 1024 / 1024 mb_free
    FROM v$sort_segment A,
    SELECT B.name, C.block_size, SUM (C.bytes) / 1024 / 1024 mb_total
    FROM v$tablespace B, v$tempfile C
    WHERE B.ts#= C.ts#
    GROUP BY B.name, C.block_size
    ) D
    WHERE A.tablespace_name (+) = D.name
    GROUP by NVL(A.tablespace_name, D.name), D.mb_total
    TABLESPACE MB_TOTAL MB_USED MB_FREE
    TEMP 217087 839 216248
    is this a bug??
    thanks.

    Hi,
    It may be the case that the operation you are doing needs more temp space than the amount of temp space that actually can be available.
    Instade of looking at free and used temp space, You can look at the operation which needs that much amount of temp space. May be there is some way to minimize that..
    Please share what actually are you doing when this problem is coming.
    Regards,
    Dipali

  • Problem upload too large file in a Content Area ORA-1401

    Hi All
    I have a customer who is trying to upload a file with a too large name in a content area.
    If the filename is 80 characters, it works fine.
    But if the filename is upper or 80 characters the following error ocurred:
    ORA-01401: inserted value too large for column
    DAD name: portal30
    PROCEDURE : PORTAL30.wwv_add_wizard.edititem
    URL : http://sbastida-us:80/pls/portal30/PORTAL30.wwv_add_wizard.edititem
    I checked the table: WWV_DOCUMENT and it have a column name: FILENAME is defined like VARCHAR2(350).
    If i run a query on this table, the filename column stores the filename of the file uploaded.
    Is this a new bug? may i fill this bug?
    Do you have any idea about this issue?
    Thanks in advance,
    Catalina

    Catalina,
    The following restrictions apply to the names of documents that you are uploading into the repository:
    Filenames must be 80 characters or less.
    Filenames must not include any of these characters: \ / : * ? < > | " % # +
    Filenames can include spaces and any of these characters: ! @ ~ & . $ ^ ( ) - _ ` ' [ ] { } ; =
    Regards,
    Jerry
    null

  • Limited File size uploaded to Content Area

    Is it possible to limit the file uploaded as an item in the content area/folder ?

    Its a benign error. It has to do with flexible parameter passing. You can ignore it.
    Recently I have been receiving the following error in my apache error log file...It tells me to refer to the doc for ways around this issue...I am unable to locate any doc on this issue. I have looked in the iAS plsql doc as well. Now this comes and goes as well. For the most part clients can upload files successfully, but once and a while this error occurs. The error causes the 404 error in the browser
    [Tue Oct 29 16:41:25 2002] [warn] mod_plsql: /pls/portal30/PORTAL30.wwv_add_wizard.edititem had to be described for execution. Refer to the PL/SQL GateWay documentation on how to avoid this
    mod_plsql: /pls/portal30/PORTAL30.wwv_edit_tab.edititem had to be described for execution. Refer to the
    PL/SQL GateWay documentation on how to avoid this
    Any help would be greatly appreciated...
    I am on 30980 portal at the moment...we are upgrading in the next couple weeks. Is this a known bug in a specific version??

  • How is the upload/download file content area implemented

    Hello all,
    I have read that one content area4s purpose is to allow users to store documents. How is it implemented? I mean,
    How can a user upload/download doc to a specific folder? Should this functionality be implemented by us or does
    Oracle Portal provide any mechanism for doing this?
    Thansk a lot

    Beatriz,
    You can specify privileges on the folder based on users/groups. I am not sure I understand "I need to restrict its access just only to add element-"
    Are you trying to ensure that people can upload docs, but not make any style changes ? Right now, if you can add a document
    , then you can also delete it.
    Also, I have listed a few links below that you might find helpful.
    http://portalstudio.oracle.com/servlet/page?_pageid=832&_dad=ops&_schema=OPSTUDIO
    http://www.amazon.com/exec/obidos/ASIN/0072222492/qid=1023990826/sr=8-3/ref=sr_8_3/002-0139635-0918453
    http://www.amazon.com/exec/obidos/ASIN/0130600377/qid=1023990826/sr=8-2/ref=sr_8_2/002-0139635-0918453
    hth
    HEllo again,
    I have found that one way to do that upload is through 'add element' -->file item in the content area.
    We have a group-defined structure and I need to restrict its access just only to add element--> Is it possible?If so, how?
    What are the privileges I have to set to allow a user to add elements in a content area? At this moment we have:
    * In the content area access tab : user X-->Administer
    *iN THE page's content area, acces tab-->Manage
    If this userX connects and tries to edit the content area--> add element, the item list shows no value it4s in empty. What
    else steps should I follow.
    I would thank any idea

  • Workflows not triggered when documents are created in Doc Set via Content Organizer

    The following is my scenario:
    A document set (containing several documents) is created in Library A on Site A
    Using Send To, the Document Set is sent to the Drop Off Library on Site B (a different Site Collection)
    A Content Organizer rule then moves the Document Set and its documents to destination Library B
    In Library B I have defined a workflow (using Visual Studio 2012) that is triggered when new item is create
    When the Document Set arrives in Library B from the Drop Off library (i.e. when the Content Organizer moves the Doc Set to Library B), the workflow is triggered (and executes) on the Document Set, but it is NOT triggered on the documents within the Document
    Set.   How can I get the workflow to trigger on the documents within the set when they are created via the Content Organizer rule?
    The interesting thing is that if I manually add another document to the Document Set in Library B, the workflow is triggered on that document.  It just does not trigger when the documents are created via the Content Organizer.

    Hi,
    In edit Content Organizer rule page, I see there is an option as Automatically create a folder for each unique value of a property:
    However, unlike the drop down used in the property based filters above, this drop down *only* contains properties that are required by your content type. 
    This is done to prevent adding folders that have no values for a property. 
    If you need to put similar documents to the same folder, you could consider making use of this feature.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Content area white header space...How to suppress?

    I have developed all of my content areas, published them as portlets and placed them on my portal pages. However, there is about an inch of white space at the top of each portlet; thus, causing formatting issues and forcing the user to scroll to see all of the text that would have fit onto one page if these whitespace areas were not present. Can anyone tell me how to "get rid" of this whitespace? I know when I go into the Content area to modify my content pages, the whitespace is present there. Whey I click on "Edit Folder" to make changes, the nav tools appear in that "whitespace". Makes sense at there, but I do not want space used on my portal pages to accomodate this.
    Also, when using a URL service as one of my portlets, the whitespace is not present; thus, causing my regions that are not URL service portlets to be mis-aligned with the URL service portlet.
    Any help you can offer will be greatly appreciated.
    Thank you in advance!
    Cathy Hohenberger

    Is there anyway I can attach screen shot to show what I mean by my question?
    Thanks

  • How do I determine how much space is left in different content areas?

    I don't know if anyone can help, but I am trying to determine
    how much space has been used up in various content areas of our
    Intranet.
    The first content area has been limited to 700 Mb. The used
    space is showing as -28.152 MB (-4%).
    The second content area has been limited to 225 Mb. The used
    space is showing up as 27.844 MB (12.4%).
    Please could you explain the difference between numbers with a
    minus sign in front of them, and those that have no minus sign.
    I am confused as to whether we are over the quota of documents
    added to either of the areas, although we have had no reports of
    users not being able to load documents.
    Thanks very much
    Kate

    Hi Jerry
    Thanks for getting back to me.
    The database we are on is 8.1.6.3 and we are running Portal
    version 3.0.8.9.8.
    All of the documents that are loaded on to our Intranet have
    been loaded via the standard content management tools which are
    part of portal.
    Is there anything we can do to rectify this problem?
    Thanks very much
    Kate

  • Automatic upload of content area items from the O/S

    I wish to automate the upload of content area items into the portal. Can this be done via the PDK or otherwise?
    I have a number of PDF and HTML reports that get generated and placed into a physical directory on the server. I want all these files from a specific directory to be uploaded as items into the portal automatically so that users can view the reports with appropriate security. The reports can be modified so that when run they insert a record into a custom table to store their path and file names. This can be used by a custom procedure to point to the files at the point of upload.
    However, can this upload actually be done?
    Any ideas on how to do this would be useful.
    Regards,
    John

    Physical path on the database server.
    Using the api to upload is easy as long as you provide the content-area id, folder-id, display-name, item-type (PORTAL30.WWSBR_API.ITEM_TYPE_FILE), content-area type id (PORTAL30.WWSBR_API.SHARED_OBJECTS), folder-region-id (whatever it is for Regular Items, you'll find it in wwsbr_all_folder_regions) and the physical file-name.

  • HT201317 if my photos are uploaded to Photo Stream, can I delete them from my iPhone to free up space on the device?

    if my photos are uploaded to Photo Stream, can I delete them from my iPhone to free up space on the device?

    If you delete them from the Photo Stream folder on your device they will also be deleted from Photo Stream in iCloud and your other devices.  You can delete them from Camera Roll to free up space.  However, Photo Stream only stores up to 1000 photos for 30 days (not permanently).  If you want to save your photos permanently, a better solution is to import them to your computer by following this guide: http://support.apple.com/kb/HT4083.  You can then choose the option to delete them from your device after importing to free up space.  If you still want some of these photos on your device, you can put them in a folder on your computer and then sync them back to your device by selecting to do so on the Photos tab of your iTunes sync settings.

  • Temp space problem

    HI all,
    I receive an error while executing a procedure.
    ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
    can any one please exlain what is the problem.
    thanks in advance
    baskar k

    hi
    First ORA-01652 may occur because there is simply no space available in the temp tablespace of which is being used. The second cause of ORA-01652 may have to do with the local temp segment not being able to extent space even though there is space in other instances.
    To trouble shoot for ORA-01652, and find out which of the above scenarios are causing ORA-01652 use this query offered by MetaLink:
    select sum(free_blocks)
    from gv$sort_segment
    where tablespace_name = '<TEMP TABLESPACE NAME>'
    You will know that the first scenario is causing ORA-01652 to be thrown if the free block reads '0' because it signifies that there is no free space.
    If there is a good amount of space, you know that there is another cause for ORA-01652, and it is probably the second scenario. It is important to note that in a non-RAC environment, local instances are not able to extend the temp segments, so in the RAC environment, ORA-01652 has to be handled differently. If you are experiencing ORA-01652 in a non-RA environment, be aware that every SQL making use of the tablespace can fail.
    In RAC, more sort segment space can be used from other instances, which can help resolve ORA-01652 more easily. Try using the query below:
    select inst_id, tablespace_name, total_blocks, used_blocks, free_blocks
    from gv$sort_segment;
    Basically, you can then find out how much temp segment space can be used for each instance by viewing the total_blocks, and the used_blocks can reveal the space which has been used so far, and and the free_blocks gives the amount of space allocated to this particular instance. This being, to resolve ORA-01652, you can check out that used_blocks = total_blocks and free_blocks = 0 will probably show for the instance, and ORA-01652 will be shown multiple times within the alert log.
    This basically means that free space from other instances is being requested, and typically signifies that there is instance contention. Instance contention within the temporary space can make the instance take more time to process.
    In sever cases, a slowdown may occur, in which you might want try one of the following work-arounds:
    Increase size of the temp tablespace
    Increase sort_area_size and/or pga_aggregate_target
    However, remember to not use the RAC feature of DEFAULT temp space.
    If ORA-01652 is causing the slowdown, SMON will probably not be able to process the sort segment requests, you you should try to diagnose the contention:
    Output from the following query periodically during the problem:
    select inst_id, tablespace_name, total_blocks, used_blocks, free_blocks
    from gv$sort_segment;
    Global hanganalyze and systemstate dumps
    Hope this helps
    CHeers

  • Open KM Document in Portal Content Area

    Hi All,
    I have created a KM Document iview. I did upload 1 document in KM Repository (test.doc) and have given this path in the document iview.
    Now when I preview the iview......then i get a dialog box Open, Save, Cancel. On pressing Open, the doc gets opened in the New Window in MS Word.
    I want the document to be opened in the same window when I click on the link.
    Plz let me know how to achieve this.
    Regards
    Nikhil

    Hi,
           At the iveiw level (document iview or URL iview), you can set the property "Launch in New window" to "Display in Portal content Area".
            Consider awarding points if this helps.
    Regards
    Ramesh Kotagiri

  • Upload of doc through Archive link

    Good morning to all
    wht is the T-code for uploading the doc into the archive link????
    pls give me the step by step process
    Regards
    SURYA

    hi,
    TC- OAWD upload document.
    preequisite;
    1. u have to be defin document type
    2. u have to be link this doc type to content reopository
    3. u have to link this doc to link table [only for archive linking ex TOA01]
    4. u have to set work flow.
    Ex;
    spro>SAP NetWeaver>Application Server>Basis Services>ArchiveLink-->Basic Customizing
    u2022Maintaining Content Repositories TC-OACO
    Content repositories are logical units within a storage system.ZA
    u2022Maintaining Business object type
    Here you have to maintain standard business objects which are given by
    SAP.BKPF
    u2022Maintaining Document Classes
    The document class is the technical format of a document type (for
    example, PDF, TIF, DOC etc.).
    u2022Maintaining document types
    A document type groups documents of the same type together, Some
    customizing settings for storage scenarios are made according to the
    document type. Before a document is stored, it must be assigned to a
    document type so that the correct processing for the document is
    triggered.Z_FIINVICE
    u2022Maintaining Links
    You could link a document type to an object type, a content repository
    through a link table. TOA01
    After this u need to set work flow
    Customizing Incoming Documents>Workflow Scenarios>Use Workflow Wizard
    here u have to mention workflow nomber i gave earliyer.
    After this go to tc-OAWD, u will get Z_FIINVICE, double click and link doc to this doc type.
    A work flow task generates, open office mail, execute work flow, enter FI number and save.
    Benakaraj
    ??P

  • Can Form Fields from uploaded WORD docs become Sharepoint columns ?

    Hello -
    We are in the process of uploading many Word docs from Shared drives to Sharepoint (2010 )
    Some of the Word documents have information stored in Form Fields. For Example : BuyerName & SellerName. These fields need to be used in SP for sorting, filtering etc.
    We have tried creating columns on Sharepoint with the same names (BuyerName & SellerName) but the information from the Word docs does not display in the corresponding Sharepoint columns once the docs are uploaded.
    Any advice on how to accomplish this would be greatly appreciated !

    Check if this helps you
    http://office.microsoft.com/en-in/sharepoint-help/use-external-data-columns-in-a-word-document-HA102847511.aspx
    http://www.ilikesharepoint.de/2013/07/sharepoint-connecting-metadata-in-office-documents-to-sharepoint-library-columns/
    http://solidspace.ie/index.php/how-to-insert-sharepoint-metadata-into-your-word-document-using-quick-parts-and-content-types/

  • Estimating how much temp space a query will take?

    I have a query that is "SELECT * FROM some_table ORDER BY field_name DESC". some_table has an avg_row_len of 458 bytes and stats are current. There are just about 6 million rows in some_table.
    TEMP is set to 500MB and the query fails for lack of TEMP space. I show about 176MB of TEMP is presently in use, so worst case I should have 324MB free.
    So which calculation is correct for how much TEMP space is needed:
    (a) 458 avg_row_len * 6,000,000 = about 3GB of space (and DBA_SEGMENTS agrees with this rough math). That's assuming it puts the whole row into the sort.
    (b) 6,000,000 rows * 4 bytes for a ROWID (I think they're 4 bytes) = 22MB. That's assuming it sorts just a bunch of pointers to rows (which is how I thought it would work).

    Don't forget to add the length of the column being sorted to the rowid length before you multiply. A [url http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/logical.htm#CNCPT89008]rowid has four pieces, not four bytes. Also check your plan, in case there is more than just the sort going on for you.
    With appropriate sort_area_size or pga target, you may reduce the need for temp. See [url http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/memory.htm#i49320]pga memory management in the docs, to start.

Maybe you are looking for