Deleted Index entry & Waste Space

I'm reading OCP 11g Book(All-in-One exam guide by Oracle Press) in a chapter(Moving and reorganizing Data) it says..
Indexes do deteriorate as DML is executed: if a row is deleted, this will result in wasted space in the index. Oracle’s index maintenance algorithm does not permit reuse of this space. It is logically impossible to reclaim this space by relocating other
index keys because the index keys must always be stored in order ..and so on.
I've read (and tested) (courtesy Richard foote ) that index do use free space with subsequent insert whether or not the value is same. Richard foote has written it in 2009 in his blog post and the book seems to be of 2010 then why such misleading information from Oracle Press book?
Regards!!

Hi Fabricio
The point you're missing is that most indexes don't have space that needs to be reclaimed in the first place, as the deleted space is simply reused by subsequent inserts into the leaf block anyways. It's not true that "*Oracle’s index maintenance algorithm does not permit reuse of this space. It is logically impossible to reclaim this space by relocating other index keys because the index keys must always be stored in order*"
Not sure I'll be buying the book based on the little piece I've now read :)
Cheers
Richard Foote
http://richardfoote.wordpress.com/

Similar Messages

  • Indesign CS3 crash while generating an PDF or deleting an index entry

    Indesign crashes when I will starting the PDF export. This happens in all Indesign documents which are converted from CS2 and with index entries. So I want to delete the index but Indesign crashes while deleting too. I tried to convert the files in .indx files but nothing changes. Indesign is still crashing.
    Indesign 5.0.2
    Mac OS X 10.5.3
    MacPro Identifier 3,1
    RAM: 4GB

    Hi. Im having the same problems and tried everything. Indesign crashes not just on Exporting, but also Import and Save As. It mostly works with no problem for days and then all the sudden crashes and cant fix it, then in about an hour starts working again, with the exact same document. It seems to me like the software cant find the path it created with the document. For example, if I press just SAVE, its saves with no problem, but when I choose SAVE AS, Indesign crashes after opening the communication window.
    I still have PowerBook, not MacBook Pro, and OS X 10.5.3, so I figured my computer cant handle the new system and CS3. Although Im not having any problems with Photoshop nor other CS3 software, just indesign.
    I would really appreciate some advice or response.

  • How do I delete an Index entry?

    I created an index entry in Chapter 10 of my FrameMaker book and I have no idea how to look it up.
    Highlighting the entry in the index itself (pic related):
    Shows me this in the Marker Pod:
    How can I find the word that I accidentally created a "le" index entry for??
    Thanks in advance.

    Markers on top of each other can be impossible to distinguish or individually select, without inserting some wide temporary spacing characters to push them apart. This stacking commonly happens when a heading or caption is used for two or more of: TOC, IX, Xref.
    So, in FM, go to the offending source page, and click at the top left of the main text frame. Open the Special > Marker dialog. Do an Edit > Find/Change by Marker of Type: Index, and [Find]. As each is found, its Marker Text will appear in the Marker dialog. Keep finding until you get to the Index marker you need to delete - hit the DEL key.

  • Wasted space in .approject files

    From what I can tell, the approject file does not shrink if photos are removed from it. Can anyone confirm this is a bug?
    Example...
    1.. Take any project with a decent number of photos
    2.. Check the size of the approject, AP.Minis, AP.Thumbnails and AP.Tinies files
    3.. Delete a portion of those photos
    4.. Recheck the sizes of those files..
    Results:
    the approject is slightly smaller due to the folders per file being deleted
    the AP.Minis, Thumbnails, and Tinies files are the same size..
    Example:
    Project starts with 734 photos
    File sizes are 377 mb, 69.5 mb, 228.5 mb, and 1.1 mb respectively
    Delete some, project now has 624 photos
    File sizes are 366.3 mb, 69.5 mb, 228.5 mb, and 1.1 mb respectively
    I would assume that after deleting ~15% of the photos, that the project was ~15% smaller.. (adding photos to a project does work roughly in line..)
    Instead, the file is *ONLY 3% smaller*.. it SHOULD be in the 320mb range, but instead is ~366, roughly 46 mb of wasted space..
    Note: I generally delete at least 1/2 of the photos in every project.. So I'm willing to bet that roughly 45% of my 29.58 GB Aperture Library is wasted.. That probably has an effect on overall performance, and definitely is chewing up too much space on my laptop. I need those 15 GB back, please give me a way to claim that space.
    Note 2: Do the same test, and delete all of the photos in the project. the AP.* files do not shrink. The project with 0 photos still occupies ~300 mb worth of space.
    At the very least, Aperture needs a way to "Compact" project files. Preferably at the project and global levels (i.e. all projects in one shot). I have rebuilt the database recently, and that did not improve this situation.

    I haven't tried deleting the AP.* files as of yet, and letting Aperture rebuild them. I'm going to guess this might work, though given I have over 250 projects, I'm not looking forward to the "show package contents", manually delete files, let Aperture reprocess them x 250 times.. Perhaps I'll be better off doing it through the command prompt.
    And even if this does work, it's bound to be hundreds of times slower to rebuild every single thumbnail (roughly 100k of them) than it would be to compact each AP.* file, removing the empty/unused entries.
    This is poor design/implementation/bug in my opinion (as a software developer for the past 17 years..)

  • How to prevent wasted space on a table

    I am running a SAP Solution Manager 7.1 on Sybase ASE 15.7.0.110. The InfoCube table /BI0/F0SMD_PE2H keeps on growing quickly. This wasn't the case on other RDBMS. The ATM job doesn't help. Also running the ATM job manually doesn't change the table size:
    reorg compact [SMP.SAPSR3./BI0/F0SMD_PE2H]
    Only if I use the rebuild option, the table size shrinks:
    reorg rebuild [SMP.SAPSR3./BI0/F0SMD_PE2H]
    This causes the InfoCube with 1 million rows to shrink from 8 GB to 400 MB. That was an awful lot of wasted space.
    Is it possible to avoid this excessive growth? Looks like the daily data load is causing the table to grow quickly again.
    Or should I try to perform this "reorg rebuild" via the weekly ATM job?
    Regards,
    Mark

    This is Sybase ASE 15.7.0.110. The mentioned table is a SAP InfoCube fact table. Fact tables never contain LOB data, they are composed of int and decimal columns. The SAP note 1780367 is about updated LOB columns. On the fact table, there are only inserts performed, no updates or deletes. Therefore I think the note doesn't help. I am just puzzled what causes Sybase ASE to allocate 7 times more space than required.
    Name       
    Owner  Object_type Object_status                                                        
    /BI0/F0SMD_PE2H SAPSR3 user table  deallocate first text page, page level compressed, contains compressed data            
    (1 row affected)
    Column_name                                        
    Type                   
    Length             
    Prec       
    Scale          
    Nulls          
    Not_compressed                                     
    Default_name                                                                           
    Rule_name                      
    Access_Rule_name                                           
    Computed_Column_object                                                             
    Identity
    KEY_0SMD_PE2HP                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2HT                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2HU                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H1                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H2                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H3                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H4                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H5                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H6                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H7                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H8                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    KEY_0SMD_PE2H9                                     
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    SMD_SUM                                            
    decimal                     
    9               
    17           
    3              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    SMD_MIN                                            
    decimal                     
    9               
    17           
    3              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    SMD_MAX                                            
    decimal                     
    9               
    17           
    3              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    SMD_COUN                                           
    decimal                     
    9               
    17           
    3              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    SMD_PERI                                           
    decimal                     
    9               
    17           
    3              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    SMD_KEY                                            
    int                         
    4             
    NULL        
    NULL              
    0                       
    0                                     
    REPOLOAD_MACH_656002337                                                                
    NULL                           
    NULL                                                       
    NULL                                                                                        
    0
    Object has the following indexes
    index_name                                                         
    index_keys                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    index_description                                              
    index_max_rows_per_page                                                                
    index_fillfactor                                           
    index_reservepagegap               
    index_created                                                          
    index_local
    /BI0/F0SMD_PE2H~P                                                   
    KEY_0SMD_PE2HT, KEY_0SMD_PE2H1, KEY_0SMD_PE2H2, KEY_0SMD_PE2H3, KEY_0SMD_PE2H4, KEY_0SMD_PE2H5, KEY_0SMD_PE2H6, KEY_0SMD_PE2H7, KEY_0SMD_PE2H8, KEY_0SMD_PE2H9, KEY_0SMD_PE2HU, KEY_0SMD_PE2HP                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~01                                                  
    KEY_0SMD_PE2HP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~04                                                  
    KEY_0SMD_PE2H1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~05                                                  
    KEY_0SMD_PE2H2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~06                                                  
    KEY_0SMD_PE2H3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~07                                                  
    KEY_0SMD_PE2H4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~08                                                  
    KEY_0SMD_PE2H5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~09                                                  
    KEY_0SMD_PE2H6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~10                                                  
    KEY_0SMD_PE2H7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~11                                                  
    KEY_0SMD_PE2H8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    /BI0/F0SMD_PE2H~12                                                  
    KEY_0SMD_PE2H9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    nonclustered                                                                         
    0                                                                               
    0                                                              
    0               
    Apr  7 2014  1:20PM                                                    
    Local Index
    (11 rows affected)

  • How do i remove an Update notification? I do not want to update to the latest iOS (Asian languages) which is useless to me and I don't want to waste space on my iPad. I want to be able to "Select All" instead of doing each update individually.

    That's quite a title I created!  Sorry, I've never submitted a question before! ☺ I do not want to update to the latest iOS (Asian language stuff) which is useless to me and I don't want to waste space on my iPhone 4S and iPad 5. I want to be able to "Select All" updates instead of doing each update individually. It's a real pain in the you-know-what. Does anyone know how to I remove this notification (and any other updates I'm not interested in) from the Updates page? Thanks so much everyone!

    Thanks so much for your time!  I wish you had a more positive answer, but c'est la vie!  I hate the fact that I cannot control my apps and feel like a hostage of the developer(s). I've read other forums and some responses were "then delete the app!"  Lame answer!  So thank you so much for your respectful and insightful reply!  Cheers.

  • How can I avoid having "XE index" entries in the pdf bookmarks frame?

    Hi,
    I try to use RH9 to create a pdf file, but the contents (= bookmarks) frame looks like this:
    1 Heading 1
    2 XE "Index word 1" /* MERGEFORMAT Heading 2
    3 XE "Index word 2" /* MERGEFORMAT XE "Index word 3" /* MERGEFORMAT XE "Index word 4" /* MERGEFORMAT Heading 3
    4 XE "Index word 5" /* MERGEFORMAT Heading 5
    Apart from the apalling look, these bookmarks jump somewhere, but not to the given topic.
    I know I could create a Word document instead and fix the headings there, but I am trying to delete this step from my workflow, because it is to time-consuming.
    Thank you for any suggestions!
    Irina

    On second look, no:  The same .dot - now hiding all formatting and special characters - results in a pdf-bookmarks (=TOC) frame
    a) without index entries, if the ssl hasn't checked the option "Keep HTML Heading levels" and
    b) with index entries, if the ssl has checked the option "Keep HTML Heading levels"
      a)  b)
    1) Any ideas, why setting this option results in a frame showing things which are hidden in the .dot file?
    2) Would an update to RH9 help? (I am very much hesitating this step since I've tried RH9 and found it corrupts all my conditional tags.)
    Thanx in advance,
    Irina

  • I have a manual that contains headings and index entries that contain less than and greater than characters, and . The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the C

    I have a manual that contains headings and index entries that contain less than and greater than characters, < and >. The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the Contents or the Index of the generated HTML. In the Contents the words are completely missing and in the index entries the '\' characters that are required in the markers remain in the entry but the leading less than symbol and the first character of the word is deleted; hence what should appear as <dataseries> appears as \ataseries\>. I believe this is a FMv12 bug. Has anyone else experienced this? Is the FM team aware and working on a fix. Any suggestions for a workaround?

    The Index issue is more complicated since in order to get the < and > into the index requires the entry itself to be escaped. So, in order to index '<x2settings>' you have to key '\<x2settings\>'. Looking at the generated index entry in the .js file we see '<key name=\"\\2settings\\&gt;\">. This is a bit of a mess and produces an index entry of '\2settings\>'. This ought to be '<key name=\"&amp;lt;x2settings&amp;gt;\" >'. I have tested this fix and it works - but the worst of it is that the first character of the index entry has been stripped out. Consequently I cannot fix this with a few global changes - and I have a lot of index entries of this type. I'm looking forward to a response to this since I cannot publish this document in its current state.  

  • Index Entries Appearing Incorrectly in .CHM Index

    **I made a post regarding RH7 and issues with the indexing feature...since then, I have come across more issues, hence why I am doing a new post**
    I have RH7 and before I was having troubles with keywords being missed from the index in the generated .chm. I would open the index in RH and then compare it to the index in the .chm file-some keywords would be missing. This was occurring with all projects converted from RH X5 to RH7.
    Now, I have a project that was started in RH7-it has not been converted from a previous version. I am not seeing issues with missing keywords but I am noticing that some keywords are being misplaced in the .chm index. For example, "demand dates" in the RH index has not sub-keywords. In the generated .chm, there are two sub-keywords under "demand dates", neither one anywhere close to being related to the keyword. When I looked for the keyword they SHOULD be under, it was not there.
    I have installed all three RH fixes on my laptop, and I have even deleted every single index entry and re-entered them. My last guess is, could it be that the template I use was created in another version of RH? The template file has been converted to RH7.
    Any help at all would be greatly appreciated-I have research this topic quite a bit and cannot turn up any answers and it is hindering project production.
    Thanks!

    Hi there
    Screen shots? Nooo, screen shots. Where see screen shots?
    Have you tried right-clicking in the Index Designer and choosing Sort?
    Are the keywords possibly stored inside the topics and not the HHK? When you see them in the Index Designer, is the icon that of a page with a key instead of just a key?
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • 50 gigs of wasted space on VU32 X61

    I have X61 with Vista ultimate 32 with 3 gigs ram and upgraded processor.
    When I first got this computer, it had fatal errors resulting in 3 full reinstalls.  Actually, lenovo had sent me CDs for the wrong computer initially and only later sent me recovery DVDs for VU32.  However, the third and last time that I needed to do this--approximately a year ago, i realized that it no longer even asked me for DVDs when reformatting through thinkpad R&R...it is all saved onto hard drive.  So I have like 50 gigs of wasted space on a 160 gig 7200 rpm hard drive.  The only partition is the 5 gig one that was initially there.
    So...all to ask: is there any way of opening up this space and deleting windows install files as it seems to be working these days.  Or is this Vista's insurance policy--making me prepared for a possible fatal crash in the future?
    HELP!

    Hello sdbaral,
    please check this thread out and see how to get free disc space.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • Some Indexed entries not appearing in master.chm

    Here's the situation:
    We have about 100 individual projects and they are all merged
    into a Master to bring them together. About half of the projects
    have a TOC. The TOCs for all projects are appearing great. All
    indexed entries come over when merging into the Master except for
    one single project. That project's TOC comes over fine, but NONE of
    the indexed entries are available in the index of master.chm. All
    index entries for that project, however, appear correctly when
    viewing that project's individual chm file.
    I have tried deleting the merged project from the Master and
    re-merging. I have tried recompiling the troublesome project and
    then re-merging. Same problem.
    Help.

    Hi there,
    As a follow up to the previous post I disabled iCloud and opted to keep all items on my iPad thinking that I'd rather have too much data than too litt.e  I then did an iTunes sync which replicated a lot of data in Outlook, but the renamed calendar still isn't being synced over or the entries that have been added to it.  I put in a test entry on the iPad and it's going into the renamed calendar1 but not showing up in Outlook.
    Any further tips.  I've tried installing OpenSSL as advised on another Apple support KB article but this has no effect.
    Thanks for any advice on this.
    All the best for now and take care.
    Hussein.

  • Index entry changes capitalization

    This drove me crazy for a few minutes this morning and I couldn't find anything in the help or the forum. Eventually I figured it out and thought I'd share. I'm using RH 9.
    The entries in my index begin with a lowercase letter unless there's a good reason not to.  So, for example, for the entries for a topic on sales inquiries, I had this:
    inquiries\sales
    sales\inquiries
    When I entered the second one (sales\inquiries), RoboHelp changed my entry to
    Sales\inquiries
    I deleted it and tried again. It did the same thing. So I deleted both entries and tried again. Same thing. I tried this with two other topics. Same thing. Why was it making the first letter a capital letter for sales\inquiries, but not for inquiries\sales?
    I looked at my index and discovered that I had an existing entry for Sales (starts with uppercase S). So, apparently RoboHelp was changing sales to Sales so that I wouldn't have the two variants in my index. This makes sense when you think about it, but it stumped me!
    The solution was to go to the index pod and edit the keyword Sales to be sales.

    I have several index scripts in my archive,  if you are interested, send me an e-mail to [email protected] and I'll send them to you in attachement.
    Kasyan

  • I would like to know what data represents the yellow "Other" in the Data Distribution Window on the Summary page of the iPad. It varies between a low of 1.50 GB to as much 5 GB. It seems to me that this is wasted space. Any ideas?

    I would like to know what data represents the yellow "Other" in the Data Distribution Window on the Summary page of the iPad. It varies between a low of 1.50 GB to as much 5 GB. It seems to me that this is wasted space. Any ideas?

    I have observed my "Other" data increases in size after I deleted a video. My Other data once get to 18GB, yes eighteen.
    It seems like the only way to control this mysterious "Other" data is restoring the iPad to its manufacture configuration. Restore it to a previous back up doesn't help either.  Once in a while is ok, but several times a month is a pain.
    After the last restore (to manufacture), my other immediately jump to 0.4GB and seems to hold at 0.65GB.
    Looks more and more like a bug in iOs.

  • PDF contains links for $nopage index entries

    I'm using FM6 under Windows XP, and I just discovered that PDF generated by FM
    includes live links for index entries generated from markers using the $nopage
    directive. As a result, an index entry like "see also Frobnication" links to
    the page containing the index marker, which is nonsensical. This has turned up
    in three books we're converting to PDFs for electronic consumption, and there
    are hundreds of affected index entries. Does anybody know of a way to get FM to
    not generate links in the PDF for $nopage entries?
    Thanks,
    Scott

    Hypertext activity can be suppressed for the entire index (not recommended), but not for specific markers. <$nopage> suppresses the page number, but the link is created nevertheless.<br /><br />It it possible to use a "workaround" where the addition of a character format to the See/See Also index markers will serve to limit the link active area (making it very small, even though technically it is still present). <br /><br />For example, the Index marker text would be:<br /><$nopage><min> </>Third, <Emphasis>see Second[Third]<br /><br /><min> is a character format (should be present in the Index file), such as: all As Is, Size: 2 pt, Family: Arial Narrow, Stretch: 10%.<br />Index term has to be repeated in square brackets, as otherwise the term would be sorted incorrectly because of the tiny space added in front of it.<br /><br />A better approach is to have links pointing to the "See" terms within the index.<br />See http://www.sundorne.com/FrameMaker/IndexRef/indexref.htm for information about a plug-in that helps fix the links created by See/See Also references, so that they point to the appropriate terms within the index (through cross-references) rather than to the source markers.<br /><br />Shlomo Perets<br /><br />MicroType, http://www.microtype.com * ToolbarPlus Express for FrameMaker<br />FrameMaker/Acrobat training & consulting * FrameMaker-to-Acrobat TimeSavers/Assistants

  • How to delete the entries in the given field box

    Hi Every One,
    How can I delete the entries which I have given in example SE37 box.
    When I press Backspace button the entries which I have given will appear so I want to delete these entries.
    With Regards,
    Venkat

    Hi,
    Goto ==> Customize Local Layout (Alt + F12) , then Options ====> LocalData=======> Clear History
    This process should clear your history.

Maybe you are looking for

  • Issue with user mapping and SAP reference system

    Hello Gurus, I have this strange system behaviour when preparing my system for single sign-on using user mapping. Case 1. In the user management property category, I have the following defined. Authentication Ticket Type - SAP Logon Ticket Logon Meth

  • Creation of batch job Schedule

    How to create new batch job Schedule ? Regards, Sridhar

  • Problem in BADI - CRM_ORDER_STATUS

    Hi, My requirement goes like this: When the Service Request status is set to "CLOSED", I have to do some validation. So, for this I have create BADI Implementation for CRM_ORDER_STATUS and using the method - BEFORE_CHANGE. with filter E0008ZSVR. (E00

  • RMAN-3002 ORA-19502 ORA-27072

    I'm doing restore and recover of the db using the following command: RMAN> run{ set newname for datafile 6 to '/u01/app/oracle/oradata/orcl/tbsad01.dbf'; restore database; recover database; I get the following errors during restore command RMAN-03002

  • Recovery disk setup auto cancellation

    Hi there, I'm hoping somebody in the community might have a solution for me. I have a Presario CQ60-121TU laptop with Vista Home Premium 32bit. I have just set about making a Recovery Disk but upon set up, a pop up informs me that cancellation is in