Creation of the database - the size of the SGA

Hi all

When I try to create a database using DBCA, my default SGA size: 128. PGA:794. When I click on the next button, I get the following caveat...

The following settings do not meet the requirements of the minimum recommended size:

A size of SGA to at least 160 MB is recommended

Do you want to Setup Wizard to change the setting of the database? I gave ignore, and I changed the size of the SGA at: 160, I received the warning below

The SGA size cannot be greater than the segment size memory maxmimum shared (1342177728). Refer to the guide to installing oracle for configrue your operating system kernel parameters.

Please suggest me on the same...

Thank you
RIF

user10737570 wrote:
My other SGA_MAX_SIZE database is 1 G.

Now, I am creating the database using DBCA. My default allocated sga size is 128 MB. Recommended size of SGA 160MO. I'm not able to extend the size of the SGA. Please refer my previous post...

Could you please tell me why my default screen is only showing 128 MB.

Thank you

The oracle Installer determines the sga_size bij available calculation free "shared memory".
It is the setting of the maximum shared memory such as published in the first message less memory used by your first database, less some other stuff shared memory.

To remedy, you increase the size of memory amount shared in your kernel and reboot the system if necessary.

If your system is a Redhat Enterprise system, then search the variable called

kernel.shmmax =

in /etc/sysctl.conf

Increase this value, and then save the file (as root)
Then run/sbin/sysctl Pei to activate the new configuration

Tags: Database

