Livecycle ES2, Oracle configuration, limited tablespace

Hello,
I am busy preparing and installing a clustered environment:
2 servers, each their own WAS. Both instances must use a Oracle 11G database configuration.
According the documentation livecycle requires the Oracle database to allow the LC runtime user to have the following privileges:
CREATE SEQUENCE
CREATE VIEW
UNLIMITED TABLESPACE
CREATE TABLE
CREATE CLUSTER
CREATE SESSION
The database expert involved does not want to grant the bold-indicated privilege.
Will this introduce installation or runtime errors?
I ran through most of the installation documentation but i cannot find any clue about the consequences of not granting this specific privilege except that this right is essential during bootstrap.
Thanks for any reaction!
gr.
Marcel

Thanks KhushwantSingh.
I do have some extra remarks/question though.
I can imagine livecycle needs to extend it's tablespace unlimitly to prevent database locks during deployment or runtime process handling. No question about that!
The unlimited tablespace setting is not about extending a specific tablespace but about granting a user an unlimited amount of any tablespace in the database.
See Unlimited tablespace Oracle definition:
=====================
UNLIMITED TABLESPACE System Privilege
To permit a user to use an unlimited amount of any tablespace in the database, grant the user the UNLIMITED TABLESPACE system privilege. This overrides all explicit tablespace quotas for the user. If you later revoke the privilege, explicit quotas again take effect. You can grant this privilege only to users, not to roles.
Before granting the UNLIMITED TABLESPACE system privilege, consider the consequences of doing so.
Advantage:
You can grant a user unlimited access to all tablespaces of a database with one statement.
    Disadvantages: 
The privilege overrides all explicit tablespace quotas for the user.
You cannot selectively revoke tablespace access from a user with the UNLIMITED TABLESPACE privilege. You can grant access selectively only after revoking the privilege.
=====================
The oracle administrator is not really happy with assigning such rights to a specific user, because of the risk of locking all tablespaces in the database.
Can you please confirm if it absolutely necessary to grant the unlimited tablespace right to the livecycle user according to the definition of this right as described above?
Thanks alot (again) for your reaction!

