Mapping style templates and properties to Actual Style Sheet Classes

I got this response to an email regarding creating a customized style sheet and thought others might find it useful following is my initial question and the response from David Phipps. If anyone else has input to this conversation please join in.
Initial question: I'm trying to create a highly customized style sheet and could use a matrix that maps the various properties to the styles that each property affects. I have had some success determining the specific styles that I would like to change but am unable to use the style mill with any efficacy to make those changes. We are attempting to create a single language style sheet with a unique color scheme that matches our branding. One big problem we have run into is that certain styles are called in multiple places with different backgrounds (i.e. breadcrumbText). Any help along these lines that you could provide would be greatly appreciated.
Response:The CSS style mapping is not terribly satisfying right now; many objects share common CSS styles, which means if you change one tiny thing the whole page changes. We don't have a matrix or spreadsheet or styleguide that lays out the page itself and defines the styles used in each point. However, the stylesheet mill should work for you, and it's possible that what you have going on is a problem with your mill or an incomplete copy of what it generates.
There are 18 styles in the portal currently; you can actually create new styles and populate them, which sounds like the option you are interested in. The mill is just an ANT script that uses the template files in the templates directory and combines them with the property files in the prop-color and prop-text directories.
The prop-text files are per language (10 languages); if you check you'll see the values are all the same right now; the idea is you could change the font names or sizes per-language if you wanted to.
The prop-color files are per style (18 styles). If you want a new set of property values for, say, style 19, you'd add a file called color.19.properties, and the mill would pick that up and generate 190 files (19 styles x 10 languages). It would then add a new line to community-themes.txt, which has a name of each style for each language, based on data it picked up from your new color.19.properties file.
The real secret is that you only add color style elements you want to override. If you want a specific set of styles to always be available, just add them directly to the appropriate template file (in your case, the portal50.template file) without using the @variable@ in place of actual values. Then you're just adding new style overrides that apply everywhere.
Finally, you can add arbitrary new properties to your new prtoperties file and use those in the template:
in portal50.template:
..actionbarPortletBg {background-color: @personal.and.interesting.setting@;}
in color.19.properties:
personal.and.interesting.setting=#ff9900
So the CSS mill is just a glorified text replacement tool.
Remember that the CSS mill works this way:
- Run make_all.bat if you're not sure and want to insure you've remilled everything, otherwise use make_community_css.bat or make_menu.bat to remill only community styles or those for the jsportalmenus dropdown, respectively.
- The resulting files are created in ptimages/tools/cssmill/css
- You have to copy the resulting files by hand to the imageserver CSS location, which is
ptimages/imageserver/plumtree/common/public/css
- You have to forcibly stop and restart your imageserver, be it Apache, Tomcat, IIS, Websphere or whatever; no matter what anyone says the new content won't show up reliably until you restart your imageserver.
You probably know all this and your real problem is the CSS is not specific enough, that is, you can't get individual items to change like you want. We have been working on this, and the new version of the portal will have much more addressable CSS styles, including the ability to specify styles for individual navigation elements, individual pages, and individual portlets. This basically meant rewriting the HTML we generate, of course.
Since you can override and rewrite chunks of our HTML as well using View Overrides, if you're in a jam we can walk you through how to rewrite specific bits of the UI that are causing you trouble - for instance, the code that generates the breadcrumbs itself.
David Phipps
Senior Engineering Manager
Plumtree Software

One way to do this is to give the <body> tag an ID. In a template, you need to make the ID attribute of the <body> tag editable.
You would then have something like this in your style sheet:
#home.oneColFixCtrHdr #container #navigation li,
#services.oneColFixCtrHdr #container #navigation li,
#about.oneColFixCtrHdr #container #navigation li,
#contact.oneColFixCtrHdr #container #navigation li,
#testimonials.oneColFixCtrHdr #container #navigation li,
#links.oneColFixCtrHdr #container #navigation li
background-color:
#66ccFF;
border-bottom-width: 1px;
border-bottom-style:
solid;
border-bottom-color: #FFFFFF;