Similar Questions

  • creation of the database

    Hello

    database: oracle 11g
    OS: Linux

    How to create the database manually? which method is suggestable to the creation of the database (creation of dbca/manual)?

    Thank you
    Mike.

    How to create the database manually?

    example script:

    CREATE DATABASE mynewdb
    The USER SYS IDENTIFIED BY sys_password
    The USER IDENTIFIED BY system_password SYSTEM
    LOGFILE GROUP 1 ('/ u01/app/oracle/oradata/mynewdb/redo01.log') SIZE in the 100M.
    GROUP 2 ('/ u01/app/oracle/oradata/mynewdb/redo02.log') SIZE in the 100M.
    GROUP 3 ('/ u01/app/oracle/oradata/mynewdb/redo03.log') SIZE 100 M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    LOCAL MANAGEMENT MEASURE
    DATAFILE ' / u01/app/oracle/oradata/mynewdb/system01.dbf' SIZE 325 M REUSE
    SYSAUX DATAFILE ' / u01/app/oracle/oradata/mynewdb/sysaux01.dbf' SIZE 325 M REUSE
    DEFAULT TABLESPACE users
    DATAFILE ' / u01/app/oracle/oradata/mynewdb/users01.dbf'
    SIZE 500M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED
    TEMPORARY TABLESPACE tempts1 default
    TEMPFILE ' / u01/app/oracle/oradata/mynewdb/temp01.dbf'
    RE-USE OF SIZE 20 M
    UNDO TABLESPACE undotbs
    DATAFILE ' / u01/app/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;

    which method is suggestable to the creation of the database (creation of dbca/manual)?

    Manual creation is the best.
    If you have no problems of GUI (DBCA) is an easy method.

    see below link for more information.
    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/create003.htm

    Published by: KR10822864 on April 17, 2013 05:53

  • IF database-> RAC database: estimate of the size of the SGA for each instance

    Hello!

    Let's say that there is a single instance with SGA 100 G size DB (assume this size is optimal for this database).

    If this database is intended to be converted to a RAC database with 2 instances (suppose DB workload will be spread over multiple instances).

    How to estimate the needs of SGA size for each instance in the RAC database?

    It takes 50G + General cool CARS (say 15%) for each instance?

    (Do not consider situation when one of the instances has failed, and all the charge redirects to an instance having survived)

    I'd be grateful if someone has offered or provided useful references.

    ---

    Kind regards

    Kyrylo

    As a general rule, I would size the SGA on new nodes to 120% of the SGA to single instance. Yes, this means that you will more than double the size of the SGA. You will need additional space to hold the load memory Cache Fusion. And the buffer Cache are possibly a little more space to store additional versions of blocks that seem to accompany the many implementations of CARS. Now, it's just a rule of thumb, so it has a high degree to be very wrong.

    You'll want to consider two big things... (1) the service being used. Will you take advantage of the services to perform the partitioning application? If so, instances can see various workloads that can lead to requests for different resources. (2) you will support a kind of failover (TAF or manual failover) applications? If so, then the LMS must be sufficiently sized to support the additional workload.

    See you soon,.
    Brian

  • Involved in the creation of the database in PeopleSoft FSCM

    Hi all


    I am creating the peoplesoft FSCM 9.2.I for database have followed the steps outlined in the document to install oracle (peopleTools version 8.54). I had the problem when I try to connect like application designer "EBU Invalid ID and password for sign. I can able to connect using Data Mover SYSADM/SYSADM.

    I have run the grant.sql query too. Please tell how to solve these errors. I created the db twice, but no luck, I got the same problem.

    I doubt that there is any some Userid for FSCM (Say VP1),because I have procedure step by step the document they say for user ID FSCM is VP1. But in dbowner.sql it look like as follows

    DBOwner.SQL

    ------------------

    set echo on

    coil dbowner.log

    GRANT DBA TO PS IDENTIFIED BY PS;

    CONNECTION PS/PS;

    CREATE TABLE PSDBOWNER (DBNAME VARCHAR2 (8) NOT NULL, OWNERID VARCHAR2 (8) NOT NULL) TABLESPACE PSDEFAULT;

    CREATE A UNIQUE PS_PSDBOWNER ON PSDBOWNER (DBNAME) INDEX TABLESPACE PSDEFAULT;

    CREATE THE PSDBOWNER FOR PSDBOWNER PUBLIC SYNONYM;

    System/CONNECTION Manager;

    REVOKE DBA OF THE PS;

    ALTER USER QUOTA UNLIMITED ON PSDEFAULT PS;

    spool off

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    "Please tell me if I need to change the" 'PS " as"VP1 "in file above. ? If it's like me please where are all the place, I have to change "PS" as "VP1. And when during the installation of the database as asking for Application Server ID Application Server and Password.Please tell what I want to give "PS" or "VP1"? Untitled.png

    Please help resolve this error. Sorry if I misunderstood any procedure.

    I think you need some basic knowledge of first before going any further in the installation.

    SYSADM is the owner of the user Oracle Peoplesoft objects (tables, views,...), you can connect to SGD but will be "bootstrap" mode only. It cannot be used for AppDesigner connection.

    PS is a locked user account Oracle hosting only arrays of connection security. It cannot be used for any connection of DMS or AppDesigner application.

    VP1 is a user of the application. It cannot be used for Oracle, only DMS/AppDesigner connection. If you turn on all counts with the default password of the screenshot that you has shown, it should be able to connect to the application.

    Server application ID is used to manage the application server, defined in the configuration file of the application server.

    Sorry to move, but you really must go through the documentation official http://docs.oracle.com/cd/E55418_01/psft/html/docset.html

    In particular: http://docs.oracle.com/cd/E55418_01/psft/acrobat/Getting_Started_on_PeopleSoft_Installation_072014.pdf and http://docs.oracle.com/cd/E55418_01/psft/acrobat/PeopleTools_8.54_Installation_for_Oracle_072014.pdf

    I also explained something like several years there on my blog and always topical: on the road to Peoplesoft: on the road to Peoplesoft: creation of the Peoplesoft database

    Nicolas.

  • Database connection - error of creation of the admin user Setup. No route to host

    During step 2: configuration of the database connection we select the "internal database".
    After a short delay, we get a message saying "error of creation of the admin user. No route to the host.
    I have been more before DNS records and back and everything seems in good condition.
    Can someone point me in the right direction to solve this error?
    HW-Error.jpg

    This is an SSL certificate error. Have you changed the default self-signed SSL certificates?

  • Creation of the database - need help

    Hi all

    I am new to the creation of the database. We have a project starting early next month.

    The application acts as an interface to multiple users. A user will have access to its together authorized data.
    So, he/she can/don't should not access the data of other users. This is the scenario with all other users.

    We hope that we will have the large amount of data specific to each user. We have identified some ways to do this:

    1. create separate schemas for each user.
    2. create a unique layout and have a main table that will have all the details of the user. On this basis, the data will be created in the tables.
    3. do you have a unique layout and create partitions partitions/sup in the tables for each user.

    We have identified the above, with a minimum exposure of creation/maintenance of database. So, we do not know who would be the ideal way

    Can you please suggest the best thing to do here.

    Thanks in advance.

    If the data structure is exactly the same for all these users and the number of users is high, a better way is to its virtual private database. With DPV, you have a transaction data, but each user will have access to its own lines only.

    http://www.Oracle.com/technetwork/database/security/index-088277.html

    It is more extensible than the solutions you provided and are very transparent after the initial installation.

  • Percentage of the LMS in the creation of the database

    Hello
    Currently, I have installed the Oracle 11 g (11.2.0.1.0) database on Solaris, when you specify the storage and the location of the database files has been selected the type of file system and type of storage: use the locations of model database of default values EMS appears at a rate of 40% with the database of the wizard. In this way, I had memory problems, that's why I lower the percentage of 20% SGA. My question is: is this correct number assigned to the database SGA?

    Thank you

    My question is: is this correct number assigned to the database SGA?

    As a new database, so you can not predict the performance soon, initially, you can alloate SGA according to available 25 to 40% of the RAM RAM. Subsequently therefore we increase the SGA.

    * Tips for sizing the SGA on UNIX [ID 1012819.6] *.

  • How to set the name of the author and where I find all of the debug option token during the race or the creation of the application on QNX IDE?

    How to set the name of the author and where I find all of the debug option token during the race or the creation of the application on QNX IDE?

    Here is the error

    Failure of deployment: Info: request shipment: install and launch
    Info: Action: install and launch
    News: Native debugging: on
    Info: File size: 219949
    Info: Installing com.example.UIBB10AppTest1.testDev_B10AppTest15dd51c62...
    Info: Treatment 219949 bytes
    actual_dname:
    actual_id:
    actual_version:
    result::failure 881 the application author does not match the author token of debugging

    The author information is located in the bar - descriptor.xml in the tab "General". But the information must be defined automatically. In addition, you must install the token debug on your device.

    If everything is configured properly there is only one problem that happened to me. I had several chips debugging Momentics. I had to remove all chips debugging and leave alone the I want to use. Perhaps, you have also several debugging chips installed in Momentics. This seems to be a bug in Momentics who can't handle several chips debugging.

  • How to set the SGA / PGA or memory target for the database

    Hello

    We use on AIX 5.1,6.1, oracle 9i, 10g, 11g

    Currently, we manage the databases on the default memory which was chosen at the time of the creation of the databases.

    Now the application owner want to host multiple databases on the same server, so they ask the

    rough idea on the memory required for each database,

    How we calculate the amount of memory required for each database.

    Thank you

    that recommend the SGA ADVISOR?

  • ORA-19504: failed to create the file, ORA-00270: creation of the archiving log error

    Hello

    Oracle 11 g 2 on windows 7, I of primary and standby on the same system (learning).

    When I check on status of primary and secondary use under request it gives applied log is 'NO '.

    SQL > select sequence #, used from v$ archived_log;

    SEQUENCE # APPLIED
    ---------- ---------
    516 NO.
    517 NO.
    NO. 523
    NO. 524
    525 NO.
    531 NO.
    NO. 532
    533 NO.
    NO. 541
    544 NO.

    When I checked error on DB primary .he give me more erro.
    SQL > SELECT 'ID', 'DB_status' STATUS DEST_ID, EXCURSION place "Archive_dest', 'ERROR' OF V$ ARCHIVE_DEST WHERE DEST_ID < = 5;
    ---------- ---------
    Error Archive_dest
    ------------------------------------------------------------------------------------------------------------------------------------------------------
    1 D:\app\kamdarvg\flash_recovery_area\test\ARCHIVELOG ORA-19504: cannot create the file «»

    2 STAND ORA-00270: creation of the archiving log error

    I checked the space on the system... is there enough free space on the disk.

    On primary DB (destination of the journal archive)

    SQL > list of archive logs
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive D:\app\kamdarvg\flash_recovery_area\test\ARCHIVELOG
    More old sequence of journal online 564
    Log sequence archive 566
    Current log sequence 566

    On standby DB (list of newspapers of record)

    SQL > list of archive logs
    Database log mode Archive Mode
    Active AutoArchive
    Destination of archive D:\app\kamdarvg\flash_recovery_area\test\ARCHIVELOG
    More old sequence of journal online 564
    Log sequence archive 566
    Current log sequence 566

    Please guide it's because of the destination of the journal archive even shared by the standby and primary?

    If yes how do I change the destination of the newspaper archive on standby DB?

    Thank you.

    Edited by: 977220 April 18, 2013 20:49

    change initialization parameter

  • OIA 11.1.1.5 error during the creation of the company structure rule

    Hi all

    I deployed OIA standalone CA. I get the following error during the creation of the corporate rule structure.
    I was facing problem while deploying OIA with RBACX_HOME so I replaced all RBACX_HOME with the actual path. but now I am facing the slot problem.

    14:25:59, 592 INFO [Config] OSCache: get properties of the URL file:/opt/Oracle/OIA_Install/rbacx_staging/WEB-INF/classes/oscache.properties to the default configuration
    14:25:59, 618 INFO [Config] OSCache: read properties {cache.algorithm = com.opensymphony.oscache.base.algorithm.LRUCache, cache.capacity = 10000, cache.blocking = true, cache.memory = true}
    14:25:59, built of 618 INFO [GeneralCacheAdministrator] GeneralCacheAdministrator()
    14:25:59, 620 INFO [GeneralCacheAdministrator] create new cache
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:31, ERROR 339 [SpringContextAwareXMLWorkflowFactory] could not resolve environment variable: RBACX_HOME
    14:26:42, lot size 803 parameter DEBUG [WavesetIAMSolution]: 100
    14:26:42, 804 DEBUG [WavesetIAMSolution] setting role lot size 10
    14:26:43, lot size 230 parameter DEBUG [FileIAMSolution]: 100
    14:26:43, size of 230 DEBUG [FileIAMSolution] setting role lot 10
    14:27, 622 INFO [ContextLifecycleListener] Oracle identity analytics (build: 11.1.1.5.0.20110816_22_11024) Started
    14:30:15, 915 [AbstractWorkflow] loading workflow business user rule creating Workflow Structure error
    com.opensymphony.workflow.FactoryException: unable to load the workflow definition updated, workflow name: business user rule creating Workflow file:${RBACX_HOME}/conf/workflows/userbusinessstructure-rule-creation-workflow.xml Structure
    at com.vaau.rbacx.workflow.SpringContextAwareXMLWorkflowFactory.loadWorkflow(SpringContextAwareXMLWorkflowFactory.java:96)
    at com.vaau.rbacx.workflow.SpringContextAwareXMLWorkflowFactory.getWorkflow(SpringContextAwareXMLWorkflowFactory.java:85)
    at com.opensymphony.workflow.loader.AbstractWorkflowFactory.getWorkflow(AbstractWorkflowFactory.java:48)
    at com.opensymphony.workflow.config.SpringConfiguration.getWorkflow(SpringConfiguration.java:69)
    at com.opensymphony.workflow.AbstractWorkflow.getWorkflowDescriptor(AbstractWorkflow.java:319)
    at com.vaau.rbacx.workflow.manager.osworkflow.OSWorkflowManager.loadWorkflowDefinition(OSWorkflowManager.java:109)
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:108)
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:175)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy105.startWorkflow (Unknown Source)
    at com.vaau.rbacx.idw.service.RbacxIDWServiceImpl.createUserBusinessUnitRule(RbacxIDWServiceImpl.java:1816)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy113.createUserBusinessUnitRule (Unknown Source)
    at com.vaau.rbacx.idw.web.dwr.impl.DwrBusinessUnitServiceImpl.createUserBusinessUnitRule(DwrBusinessUnitServiceImpl.java:730)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    to $Proxy151.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy142.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34)
    to org.directwebremoting.impl.DefaultRemoter$ 1.doFilter(DefaultRemoter.java:428)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283)
    at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52)
    at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101)
    at org.directwebremoting.spring.DwrController.handleRequestInternal(DwrController.java:234)
    at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
    at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:512)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:378)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHttp(RememberMeProcessingFilter.java:116)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:92)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.concurrent.ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:100)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:176)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:100)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:97)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    14:30:15, 926 ERROR [RbacxIDWServiceImpl] com.vaau.rbacx.workflow.WorkflowInitializationException: not found workflow: business user rule creating Workflow Structure
    14:30:15, 941 exception ERROR [TransactionInterceptor] substituted by a validation exception Application
    com.vaau.rbacx.idw.IDWException: error creating rule userbusinessunit
    at com.vaau.rbacx.idw.service.RbacxIDWServiceImpl.createUserBusinessUnitRule(RbacxIDWServiceImpl.java:1822)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:113)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy113.createUserBusinessUnitRule (Unknown Source)
    at com.vaau.rbacx.idw.web.dwr.impl.DwrBusinessUnitServiceImpl.createUserBusinessUnitRule(DwrBusinessUnitServiceImpl.java:730)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    to $Proxy151.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy142.createUserBusinessUnitRule (Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34)
    to org.directwebremoting.impl.DefaultRemoter$ 1.doFilter(DefaultRemoter.java:428)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431)
    at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283)
    at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52)
    at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101)
    at org.directwebremoting.spring.DwrController.handleRequestInternal(DwrController.java:234)
    at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
    at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:512)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:378)
    at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHttp(RememberMeProcessingFilter.java:116)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:92)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.concurrent.ConcurrentSessionFilter.doFilterHttp(ConcurrentSessionFilter.java:100)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:54)
    to org.springframework.security.util.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:390)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:176)
    at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:100)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:97)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.vaau.rbacx.workflow.WorkflowInitializationException: not found workflow: business user rule creating Workflow Structure
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:111)
    at com.vaau.rbacx.workflow.service.WorkflowServiceImpl.startWorkflow(WorkflowServiceImpl.java:175)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy105.startWorkflow (Unknown Source)
    at com.vaau.rbacx.idw.service.RbacxIDWServiceImpl.createUserBusinessUnitRule(RbacxIDWServiceImpl.java:1816)
    ... more than 97

    Thank you

    Looks like Enviornment variable RBACX_HOME is not defined.

    Could not resolve environment variable: RBACX_HOME

  • Questions about the creation of the db on the system target after the clone...

    Hello
    I will create a clone of the EBS system...
    It would be the first time...
    In any case, read the note from doc: 230672.1 on the creation of the db, I have the following wonders:
    (1) article 2: Clone Oracle Applications 11i
     point 2b: Copy the database tier file system
                   It is not reffered anything about the control files... Are they going to be created using the command (Step 3a) ???:
             cd <RDBMS ORACLE_HOME>/appsutil/clone/bin
             perl adcfgclone.pl dbTier   

    2) On Appendix  B: Recreating database control files manually in Rapid Clone.
    it is referred that contro files need to be created manually if cloning is done when the database are on raw partitions or hot backup cloning(while the db is in open mode)...
    Can you please explain the first term.....I have not been satisfied by the explanation i found...
    I would be grateful .......(in order to decide what exactly steps to follow).....
    Note: I use EBS 11.5.10.2
    Thank you
    S

    (1) article 2: Clone Oracle Applications 11i
    point 2(b): copy the file level data base system
    It is not referred to anything on the control files... They will be created with the command (step 3A)? :
    CD /appsutil/clone/bin
    Perl adcfgclone.pl dbTier

    Fix. Quick clone will create controlfiles for you. You just need to issue "prel adcfclone.pl dbTier" here.

    (2) Annex b: manually re-create database control files in quick Clone.
    It is mentioned that control files must be created manually if cloning is performed when the database are on raw partitions or backup to hot cloning (while the db is in open mode)...

    OK, controlfiles must be created manually.

    Can you please explain the first term... I have not been satisfied by the explanation that I found...
    I would be grateful... (to determine what exactly the steps to follow)...

    Section 2--> follow the steps if you have a cold backup of the database.

    Appendix B--> follow the steps if you have a hot database backup.

  • Full backup impossible. An error occurred during the creation of the backup folder.

    Having had a HARD drive failure and have replaced I have now bought a WD 3 to WD My Book for Mac. Plug and put in place to save. However will not achieve, and gives this error message

    Full backup impossible. An error occurred during the creation of the backup folder.

    Does anyone else have this problem?

    Paul

    How the drive is formatted?

  • my laptop's sound creation all the time whenever I'm on it... When I touch, it makes its strongest...

    my laptop's sound creation all the time whenever I'm on it... When I touch, it makes its strongest...

    Friday, October 12, 2012 14:20:21 + 0000, gops22 wrote:

    my laptop's sound creation all the time whenever I'm on it... When I touch, it makes its strongest...

    What kind of noise? If it's the hard drive makes noise, there
    probably about to die and should be replaced as soon as POSSIBLE.

    Ken Blake, Microsoft MVP

  • "the creation of the video preview failed" to DV (firewire) and USB webcam camera

    Device Manager reports the two devices "working properly", but all attempts to use their failure any software I use.  The error varies with the software package.  Trying to get a preview of the video via "My Computer" results in the error "the creation of the video preview failed".

    Devices used for work several months ago but I don't remember exactly when they stopped working.  A Service Pack or some other Windows Update update may have caused the problem (not sure).

    Any help would be greatly appreciated.

    [My system: Windows XP (Media Center Edition), Service Pack 3, Dell Dimension, Intel Core 2, 1 GB of RAM]

    Nevermind, it works now.  For those who have the same problem, here's what I did to remedy.

    1. take DirectShowSpy.dll of Roman Ryltsov http://alax.info/blog/777 and at the command prompt, type "regsvr32 DirectShowSpy.dll" to save it.  (In fact, I used a previous incarnation, also by Roman Ryltsov, called FilterGraphSpy.dll that I had downloaded previously).

    2 - try to use your webcam or your DV camera again.  If it works, you can uninstall DirectShowSpy.dll by typing "regsvr32 /u DirectShowSpy.dll".  My camera and webcam continued to work properly after I uninstalled it FilterGraphSpy.dll.

    That's all.  Although I did some DirectShow programming, I don't know the reasons detailed why this would clearly be this specific problem.  Roman could.  Good luck.