Similar Messages

  • XSLT  - Exception error when using XSLT 2.0 code in Transform on LiveCycle ES2

    I'm new to using this forum, so apologies in advance in I have posted this to the wrong place.
    I'm using Adobe LiveCycle ES2.5 (Jboss) and have written several complex XSLT scripts.  All have worked, with the exception of the latest one in which I have to sum a repeating subnode that maynot exist and if it does, may contain a number or be empty.  When I have used SUM by itself, it works perfectly if I all the nodes have values, but returns zero if any are missing or are empty.  After some searching I found a solution (which I have made bold) in the fragment below.
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ...>
    <xsl:variable name="varUnitValueTotal" select="sum( (if(SOURCEUNITVALUE='') then 0 else SOURCEUNITVALUE) )"/>
    </xsl:stylesheet>
    I developed and tested this xslt in XMLSpy 2011 and it works a treat.  However, when I invoke the XSLT using the Services\XSLT Transformation 1.0\Transform, I get the following exception error:
    javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Could not find function: if
        at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.jav a:936)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.j ava:774)
        at com.adobe.livecycle.xslt.XsltTransformer.transform(XsltTransformer.java:151)
    Now as far as the documentation is concerned ES2 and better should be using XSLT 2.0.  However to test a theory I changed the stylesheet version from 2.0 to 1.0 and re-ran the xslt in XMLSpy and it fell over at exactly the same place as the exception error.  Which makes me conclude that LC ES2+ is still using XSLT 1.0.
    Now I am stuck.  The only work around that I can see is to attempt to do the calculation in the form (which sort of defeats the point of usng XSLT).  That said I am reluctant to go down that path, since the maintenance overhead is going to be shocking if I have to apply to dozens of forms.
    Is there a way to tell the Transform service to use XSLT 2.0 and if so, how and what are the settings?  Or do I need to find and use a different transform engine, again if so which one should I use and what settings should I make at either JBoss and/or AdminUI level.
    Really hoping that someone can help.

    The XSLT service is configurable.
    http://help.adobe.com/en_US/LiveCycle/9.5/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261a 20dd-6750.html
    1) Stop LiveCycle.
    2) Add the .jars of your XSLT processor of choice to the LiveCycle server lib folder.
    3) Restart LiveCycle.
    4) Go to Workbench and stop the XSLT service. Right-click on XSLTService:1.0 and Edit Service Configuration.
    5) Enter the factory name for the given XSLT processor. I think for Xalan 2.7.1 it is org.apache.xalan.processor.TransformerFactoryImpl (but I could be wrong).
    6) Restart the service.
    Steve

  • Decimal Numbers in Oracle Configurator

    We are trying to use decimal numbers in a parent Option Class, such the example below:
    Item Type Qty
    - 000000x Option Class 0,14444
    - 00000xx Option Class 1
    What occurs:
    When I used decimal numbers on an option class, the structure down of it and the same level of it doesn´t updating on Oracle Configurator.
    There are any error message. But seems that the structure of this point to down is being ignored.
    Today I have ~5,000 items that use the same structure on my BOM that would need to use this funcionality because the unit of measure is liter, and these items have different quantities of consume and all of them can be configured on Oracle Configurator.
    E.g (According the width of the product that were configured, the quantity of paint necessary to build this product can be variable )
    I don´t know if it´s work because i know that OM have some limitations about, but maybe somebody can help me in this issue.
    Tks!

    Have you found any solutions on this yet?
    I have a similar problem and have an SR open at the mo for it! I am wanting to feed a decimal value out of the model and assign it against the (selected) child of the (selected) option class.
    I have learnt to far that inventory is limited to 4 decimal places so its not going to work if you go over this number.
    Then i learnt that an option class will nto support decimal places at all so you need to feed it directly to the child/ren and skip the option class. To do this I set up a Total feature and in my calculation rule I contributed the output to the Total feature. Then the total feature sends the output value to the child by the rule:
    Contribute 'Dummy' * &x1.state() To &x1 FOR ALL &x1 IN {'MJ OUTER MAT OC'.Options()};
    This isn't the correct solution but its nearly there. This assigns the value to all the children of the OC and not just the one that is required causing the whole model to fall over. If you have any solution to your issue or anyone can help me with this one, would be much appreciated.
    Vikki

  • Task selection disabled in Adobe Livecycle ES2 installation

    While running the configuration manager for Adobe Livecycle ES2 in the task selection screen few option are disabled why its disable/how to enable it?
    I have installed weblogic and made the configuraions but i havnot deployed the EAR's .
    Refer screenshot

    Those options are not applicable if you choose to install to JBoss manually.
    Please note that LiveCycle has separate install binaries for each of the three apservers it supports and separately for Windows and Unix.  So at the trial download site (http://www.adobe.com/devnet/livecycle/trial/), you will see options such as:
    - JBoss Unix
    - JBoss Windows
    - WebLogic Unix
    - WebLogic Windows
    Please make sure you have the right binaries.

  • Is there a difference in generatePDFOutput between Livecycle ES2 (9) and Livecyle ES (8)

    I know that we are way behind in terms of Livecycle ES versions, but we have recently installed Livecycle ES2 (9.0) on a set of new Websphere 7 servers. All seems to be progressing will in terms of systems integrating with the new servers, but we have run into an issue with the way PDF documents are rendered in Livecycle ES2 (9.0)/WAS 7 versus Livecycle ES (8.0) / WAS 6.
    We have a few XDP templates that have Rich Text Fields with a Data Format of XHTML that are not rendering the same when using PX measurement.
    EXAMPLE: <p style="left-margin: 15px;">
    Using the API generatePDFOutput under Livecycle ES (8.0) the text is indent and all displays well in the rendered PDF. But, in Livecycle ES2 (9.0) there is no indention and the text is aligned to the left margin of the field.
    Here is the data that is used:
    <?xml version="1.0" encoding="UTF-8"?>
    <form1>
       <RTF_Field>
      <body xmlns="http://www.w3.org/1999/xhtml">
      <p>This is a <i>Rich Text Field.</i></p>
      <p>It is filled using <b><i>XHTML</i></b> data.</p>
      <p></p>
      <p>The following should be 3 indented bullets. The first is indented 15<b><i>px</i></b> and the other two are indented 30<b><i>px</i></b>:</p>
      <p></p>
      <p style="margin-left: 15px;">&#8226;&#160;&#160;&#160;Bullet 1</p>
      <p style="margin-left: 30px;">&#186;&#160;&#160;&#160;Sub-Bullet 1</p>
      <p style="margin-left: 30px;">&#186;&#160;&#160;&#160;Sub-Bullet 2</p>
      </body>
      </RTF_Field>
    </form1>
    As you can see there is no HTML table code in the prefill. I know that that is not allowed.
    Here is an image of the results on the old Livecycle ES (8.0)
    Here is an image of the results on the new Livecycle ES2 (9.0)
    Has anyone else run into this issue? I am not an expert when it comes to the administrative side of Livecycle ES, but is there a configuration, or setting, issue that we may be missing in the Livecycle or Websphere consoles? Is there some form of tranformation of the html code on the older server that is not active on the new one? Is there a difference in the HTML code that was valid on Livecycle ES (8.0) versus Livecycle ES2 (9.0)?
    Any insight would be grately appreciated.

    I think you are right!!! Just noticed, I came here via a link.  I'll repost and hopelfully the mods will delete this.
    Thanks.

  • How to restore limited tablespace for table (drop table import)

    Hi All,
    Application user has drop one master table in database i want to restore it but now i don't hv logical backup
    i hv only rman backup,Is it possible to restore only limited tablespace and open the database n import that required table from tablespace.
    If its possible by auxiliary instance pls send me the required steps to create auxiliary instance for limited tablespace
    Waiting for immediate responce.
    Thanks & Regards,
    .......

    user9161658 wrote:
    Hi All,
    Application user has drop one master table in database i want to restore it but now i don't hv logical backup
    i hv only rman backup,Is it possible to restore only limited tablespace and open the database n import that required table from tablespace.
    If its possible by auxiliary instance pls send me the required steps to create auxiliary instance for limited tablespace
    Waiting for immediate responce.PLease note asking for an immediate response is not a good thing on a public and free forum. For immediate assistance, OSS is the place to go for.
    What you want to do is certainly possible and its possible to recover only the dropped object form the tablespace with the help of TSPITR . Please see the following link to understand and know about it. Since you haven't mentioned your version, I am giving 11.2's link.
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmtspit.htm#BRADV89787
    http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmtspit.htm#BRADV009
    HTH
    Aman....

  • Livecycle ES2 Installation Help

    Hi All,
    We are in the process of installing Adobe Livecycle ES2 after removing Adobe Livecycle 8.2.SP2. Does anyone have the installtion procedure and configuration procedure. Mainly I need the InstallService.bat and JBossService.exe. I tried with the files InstallService.bat and JBossService.exe which we used for earlier version Adobe Liveclyle 8.2 SP2, but its working, since all the folder structure got changed in the newer version.
    If any one can send and give me link to download the files related to run JBoss a service would be very grateful.
    Thanks & Regards,
    Umashanker.K

    Hi Jayan,
    Thanks for your reply, The links your have mentioned here works fine for
    Adobe Livecycle ES 8.0 and for 8.2. We are successfuly deployed both these
    version long before and working fine.
    Now we are testing the latest version of Adobe Live cycyle ES 2 (i.e Version
    9.0). Ater the installation we found the folder structures differ totally
    from the pervious version. We haven't got the InstallService.bat and
    JbossService.exe as part of the Installation. What we are looking here is
    configuration procedure and those two file to run JBoss as service.
    If you could help in these issues would be very grateful.
    Thanks & Regards,
    Umashanker.K

  • Adobe LiveCycle ES2 Embed Fonts

    I would like help imbedding fonts on LiveCycle ES2. I create forms on this program and when the forms are viewed on other computers on "Nitro" pdf reader, the fonts are substituted to whatever is available on those computers. I would like to lock the type in place so that it isn't changed automatically and you can't read half of the form. When searching help, it listed to use LiveCycle Administration Console to embed fonts by visiting:
    (JBoss) http://localhost:8080/adminui (local deployment using the default port)
    (WebLogic) http://localhost:7001/adminui (local deployment using the default port)
    (WebSphere) http://localhost:9080/adminui (local deployment using the default port)
    None of these work. If there is a way to stop the fonts from changing using LiveCycle, I would like to try. IT department has already looked in to all alternative fixes outside of the program.
    On Windows computer
    Using Adobe LiveCycle ES2
    Being opened on Windows computers on virtual desktops with limited font selections
    THANK YOU!

    FB 4 is not part of the LiveCycle installer. If you would like to customize the workspace or write Flex appications in LiveCycle you would need the Flash Builder to be installed. If you evaluate the software you can download a trial from the adobe.com homepage under software download for free.
    If you purchase a licensed component from LiveCycle you will be entitiled to install up to 5 workstations with the FB 4 software
    hope this helps
    rgs
    dieter

  • How to download livecycle es2

    I need to replicate a customer configuration of Livecycle ES2 or 2.5, NOT 3!  The Adobe trial web site doesn't appear to offer the kit.  Can anyone point me to a download for Livecycle ES2?
    -dave

    Hi,
    Please try to download it from http://www.adobe.com/cfusion/tdrc/index.cfm?product=livecycle
    Thanks
    Kapil Malik

  • Downloading the LiveCycle ES2 Turnkey Within a firewall....

    I am working with a customer that is trying to download the LiveCycle ES2 JBoss Turnkey from within their firewall.  This organization has very strict pc requirements and does not allow Java applets to run so they are running into issues using the Adobe Download Manager.  They don't get an error, the download manager just never launches so hence they can't download the software.  I have had this same issue in the past with the same organization and typically we end up having to burn a DVD and mail it to them.
    Is it possible to have an alternative download mechanism say via FTP that would allow organizations with this limitation to still download the trials?
    Thanks,
    Brian

    Brian:
    I've had some cases where the organization had blocked FTP as well.  It seems an HTTP download would be the most reliable way to go.

  • Creating your first LiveCycle ES2 Application

    Got about halfway done with the tutorial and realized that it requires LiveCycle Output ES2.  That is an optional component that we don't have.  I would assume many others don't as well.  Did anyone catch this fact before now?  It is not documented in the document as required, but the services you have to configure do indeed require it.  Thoughts?
    http://www.adobe.com/go/learn_lc_firstApplication_9

    Hi Eric,
    You are correct. The Output service is required as listed on page 5 "Installing a LiveCycle ES2 server". It mentions that you need Adobe LiveCycle Output ES2 and Adobe LiveCycle Process Management ES2 to complete the tutorial. If you have access to the server, run the installer again and select Output ES2 in the LiveCycle Configuration Manager. H
    Hope that helps!

  • Avoka Create User Create Group installed with LiveCycle ES2

    I've just noticed that the Avoka Create User Create Group service got installed along with the Adobe services when I installed LiveCycle ES2.  Has this component been licensed by Adobe on behalf of their users?  I see that the Avoka web site indicates that while you can use their components freely for development and testing, they want money before you can use them in production.  Does this apply to the Create User Create Group component too?
    I'm thinking of using this in a solution for a customer however I don't want to incur licensing costs on their behalf.
    Regards,
    Rob

    Hi ,
    Rob is right when you go through step by step instruction one of the step mentioned as:
    "Configuring the sample:
    Note: Before configuring and running this sample, it is necessary to deploy and run the Sample Setup Utility."
    The LCA file mentioned (Adobe-Samples-SetupUtility.lca)  has different Avoka components, services, process which get deployed during this step.
    and the code for Avoka component is not provided ( see AvokaComponent.compjar com.avoka.livecycle.createLocalPrincipal.CreatePrincipleService.class)
    May be it is helpful to have one sample (that just depends on all components and modules from Adobe only )  that shows how this task can be achieved without using  'Sample Setup Utility'. (java / orchestration that calls differnt service and produce same exact result that 'Sample Setup Utility' does)
    Thanks
    YogLC

  • Setting up SQL Server for LiveCycle ES2

    I have few queries regarding the installation please help.
    I am trying to install livecycle ES2 in Windows 7 system,Weblogic 11g,Sql server 2005 Dev Sp3
    1. In the installation guide under the section setting up sql server for Livecycle ES2 the below point mentioned .
    Select the Memory page and enter a size in the Minimum Server Memory (in MB) box that is equal to
    the size of the free memory on the server.
    How to find the free memory on the server ??
    http://help.adobe.com/en_US/livecycle/9.0/prepareinstallsingle.pdf
    2. Is It required to create LiveCycle ES2 database user, schema, and login in Sqlserver 2005 ? this step is not mentioned as optional why its required to create this stuffs ?
    3. While installing the Live Cycle Server when the installer prompts for a database configuration popup which db i should point to is it the db created for Livecycle or it should be the db from which i want fetch the data?
    4. In case if i am connecting to my application db (the place where my app data presents) where do i link the Livecycle db created with the Livecycle Server configuration?

    Hi,
    Do you have solution for this yet?
    I have same issue.
    Thanks
    YogLC

  • LiveCycle ES2

    How come LiveCycle ES2 is included in CS6 Design & Web Premium, yet the latest version of LiveCycle is ES4? There doesn't appear to be a way to update it and my current conclusion is that maybe it is just put in as a teaser - despite the fact that it is buggy and incompatible with Word 2010... There again, maybe the same applies to LiveCycle ES4 and it is just a lemon anyway. I would appreciate an answer to my question as well as thoughts on the product.

    The ES products have been branched out in CS5/ Acrobat 10 since the whole underlying infrastructure has changed and things such as creating certificate-based "basic" PDF forms have been included in the normal Acrobat. ES2 is only provided for backward compatibility for users who may use older files and need to work with them. LC products always have been targeted at corporate and government environments and other big organisations and were of limited use without a matching server infrastructure or extensively using Adobe Connect, so as far as I'm concerned it's a non-issue. It's really merely that Adobe went trigger-happy with Acrobat 9 and included all this stuff, but as we all know most of that didn't go far and a lot of that has been superseded by other technologies. People just don't bother with creating PDF forms when they can do this interactively on a web site using a browser...
    Mylenium

  • Connect Livecycle ES2 directly to DB2

    Hi ,
    I am trying to connect livecycle ES2 forms directly to mainframe DB2.
    Is there any way I can do so? If yes, How?
    Thanks in advance.

    I believe you are trying to connect LiveCycle with IBM DB2 database server, if yes :
    Please go through the install instructions @ http://help.adobe.com/en_US/livecycle/9.0/documentation.html#task=0,1,2,3,4,5,6&module=-1
    It has all the details to configure/connect LiveCycle ES2 with IBM DB2 database.
    --Santosh

Maybe you are looking for