Similar Messages

  • Style templates

    Hi,
    I tried to externalize the header and footer formatting of a report. I created a RTF style template with a new style as 'Header_Main' - Paragrah style and uploaded it as a style template.
    In my report, I applied the same style name and add this style sheet to this report. The header formatting is not applied but when I apply the same formatting to the body of the report, it is applied. Could you please let me know if there is any specific style for header which I need to create?
    Thanks!
    Ganesh

    Hey,
    Steps to create a style template:
    1. Create a word document (style template as .rtf) and define formats for dummy text using Home--> Styles. Say for example you name your table heading "My Table" format as "Table Heading" in style pane.
    2. In your report template define table heading "Table of Communities Recruited" format in the styles pane with the same name "Table Heading".(No need to set the fonts,size,color,bold. It will inherit from the style template)
    3. Repeat step 1 and 2 for as many formats you want.
    4. Follow the steps to upload the style template and apply style template to the report from BI publisher documentation.
    Note--> Learn to format word document using styles and not using toolbar.
    Hope you find it helpfull!!!

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • [svn] 4932: Fixed RTE with FxAnimate3DInstance, where a check in a superclass on whether the property was a style didn' t succeed because the effect was using properties that weren' t actually styles or properties on the object.

    Revision: 4932
    Author: [email protected]
    Date: 2009-02-11 15:29:32 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fixed RTE with FxAnimate3DInstance, where a check in a superclass on whether the property was a style didn't succeed because the effect was using properties that weren't actually styles or properties on the object. Fine for the effect, but not for the superclass. Fix was to simply stub out the style check.
    QE Notes:
    Doc Notes: None
    Bugs: SDK-19256
    Reviewer: Ely
    tests: checkintests, Mustella mx/effects/FxRotate3D
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19256
    Modified Paths:
    flex/sdk/branches/i10/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DI nstance.as

    Revision: 4932
    Author: [email protected]
    Date: 2009-02-11 15:29:32 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fixed RTE with FxAnimate3DInstance, where a check in a superclass on whether the property was a style didn't succeed because the effect was using properties that weren't actually styles or properties on the object. Fine for the effect, but not for the superclass. Fix was to simply stub out the style check.
    QE Notes:
    Doc Notes: None
    Bugs: SDK-19256
    Reviewer: Ely
    tests: checkintests, Mustella mx/effects/FxRotate3D
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19256
    Modified Paths:
    flex/sdk/branches/i10/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimate3DI nstance.as

  • Working with effects, styles and properties on MediaElements

    Hi,
    is it possible to add any kind of Image/Video/Audio effects on subclasses of MediaElement? Like PixelBender-Effects for Images or what I'm looking for is a backgroundAlpha - property like the VideoDisplay-Component provides in Flex. I want to work with Videos which provides a alpha-channel. But can't find a way to work with alpha-channel in OSMF. I can't find any properties like that in VideoElement class. 

    Given that effects generally apply to a DisplayObject, it should just be a matter of getting to the VideoElement's DisplayObject and applying the effect (or passing it to an object that can apply the effect).  The simplest way to get to a VideoElement's DisplayObject is to hand it to a MediaPlayer and query MediaPlayer.displayObject.  (You can also access it through the VideoElement's DisplayObjectTrait.)

  • Glass and Metal Photoshop layer styles

    Just wanted to share some of my Photoshop layer styles with my fellow Apple users I've been working on these for a while now, building up a huge collection of textures (from my own photography) and turning them into styles. Hope you like them.
    These are some of my metal styles for Photoshop, from a set called MetalWorks Professional. All in all, there are 140 different metal styles in the set, including gold, silver, aluminum, copper, and steel.
    And these are a few of my glass Photoshop styles, from a set called GlassWorks Professional. This set includes 320 transparent styles, in red, green, blue, and clear glass. They're excellent for creating glass text effects, or decorative designs.
    Thanks for checking out my work. Since you read to the bottom of this thread, here's a set of free fire layer styles just for you

    These are great styles! Thanks very much for sharing. Not to hijack your thread or anything, but since this is relevant I actually spent a few weeks making an extremely flexible glass layer style construction kit of my own.
    You can get some extremely high quality results using this toolkit: http://graphicriver.net/item/fm-essential-glass-styles-and-design-templates/132746
    Might be of interest!

  • [svn:fx-trunk] 9407: Reordering the if-statement in isMeasureFixed() exposed that hostFormat can be null when measure() is called if styles changed and measure is done before the next commitProperties .

    Revision: 9407
    Author:   [email protected]
    Date:     2009-08-19 15:11:34 -0700 (Wed, 19 Aug 2009)
    Log Message:
    Reordering the if-statement in isMeasureFixed() exposed that hostFormat can be null when measure() is called if styles changed and measure is done before the next commitProperties.  This states test exposed this.
    We should rethink if we want to clear hostFormat rather than have a hostFormatChanged flag.  If there is no hostFormat at measure then it has to be fixed because there is no line break format to check for auto-size.
    QE notes:
    Doc notes:
    Bugs: SDK-22779
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22779
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Oh my god, it is too long! You definitely check out types, casting and especially ODP.Net (it does everything for you)... etc. They can help you to simplify your code. I do not have enough time to copy paste it to Studio and understand and solve your issue, so I got title of your message as your main question.
    In Oracle, you can create an autonumber field by using sequences object. This is really useful when you need to create a unique number to act as a primary key.
    Basically you can create a sequence simply typing;
    CREATE SEQUENCE MY_SEQUENCE;
    now you have a sequence called "MY_SEQUENCE"... Then, I advice you select a number from sequence;
    select MY_SEQUENCE.nextval from dual;
    I said I advice actually kinda must, although it called sequence, I cannot be sequential. Do not even try to predict the value. You can be sure that it is unique number so you can use it.
    Then insert you record and use that number part of your primary key. I think that's it. Have fun.

  • Issue with style templates & sectioned reports in BI Publisher

    Hello everyone,
    while building a report in BIP 11.1.1.6 I've encountered the next problem. I'm using a style template with defined header & footer, and the layout rtf template supposed to contain several sections (e.g., for 'No Data Found' message). The problem is that whenever I add sections to the report, the header & footer are applied only to the last one — no matter how many sections are there.
    I've looked through the xdo debugging logs and I still see no reason for the <region-header> & <region-footer> not to apply to all of the sections.
    Can anyone help me with this issue?

    Hi Kishore,
    I have a similiar request. We do not have LDAP enabled yet. I configured & linked OBIEE with BIP. I put a BIP report in one of our Dashboard pages.
    When logged in as Administrator / or the user who has admin rights, I could see the BIP report in dashboard but any other users can not view the report. Can you please share the doc you have with me and it might be useful.
    My mail id is - [email protected]
    Many Thanks
    Mahesh

  • Character Styles in CSS Properties Panel are not correct

    I am using Adobe Illustator CC.
    I am trying to export all of the charter styles as CSS. However the CSS panel is not generating the correct style.
    Right now, in the Character Styles Panel and CSS Properties Panel I have 3 styles (Default, h1, h2)
    This is how they are defined in the Character Styles Panel:
    1. [Normal Character Style]:Helvectic Neue LT Std, 55 Roman, 16px
    2. h1: Helvectic Neue LT Std, 25 Ultra Light, 35px
    3. h2: Helvectic Neue LT Std, 45 Light, 18px
    HOWEVER
    When I go to the CSS Properties panel the code is not showing the Font Style:
    This is how they are defined in the CSS Properties Panel:
    1. [Normal Character Style]:
    .NormalCharacterStyle
      font-family : Helvetica Neue LT Std;
      font-size : 16px;
      color : #19131F;
      color : rgb(25, 19, 31);
    2. h1:
    .h1
      font-family : Helvetica Neue LT Std;
      font-size : 35px;
      letter-spacing : 0.53px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
    Missing:  25 Ultra Light
    3. h2:
    .h2
      font-family : Helvetica Neue LT Std;
      font-size : 18px;
      text-transform : uppercase;
      color : #FCFCFC;
      color : rgb(252, 252, 252);
    Missing:  45 Light
    Am I not doing somethign correctly? Is it a problem with my font or with Illustrator?
    Also, in case it makes a difference, I only have the default paragraph style defined. It's style is; Helvectic Neue LT Std, 55 Roman
    Thanks!

    CSS cannot render typographical multiple weight fonts simply because that's just not how it works. All CSS does is reference a physical font file and its properties and while it's possible to use the font-weight and font-style attributes to make standard fonts lighter or bolder it does not compare to anything you would do with the font in a real design environment. That and of course you still need to define fallback/ substitution options - the Helvetica Neue you are referencing is exclusively available on Apple systems only and even if what you are trying worked off the bat, it would be useless on alternate devices that have no access to the font.
    Mylenium

  • How to copy and paste web design styles from the web

    I am not doing so well with the web style templates provided in the latest versions of IWeb.
    Is there a way to copy and paste the html code from some site who's design I like then paste it into my Iweb and then put in my content to the style that was up?
    I used to be able to do do this about 10 years ago with a Claris Homepage program, don't see how to do it with IWeb.
    It's like I have to do everything from scratch, draw background boxes, don't see frames.
    Thanks everyone..
    Jack E.

    Welcome to the Apple Discussions. No you can't copy the code form a site and use it in an iWeb page. To use frames you would use an HTML snippet and this code:
    <IFRAME SRC = "URL OF PAGE YOU WANT TO FRAME" WIDTH="XXXpx" HEIGHT="XXpx" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
    You can get more info at this site:iFrame code.
    I've creates a demo site which describes many of the features and tricks I've learned from this forum. This iWeb FAQ site is a wealth of information on using iWeb and all of it's capabilities.
    OT

  • Problem with paragraph style overrides and character formatting

    I've had this problem for a long time, and sometimes it resolves itself, sometimes it doesn't. Finally I'm begging for help.
    I am typesetting academic articles into a journal.  We use endnotes. The endnotes have both italic and regular formatting--italics for book and journal titles, and foreign phrases.
    Sometimes when I place the text, the formatting reverts to whatever it was in Word.  To try to fix that, I've begun stripping the Word formatting from the original document, making everything "Courier New" and just importing it like that.  I figured this would clear a lot of the problems I've had with fiddly formatting issues.
    I was mistaken. 
    Here is what happens:
    When I place the document it comes up in the original Courier New font, with italics and other formatting intact.  If I click "article style" which is the main article paragraph  style format, normally it changes.  but if I right click and select "apply article style" it is more likely to change the paragraph to the proper style, with italics and other formatting still intact.
    But when it gets to endnotes, I'm sort of screwed.
    My endnotes style is a bulletted style, so that I can have the endnote numbers consistent.  but this seems to screw all the style formatting.
    Here is what I do:
    With the cursor in endnote text, I click "bulleted endnote style".  The character format remains the same, with a + beside the style. The endnote number format is different, however.  If I click "clear overrides" it does in fact change to the proper formatting, but it strips any italics or other character in the text.  This is frustrating because many of these endnotes have lots of italicized journal and book titles, and it takes a long time to figure out which ones I need to reitalicize manually.
    I have tried to use the "customize style import>Style mapping" but it has not fixed anything.
    Please help me figure out how to make these transitions more smoothly.  I am open to suggestions both on how to make the changes once the document is placed in the Indesign file, and also making modifications to formats in the native Word file so that I don't have these problems. 
    Thanks
    Dan

    Sorry, that last message wasn't supposed to send (if that's not obvious!). I was writing it and got interrupted.  Damn iphone. 
    I know why there are two numbers.  This is not an issue. What I didn't finish writing was that, the note number before i bullet it is a different font/ format. Again, not a problem.  Here is something interesting, though.  If I delete that original number by placing the cursor in the middle of it (say a between the 4 and 2 of 42) then delete everything by Shift+arrow forward, press delete then delete the rest of the unnecessary characters, THEN apply the style formatting, it works just fine.  Is it something to do with the character codes of those original note numbers? 
    Word drops in so many hidden codes that it screws everything up!

  • Creating Styles.. and then nesting styles

    Seems simple enough:
    tell application "Adobe InDesign CS5.5"
    tell active document
      set myCharacterStyle to make character style with properties {name:"Year", size:26.0, fill color:"Paper", stroke color:"Black", stroke weight:0.75, font:"Helvetica", font style:"Black"}
      set myCharacterStyle to make character style with properties {name:"Years", size:18.0, fill color:"Black", stroke color:nothing, stroke weight:nothing, horizontal scale:80.0, vertical scale:80.0, font:"Helvetica", font style:"Black"}
      set myParagraphStyle to make paragraph style with properties {name:"Year"}
      set nested styles of myParagraphStyle to {{applied character style:"Year", repetition:1, inclusive:false, delimiter:any word}, {applied character style:"Years", repetition:2, inclusive:true, delimiter:any word}}
    end tell
    end tell
    The font and the point size do not come through when the style is created. The nested styles also do not come through.
    I tried applied font:"Helvetica" to get 'font family not available'. Also, font:font "Helvetica"...
    What I get right now I is no font defined or size. The rest works.
    So what am I doing wrong here?

    Hi lithodora,
    as Mary Posner wrote a character style doesn't have the property 'font', but 'applied font' and 'font style'.
    "... specified as either a font object or the name of font family."
    just look it up in the dictionary ...
    Try always to work with references.
    tell application "Adobe InDesign CS5.5"
        --you've got to set myHelvetica to your needs!
        set myHelveticas to (font family of every font whose name contains "Helvetica") --will return the helvetica font familiy names
        set myHelvetica to item 1 of myHelveticas --just randomly pick one for my example, hoping it's got a 'black' style ;-) ...
        tell active document
            set myCharacterStyle01 to make character style with properties {name:"test", size:26.0, fill color:"Paper", stroke color:"Black", stroke weight:0.75, applied font:myHelvetica, font style:"Black"}
            set myCharacterStyle02 to make character style with properties {name:"tests", size:18.0, fill color:"Black", stroke color:nothing, stroke weight:nothing, horizontal scale:80.0, vertical scale:80.0, applied font:myHelvetica, font style:"Black"}
            set myParagraphStyle to make paragraph style with properties {name:"nextTest"}
            tell myParagraphStyle
                make new nested style with properties {applied character style:myCharacterStyle01, repetition:1, inclusive:false, delimiter:any word}
                make new nested style with properties {applied character style:myCharacterStyle02, repetition:2, inclusive:true, delimiter:any word}
            end tell
        end tell
    end tell

  • [AS-CS5] Comparison between text style range and character style

    Hi,
    It's been a while since I'm not coming on this forum ...
    I'm looking to make a comparison between a "text style range" and a character style.
    I have no problems, except for the comparison of "fonts".
    myCurrentText = text for char…
    theStyle = character style id…
    I try:
           if (applied font of myCurrentText ≠ applied font of theStyle) then set theCharDifference to 1 
    The selected text give me:
           font "Minion Pro        Italic" of application "Adobe InDesign CS5.5"
    and the character style:
           "Minion Pro"
    I try "set theTextFont to font of applied font of myCurrentText" -> Error
    This is my script (it's too long to post here) <http://db.tt/BLoGPiN>.
    Loot at the "on CheckCharacterDifference(myCurrentText, theStyle)"
    TIA.
    Oli.

    I've written this, but I do not know if it covers all cases ...
    Someone?
    Thanks.
    Oli.
    set theText to item 1 of selection
    set theStyleChar to properties of character style 2
    -- analysis of the properties of the text
    set myTextFontApplied to applied font of theText
    set myTextFontFamily to font family of applied font of theText
    set myTextFontStyle to font style of theText
    -- analysis of the character style
    set myStyleCharFontStyle to applied font of theStyleChar
    if myStyleCharFontStyle = "" then
         set myStyleCharFontStyle to font style of theStyleChar
         if myStyleCharFontStyle ≠ myTextFontStyle then set theDifference to true
    else
         if myStyleCharFontStyle ≠ myTextFontFamily then set theDifference to true
    end if
    Message was edited by: OlivierBerquin

  • Clean and best way to style web forms

    Hi everyone,
    I'm having trouble styling my web forms and I cant seem to find a anyone else with the same problem?
    I'm just wondering what are everyone's ways how they style there forms to there designs instead of the business catalyst default style.
    I know where to find my stylesheets but I would love to find any info to make it an easy process or if someone could direct me to a tutorial for the quickest and easiest way to style forms with out breaking them.
    Thanks
    Luke

    Thanks for your help Liam.
    Also when I insert a form on a page it's fine but when I have a template assigned to that page I think the form trys to use the CSS from the template and it doesn't quite work.
    Not sure if you can see this http://webbasictest2.businesscatalyst.com/questionnaire.html but my buttons were only text before too.

  • Properties vs. Styles for Setting Visual Appearance of Controls?

    I'm a bit confused by what seems to be a schizophrenic approach to properties and styles within the Flex 4 SDK. In some cases, components have properties that affect their visual appearance while in other cases they use styles. For example, here is a BorderContainer from an example in Adobe's Using Flex 4 docs:
    <s:BorderContainer width="200" height="200"
                                       borderColor="0x000000"
                                      borderAlpha="1"
                                       cornerRadius="10"
                                       borderWeight="1">
    borderColor, borderAlpha, cornerRadius and borderWeight are all styles. However, BorderContainer also has some properties for visual formatting; e.g.,: backgroundFill and borderStroke. The latter property equates to two of the styles: borderColor and borderWeight. But the former, backgroundFill, doesn't appear to have a corresponding style although there is a backgroundImage style.
    So, I'm wondering why the SDK has this split personality. But more to the point, I'm wondering if there's some logical explanation. How do I know when to use a style rather than a property? Where should developers look first when seeking to modify the visual appearance of a control?
    David Salahi

    Thanks for the reply.
    I am particular interested in column widths and the internal padding/margin of a cell. This is for a report which contains a table inside another table (using a tree, but with the sub-table in a column, rather than the detail facet).
    By default, each sub-table is formatted with different column widths, which makes them hard to compare. If I can specify that explicitly, they all line up nicely. (Something weird also happens when a sub-table contains no data, since I'm not sure the cell with the message 'No rows yet' follows the same rules.)
    (Specifying the internal margin is useful for removing the border between the sub-table and its surroundings)

Maybe you are looking for

  • Checkbox functionality

    I have a window in my form that is suppose to open when a checkbox is marked. It does this by having a WHEN-CHECKBOX-CHANGED trigger on the checkbox item. In its PL/SQL block it has an if statement that says if the checkbox is marked then open the wi

  • IPhone 4 battery life, Why does it die so fast and what can I do?

    I have had an iPhone 4 for a little over two years now and feel like recently, my battery is dying so fast. When I go out for the day it always dies before I get home, what I think it is, could be that I take a lot of pictures and use many picture ap

  • How many machines can i put CC on?

    I have a Mac which has CC on it and i have just bought a laptop to take with me when on holiday I put cc on the new laptop and found that the laptop is faulty, I uninstalled it and want to put it on the replacement laptop will this be ok or do i need

  • Moving objects

    Hi in my application users can add objects move them, and select another object and move that. the problem is that im not sure how to move the object once its live in the world below the selectedObject is the BranchGroup containing the model. im new

  • Informatica Workflow fails because of TEMP tablespace

    Hi, I am trying to do a Complete Oracle 11.5.10 load. However my execution plan fails because the SDE_ORA_Payroll_Fact fails. The error in the session log is as follows: READER_1_1_1> RR_4035 SQL Error [ ORA-01652: unable to extend temp segment by 12