Maybe you are looking for

  • How Firefox uses cookies to keep logging in to Facebook if I close all the browsers?

    I use all the time in private browsing and I never store passwords. This is the situation: I have two Windows Open firefox running. On one of them, I connect to facebook. Then I close this window. If I go to the other window and go to facebook.com ,

  • Update Windows says that my updates failed, but the list of updates shows them as a success

    Receipt of notice of updates of Windows. I opened the Control Panel of configuration/Windows Update screen and there was six recommended updates Important and two optional. I selected the six plus one option for Windows Live Add-in update. I installe

  • My firewire cable connection works only once

    I am using windows vista with Service Pack 2.My scanner connect using firewire-firewire.He is picked up first, then does not work afterwards.The scanner will not end his departure upward, unless the cable is removed.If I turn the cable autour, it wil

  • What is the future of Windows Vista?

    I have a laptop that came with Windows Vista Edition manufactured Home Premium on it, and I just ordered a copy of Vista Home Basic for my XP. I intend on upgrading, install custom. Personally, I like Vista. I won't have to worry about the end of sup

  • HP Pavilion slimline S5-1014, sound

    HP Pavilion slimline S5-1014; How will I know if I need to buy external speakers? If I take off the helmet, there is no sound - is this the only way? Please advise, thank you.