Oracle schema creation

Hello,
Requirment:  We need to setup portal development with the Oracle instance pointing to portal PRD.
I had one Development oracle Database and one production oracle database but Development database license is no longer valid.
So, I want to create a separate schema in Production and point that new schema to store application tables related to Development then will scratch the Development database.
There will be one Database for production and Development but schema's will be different later on.
Regards,
Vasu

>
AMS HP Team wrote:
> Still i didnt get the answer
So what?
Maybe people here do have other things to do as well?
What was your effort of research in this topic up to now?
Anyhow, think about it: you changed the schemaname for the development database.
So to "point" your development system to it, you will need to change the references to the database schema there.
This includes the logon data to the database and maybe environment settings like dbs/ora/schema.
In general the idead to put development and production systems into one instance is a very bad one.
What if your developers run a query that consumes all resources of the DB or even crashes it?
What if you want to try out the next database patch on the development system first?
By merging the two instances you loose the advantage of a multi-system-landscape.
regards,
Lars

Similar Messages

  • Oracle Fusion Store Front Demo Application - Schema Creation Failed

    I have downloaded the Fusion Store Front Demo Application "FusionOrderDemo_R1PS2.zip" from http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html .
    Followed the instructions on the same page. But Schema creation is failing.
    I am not sure why it is not picking the whole path till JDeveloper i.e. looking for wlserver_10.3\server]\lib in I:\Oracle\FusionMiddleware\wlserver_10.3\server\lib ( JDeveloper not getting added to path.)
    Build.Properties file content :
    jdeveloper.home=I:/Oracle/FusionMiddleware/JDeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=XE
    # Information about the default setup for the demo user.
    db.adminUser=system
    db.demoUser=FOD
    db.demoUser.password=fusion
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP
    Error :
    BUILD FAILED
    F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\build.xml:28: I:\Oracle\FusionMiddleware\wlserver_10.3\server\lib not found.
    Total time: 2 seconds
    Thanks,
    Rajdeep

    Thanks John.
    So jdeveloper.home is not the JDeveloper installation directory. Actually jdeveloper.home value should include jdeveloper folder along with JDeveloper Installation directory.
    Can you please look whether this run is successful. It seems like some issues with populate images or should i open a separate post for this.
    Buildfile: F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\Ant\build.xml
    populateImages:
    [java] Jan 13, 2011 12:21:21 AM oracle.as.jmx.framework.LoggerHelper log
    [java] SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
    [java] java.lang.reflect.InvocationTargetException
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializeSPI(PortableMBeanFactory.java:1895)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializePlatformSPI(PortableMBeanFactory.java:1851)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1831)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:207)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:215)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at java.lang.Class.newInstance0(Class.java:355)
    [java]      at java.lang.Class.newInstance(Class.java:308)
    [java]      at oracle.mds.core.MDSInstance.lookupMBeanServer(MDSInstance.java:2061)
    [java]      at oracle.mds.core.MDSInstance.checkMDSDeployStatus(MDSInstance.java:950)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1692)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1666)
    [java]      at oracle.mds.core.MDSInstance.findAndStoreMDSInstance(MDSInstance.java:1962)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:507)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:470)
    [java]      at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:436)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at oracle.adf.share.config.FallbackConfigImpl.getMDSInstance(FallbackConfigImpl.java:65)
    [java]      at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.createMDSSession(ADFContextMDSConfigHelperImpl.java:50)
    [java]      at oracle.adf.share.ADFContext.getMDSSessionAsObject(ADFContext.java:1224)
    [java]      at oracle.jbo.mom.MOMParserMDS.getMDSSession(MOMParserMDS.java:60)
    [java]      at oracle.jbo.mom.MOMParserMDS.parse(MOMParserMDS.java:189)
    [java]      at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:71)
    [java]      at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:237)
    [java]      at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:1447)
    [java]      at oracle.jbo.server.SessionImpl.init(SessionImpl.java:160)
    [java]      at oracle.jbo.server.ApplicationModuleHomeImpl.createSession(ApplicationModuleHomeImpl.java:106)
    [java]      at oracle.jbo.server.ApplicationModuleHomeImpl.<init>(ApplicationModuleHomeImpl.java:43)
    [java]      at oracle.jbo.server.InitialContextImpl.createJboHome(InitialContextImpl.java:52)
    [java]      at oracle.jbo.common.JboInitialContext.lookup(JboInitialContext.java:73)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:155)
    [java]      at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2767)
    [java]      at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:589)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2327)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
    [java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
    [java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
    [java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
    [java]      at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1494)
    [java]      at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1399)
    [java]      at oracle.fodemo.share.imageloader.LoadImages.main(LoadImages.java:23)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:217)
    [java]      at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:152)
    [java]      at org.apache.tools.ant.taskdefs.Java.run(Java.java:764)
    [java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:218)
    [java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:132)
    [java]      at org.apache.tools.ant.taskdefs.Java.execute(Java.java:105)
    [java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [java]      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [java]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [java]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [java]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [java]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [java]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [java]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [java]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [java]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [java]      at org.apache.tools.ant.Main.runBuild(Main.java:758)
    [java]      at org.apache.tools.ant.Main.startAnt(Main.java:217)
    [java]      at org.apache.tools.ant.Main.start(Main.java:179)
    [java]      at org.apache.tools.ant.Main.main(Main.java:268)
    [java] Caused by: java.lang.IllegalStateException: access denied (javax.management.MBeanTrustPermission register)
    [java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:268)
    [java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:137)
    [java]      at oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl.init(JMXFrameworkProviderImpl.java:77)
    [java]      ... 93 more
    [java] Caused by: java.security.AccessControlException: access denied (javax.management.MBeanTrustPermission register)
    [java]      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    [java]      at java.lang.SecurityManager.checkPermission(SecurityManager.java:568)
    [java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1824)
    [java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:310)
    [java]      at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
    [java]      at oracle.as.jmx.framework.config.session.ReadOnlyConfigurationMBeanServer.registerMBean(ReadOnlyConfigurationMBeanServer.java:80)
    [java]      at oracle.as.jmx.framework.config.session.ConfigurationSessionManager.registerSessionManagerMBean(ConfigurationSessionManager.java:135)
    [java]      at oracle.as.jmx.framework.config.session.ConfigurationSessionManager.<init>(ConfigurationSessionManager.java:127)
    [java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.initConfigSessionInfrastructure(CoreJMXFrameworkProviderImpl.java:307)
    [java]      at oracle.as.jmx.framework.generic.spi.CoreJMXFrameworkProviderImpl.init(CoreJMXFrameworkProviderImpl.java:260)
    [java]      ... 95 more
    [java] Jan 13, 2011 12:21:23 AM oracle.jdbc.driver.OracleDriver registerMBeans
    [java] SEVERE: Error while registering Oracle JDBC Diagnosability MBean.
    [java] java.security.AccessControlException: access denied (javax.management.MBeanTrustPermission register)
    [java]      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    [java]      at java.lang.SecurityManager.checkPermission(SecurityManager.java:568)
    [java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1824)
    [java]      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:310)
    [java]      at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
    [java]      at oracle.as.jmx.framework.config.session.RuntimeConfigurationMBeanServer.registerMBean(RuntimeConfigurationMBeanServer.java:64)
    [java]      at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:345)
    [java]      at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:197)
    [java]      at java.security.AccessController.doPrivileged(Native Method)
    [java]      at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:193)
    [java]      at java.lang.Class.forName0(Native Method)
    [java]      at java.lang.Class.forName(Class.java:247)
    [java]      at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:34)
    [java]      at oracle.jbo.common.JBOClass.forName(JBOClass.java:162)
    [java]      at oracle.jbo.server.BaseSQLBuilderImpl.doRegisterDefaultDriver(BaseSQLBuilderImpl.java:200)
    [java]      at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:903)
    [java]      at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1112)
    [java]      at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6372)
    [java]      at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:130)
    [java]      at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:213)
    [java]      at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
    [java]      at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
    [java]      at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
    [java]      at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
    [java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
    [java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
    [java]      at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
    [java]      at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1494)
    [java]      at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1399)
    [java]      at oracle.fodemo.share.imageloader.LoadImages.main(LoadImages.java:23)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.apache.tools.ant.taskdefs.ExecuteJava.run(ExecuteJava.java:217)
    [java]      at org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:152)
    [java]      at org.apache.tools.ant.taskdefs.Java.run(Java.java:764)
    [java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:218)
    [java]      at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:132)
    [java]      at org.apache.tools.ant.taskdefs.Java.execute(Java.java:105)
    [java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [java]      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [java]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [java]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [java]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [java]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [java]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [java]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [java]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [java]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [java]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [java]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [java]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [java]      at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [java]      at org.apache.tools.ant.Main.runBuild(Main.java:758)
    [java]      at org.apache.tools.ant.Main.startAnt(Main.java:217)
    [java]      at org.apache.tools.ant.Main.start(Main.java:179)
    [java]      at org.apache.tools.ant.Main.main(Main.java:268)
    revokePrivs:
    [sql] Executing resource: F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\Scripts\SQLRunner1276056861.sql
    [sql] 6 of 6 SQL statements executed successfully
    [delete] Deleting: F:\mywork\FUSIONORDERDEMO\FusionOrderDemo_R1PS2\Infrastructure\DBSchema\Scripts\SQLRunner1276056861.sql
    [echo] Cleaning up database user privileges.
    createDatabase:
    [echo] Database (Re)Creation Complete
    buildAll:
    BUILD SUCCESSFUL
    Total time: 51 seconds

  • Error in RCU 11.1.1.5 OIM Schema Creation

    Hi,
    I am trying to install OIM11g on Win2008 server, 64 bit VM. I have successfully installed and created Oracle Database 11.2.
    Before running RCU 11.1.1.5, I have altered the needed database system parameters. viz.
    open_cursors=800
    processes=500
    session_cached_cursors=100
    shared_pool_size=144M
    sga_max_size=1648M
    db_block_size=8192
    When i am running RCU 11.1.1.5, all schemas except OIM are getting created successfully. For OIM schema creation, I am getting error
    RCU-1630: Action failed -
    RCU-6136: Error while trying to execute SQLPlus action.
    The rcu.log says there are IOExceptions.
    I have searched a lot about the resolution but haven't really got any solution.
    Please help.
    Thanks,
    Kulesh...

    Hi Kulesh,
    Try copy msvcr71.dll from *<your installer directory>\rcuHome\jdk\bin* to C:\Windows\SysWOW64 and C:\Windows\System32
    And then run RCU again to create your OIM schema.
    Thank you,
    Ivan P.

  • OIM 11g R2 installation Issue. OIM Schema creation failed using RCU 11.1.2

    I have been trying to install OIM 11g R2 on a Windows server 2008 R2 64 Bit and have been encountering the following error during the OIM schema creation. The other schemas, such as Metadata, SOA, user messaging services and other associated schema creation was successful. But, the OIM schema creation was taking more than 2 minutes and finally it fails with the below error.
    RCU-6130: Action failed
    RCU-6135: Error while trying to execute java action.
    Components used:
    OS: Windows Server 2008 R2 64 Bit
    DBS: 11gR2 (11.2.0.1)
    RCU: 11.1.2
    The first error occured was ora-12637 packet receive failed followed by Table or View does not exist. I could not fetch much information from the oim and rcu.log.
    I have set the processes, open_cursors and session_cached_cursors as suggested in the preinstallation step of OIM 11g R2 installation.
    Any pointers on this will be highly appreciated.
    Thanks,
    Srini

    Copy the msvcr71.dll file from rcuHome\jdk\jre\bin inside rcu installer and paste it in C:\Windows\SysWOW64.
    Try running the rcu again with the new user i.e. instead of DEV_OIM, run it with DEV_OIM1.
    Or drop the DEV_OIM user first and then use the same user.

  • Bug report: Oracle schema parser/regex compiler failing valid xs:patterns

    Hello,
    The Oracle schema regex compiler does not allow valid patterns with more than a certain number of branches. An XSDException is thrown, namely 'invalid facet 'pattern' in element 'simpleType'.
    I have also tried using multiple <xs:pattern> elements, which also conforms to the official schema specification, but no luck there either.
    Here are my sample regexs which validate correctly against all branch examples in XML Spy 4.0:
    <!-- as single multi branchpattern-->
    <xs:pattern value="aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow|[A-Za-z]{1,2}[0-9]{2,4}|rgb\([0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1}\)"/>
    <!-- as multiple patterns-->
    <xs:pattern value="aqua|black|blue|fuchsia|gray|green|lime|maroon"/>
    <xs:pattern value="navy|olive|purple|red|silver|teal|white|yellow"/>
    <xs:pattern value="[A-Za-z]{1,2}[0-9]{2,4}"/>
    <xs:pattern value="rgb\([0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1}\)"/>
    (Note that the Oracle regex compiler will allow any one of these patterns, it is only when the compiler concatenates them as per the spec that the exception is thrown.)
    Here are the W3 specifications for patterns/schema regex, which impose no limit on pattern branches whether they are part of one or multiple xs:pattern 'value' attributes:
    (http://www.w3.org/TR/xmlschema-2/#regexs)
    [Definition:] A regular expression is composed from zero or more ·branch·es, separated by | characters.
    [Definition:] A branch consists of zero or more ·piece·s, concatenated together.
    (http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/datatypes.html#rf-pattern)
    Schema Representation Constraint: Multiple patterns
    If multiple <pattern> element information items appear as [children] of a <simpleType>, the [value]s should be combined as if they appeared in a single ·regular expression· as separate ·branch·es.
    NOTE: It is a consequence of the schema representation constraint Multiple patterns (§4.3.4.3) and of the rules for ·restriction· that ·pattern· facets specified on the same step in a type derivation are ORed together, while ·pattern· facets specified on different steps of a type derivation are ANDed together.
    Thus, to impose two ·pattern· constraints simultaneously, schema authors may either write a single ·pattern· which expresses the intersection of the two ·pattern·s they wish to impose, or define each ·pattern· on a separate type derivation step.
    Many thanks
    Kevin Smith

    Hello,
    The Oracle schema regex compiler does not allow valid patterns with more than a certain number of branches. An XSDException is thrown, namely 'invalid facet 'pattern' in element 'simpleType'.
    I have also tried using multiple <xs:pattern> elements, which also conforms to the official schema specification, but no luck there either.
    Here are my sample regexs which validate correctly against all branch examples in XML Spy 4.0:
    <!-- as single multi branchpattern-->
    <xs:pattern value="aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow|[A-Za-z]{1,2}[0-9]{2,4}|rgb\([0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1}\)"/>
    <!-- as multiple patterns-->
    <xs:pattern value="aqua|black|blue|fuchsia|gray|green|lime|maroon"/>
    <xs:pattern value="navy|olive|purple|red|silver|teal|white|yellow"/>
    <xs:pattern value="[A-Za-z]{1,2}[0-9]{2,4}"/>
    <xs:pattern value="rgb\([0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1},[0-9]{1,3}%{0,1}\)"/>
    (Note that the Oracle regex compiler will allow any one of these patterns, it is only when the compiler concatenates them as per the spec that the exception is thrown.)
    Here are the W3 specifications for patterns/schema regex, which impose no limit on pattern branches whether they are part of one or multiple xs:pattern 'value' attributes:
    (http://www.w3.org/TR/xmlschema-2/#regexs)
    [Definition:] A regular expression is composed from zero or more ·branch·es, separated by | characters.
    [Definition:] A branch consists of zero or more ·piece·s, concatenated together.
    (http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/datatypes.html#rf-pattern)
    Schema Representation Constraint: Multiple patterns
    If multiple <pattern> element information items appear as [children] of a <simpleType>, the [value]s should be combined as if they appeared in a single ·regular expression· as separate ·branch·es.
    NOTE: It is a consequence of the schema representation constraint Multiple patterns (§4.3.4.3) and of the rules for ·restriction· that ·pattern· facets specified on the same step in a type derivation are ORed together, while ·pattern· facets specified on different steps of a type derivation are ANDed together.
    Thus, to impose two ·pattern· constraints simultaneously, schema authors may either write a single ·pattern· which expresses the intersection of the two ·pattern·s they wish to impose, or define each ·pattern· on a separate type derivation step.
    Many thanks
    Kevin Smith

  • How do you join two tables from different Oracle schemas using a subquery

    I am trying to join two tables from different Oracle schemas using a subquery. I can extract data from each of the tables without a problem. However, when I combine the select statements using a subquery I get the Oracle error *'ORA-00936: missing expression'*. Since each SELECT statement executes on its own without error I don't understand what is missing. The result set I am trying to get is to match up the LINE_ID from PDTABLE_12_1 in schema DD_12809 with the MAT_DESCRIPTION from table PDTABLE_201 in schema RA_12809.
    The query is as follows:
    sql = "SELECT [DD_12809].[PDTABLE_12_1].LINE_ID FROM [DD_12809].[PDTABLE_12_1] JOIN " _
    + "(SELECT [RA_12809].[PDTABLE_201].MAT_DESCRIPTION " _
    + "FROM [RA_12809].[PDTABLE_201]) AS FAB " _
    + "ON [DD_12809].[PDTABLE_12_1].PIPING_MATER_CLASS = FAB.PIPING_MATER_CLASS"
    The format of the query is copied from a SQL programming manual.
    I also tried executing the query using a straight JOIN on the two tables but got the same results. Any insight would be helpful. Thanks!
    Edited by: user11338343 on Oct 19, 2009 6:55 AM

    I believe you are receiving the error because you are trying to JOIN on a column that doesn't exist. For example you are trying to join on FAB.PIPING_MATER_CLASS but that column does not exist in the subquery.
    If you want to do a straight join without a subquery you could do the following
    SELECT  DD_12809.PDTABLE_12_1.LINE_ID
    ,       FAB.MAT_DESCRIPTION
    FROM    DD_12809.PDTABLE_12_1
    JOIN    RA_12809.PDTABLE_201    AS FAB ON DD_12809.PDTABLE_12_1.PIPING_MATER_CLASS = FAB.PIPING_MATER_CLASS  HTH!

  • Problem Creating Oracle Schema in Active Directory

    Hi,
    I am trying to integrate oracle 9i in an Microsoft Active directory domain
    I tried to integrate the db in the domain using net configuration assistant on the Oracle Client but
    I get always the same error after inserting the fully name of domain controller and confirm to create the oracle schema. The error I get is:
    “The Assistant is unable to create or update
    the schema for the following reason:
    ConfigException: Could not create Oracle schema oracle.net.config.ConfigException
    You must update the schema from a computer which directly supports
    your type of directory."
    Also I checked every requirement to install:
    -Log on as an Administrative account in the domain
    -Enable active directory schema changes
    -ping the whole dns domain, the fqdn of my domain controller is dc.ecm.com, I can:
    ping dc.ecm.oracle
    At this point I don’t know anymore what I can do.
    Please help me
    Thank you in advance
    Fahim Ghauri

    Take a look at metalink Note:361192.1
    Bug 3975572 - "...Netca 10g can successfully create a schema and context in W2k but does not in W2003. This reproduces on both the domain server and a client..."

  • How to convert Oracle scheme into UML

    I created Oracle scheme with Toad database modeler. I'm interested how I can convert it into UML diagram? Is there any tool that can convert it?

    You can use some Tools :-
    1-altova
    2-microsoft visio, its contain features that allow you to convert to UML

  • How to find data dictionary and oracle schema tables for UTF8 char conversi

    I am doing UTF8 char conversition, i got lot of convertable objects,as per document we don't need to worry about data dictionary objects and how to find data dictionary and oracle schema objects for UTF8 char conversition.
    USER.TABLE Convertible Truncation Lossy
    MDSYS.OPENLS_NODES 17 0 0
    MDSYS.SDO_COORD_OP_PARAM_VALS 200 0 0
    MDSYS.SDO_GEOR_XMLSCHEMA_TABLE 1 0 0
    MDSYS.SDO_STYLES_TABLE 78 0 0
    MDSYS.SDO_XML_SCHEMAS 3 0 0
    ORDDATA.ORDDCM_CT_PRED_OPRD 51 0 0
    ORDDATA.ORDDCM_DOCS 9 0 0
    ORDDATA.ORDDCM_MAPPING_DOCS 1 0 0
    SYS.METASTYLESHEET 178 0 0
    SYS.REGISTRY$ERROR 2 0 0
    SYS.RULE$ 21 0 0
    SYS.SCHEDULER$_EVENT_LOG 182 0 0
    SYS.WRH$_SQLTEXT 2,099 0 0
    SYS.WRH$_SQL_PLAN 1,736 0 0
    SYS.WRI$_ADV_ACTIONS 5,452 0 0
    SYS.WRI$_ADV_DIRECTIVE_META 5 0 0
    SYS.WRI$_ADV_OBJECTS 2,278 0 0
    SYS.WRI$_ADV_RATIONALE 9,594 0 0
    SYS.WRI$_ADV_SQLT_PLANS 455 0 0
    SYS.WRI$_ADV_SQLT_PLAN_STATS 288 0 0
    SYS.WRI$_DBU_FEATURE_METADATA 188 0 0
    SYS.WRI$_DBU_FEATURE_USAGE 16 0 0
    SYS.WRI$_DBU_HWM_METADATA 20 0 0
    SYS.WRI$_REPT_FILES 27 0 0
    XDB.XDB$DXPTAB 2 0 0
    XML CSX Dictionary Tables:
    USER.TABLE Convertible Truncation Lossy
    Application Data:
    USER.TABLE Convertible Truncation Lossy
    APPLSYS.BISM_OBJECTS 4 0 0
    APPLSYS.DR$FND_LOBS_CTX$I 0 103 1,260,883
    APPLSYS.FND_CONC_PROG_ANNOTATIONS 272 0 0
    APPLSYS.FND_OAM_CONTEXT_FILES 15 0 0
    APPLSYS.FND_OAM_DOC_LINK 1 0 0
    APPS.FND_OAM_CONTEXT_FILES_1 6 0 0
    AZ.AZ_APIS 11 0 0
    AZ.AZ_SELECTION_SET_ENTITIES_B 48 0 0
    ECX.ECX_DTDS 205 0 0
    ECX.ECX_FILES 91 0 0
    IBC.IBC_ATTRIBUTE_BUNDLES 41 0 0
    JTF.JTF_HEADER_DTD 1 0 0
    JTF.JTF_MESSAGE_OBJECTS 82 0 0
    JTF.JTY_TRANS_USG_PGM_SQL 29 0 0
    ODM.ODM_PMML_DTD 1 0 0
    OKC.OKC_REPORT_SQL_B 3 0 0
    OKC.OKC_REPORT_SQL_TL 2 0 0
    OKC.OKC_REPORT_XSL_TL 5 0 0
    XDP.XDP_PROC_BODY 10 0 0
    [Distribution of Convertible, Truncated and Lossy Data by Column]
    Data Dictionary Tables:
    USER.TABLE|COLUMN Convertible Truncation Lossy
    MDSYS.OPENLS_NODES|SYS_NC00004$ 17 0 0
    MDSYS.SDO_COORD_OP_PARAM_VALS|PARAM_VALUE_FILE 200 0 0
    MDSYS.SDO_GEOR_XMLSCHEMA_TABLE|XMLSCHEMA 1 0 0
    MDSYS.SDO_STYLES_TABLE|DEFINITION 78 0 0
    MDSYS.SDO_XML_SCHEMAS|XMLSCHEMA 3 0 0
    ORDDATA.ORDDCM_CT_PRED_OPRD|SYS_NC00004$ 51 0 0
    ORDDATA.ORDDCM_DOCS|SYS_NC00005$ 9 0 0
    ORDDATA.ORDDCM_MAPPING_DOCS|SYS_NC00007$ 1 0 0
    SYS.METASTYLESHEET|STYLESHEET 178 0 0
    SYS.REGISTRY$ERROR|MESSAGE 1 0 0
    SYS.REGISTRY$ERROR|STATEMENT 1 0 0
    SYS.RULE$|CONDITION 21 0 0
    SYS.SCHEDULER$_EVENT_LOG|ADDITIONAL_INFO 182 0 0
    SYS.WRH$_SQLTEXT|SQL_TEXT 2,099 0 0
    SYS.WRH$_SQL_PLAN|OTHER_XML 1,736 0 0
    SYS.WRI$_ADV_ACTIONS|ATTR5 2,726 0 0
    SYS.WRI$_ADV_ACTIONS|ATTR6 2,726 0 0
    SYS.WRI$_ADV_DIRECTIVE_META|DATA 5 0 0
    SYS.WRI$_ADV_OBJECTS|ATTR4 2,278 0 0
    SYS.WRI$_ADV_RATIONALE|ATTR5 9,594 0 0
    SYS.WRI$_ADV_SQLT_PLANS|OTHER_XML 455 0 0
    SYS.WRI$_ADV_SQLT_PLAN_STATS|OTHER 288 0 0
    SYS.WRI$_DBU_FEATURE_METADATA|INST_CHK_LOGIC 21 0 0
    SYS.WRI$_DBU_FEATURE_METADATA|USG_DET_LOGIC 167 0 0
    SYS.WRI$_DBU_FEATURE_USAGE|FEATURE_INFO 16 0 0
    SYS.WRI$_DBU_HWM_METADATA|LOGIC 20 0 0
    SYS.WRI$_REPT_FILES|SYS_NC00005$ 27 0 0
    XDB.XDB$DXPTAB|SYS_NC00006$ 2 0 0
    XML CSX Dictionary Tables:
    USER.TABLE|COLUMN Convertible Truncation Lossy
    Application Data:
    USER.TABLE|COLUMN Convertible Truncation Lossy
    APPLSYS.BISM_OBJECTS|SYS_NC00023$ 4 0 0
    APPLSYS.DR$FND_LOBS_CTX$I|TOKEN_TEXT 0 103 1,260,883
    APPLSYS.FND_CONC_PROG_ANNOTATIONS|PROGRAM_ANNOTAT 272 0 0
    APPLSYS.FND_OAM_CONTEXT_FILES|TEXT 15 0 0
    APPLSYS.FND_OAM_DOC_LINK|DOC_LINK_INFO 1 0 0
    APPS.FND_OAM_CONTEXT_FILES_1|TEXT 6 0 0
    AZ.AZ_APIS|FILTERING_PARAMETERS 11 0 0
    AZ.AZ_SELECTION_SET_ENTITIES_B|FILTERING_PARAMETE 48 0 0
    ECX.ECX_DTDS|PAYLOAD 205 0 0
    ECX.ECX_FILES|PAYLOAD 91 0 0
    IBC.IBC_ATTRIBUTE_BUNDLES|ATTRIBUTE_BUNDLE_DATA 41 0 0
    JTF.JTF_HEADER_DTD|HEADER_DTD 1 0 0
    JTF.JTF_MESSAGE_OBJECTS|BUS_OBJ_DTD 41 0 0
    JTF.JTF_MESSAGE_OBJECTS|BUS_OBJ_SQL 41 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|BATCH_DEA_SQL 1 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|BATCH_INCR_SQL 5 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|BATCH_TOTAL_SQL 6 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|INCR_REASSIGN_SQL 5 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|REAL_TIME_INSERT 6 0 0
    JTF.JTY_TRANS_USG_PGM_SQL|REAL_TIME_SQL 6 0 0
    ODM.ODM_PMML_DTD|DTD 1 0 0
    OKC.OKC_REPORT_SQL_B|SQL_TEXT 3 0 0
    OKC.OKC_REPORT_SQL_TL|HELP_TEXT 2 0 0
    OKC.OKC_REPORT_XSL_TL|HELP_TEXT 2 0 0
    OKC.OKC_REPORT_XSL_TL|XSL_TEXT 3 0 0
    XDP.XDP_PROC_BODY|PROC_BODY 10 0 0
    -------------------------------------------------- ---------------- ---------------- ----------------

    Hi;
    Please run below query which could be helpful for your issue:
    select * from dictionary where TABLE_NAME LIKE '%NLS%'
    select * from dictionary where TABLE_NAME LIKE '%GLOBAL%'
    Regard
    Helios

  • Oracle schema processor

    hi,
    i am new to XML. I wish to validate a xml against a schema. I hv downloaded the oracle schema processor from the web and the example there works fine on my machine.
    I would like to know. how do i assign targetname space and ref in xml to xmlns to the local schema files. not use internet references.
    SCHEMA trial1.xsd file stored in ABC directory:
    <?xml version="1.0"?>
    <schema xmlns =
    "http://www.w3.org/1999/XMLSchema"
    targetNamespace = "file://c:/abc"
    xmlns:trial1 = "file://c:/abc">
    <element name="Title" type="string"/>
    <element name="Volume" type="integer"/>
    <element name="Publisher" type="string"/>
    </schema>
    XML file trial11.xml
    <?xml version="1.0"?>
    <Catalogue xmlns:trial1 =
    "file://c:/abc/trial1.xsd">
    <Title>the book</Title>
    <alpha>3</alpha>
    <Publisher>alpha</Publisher>
    </Catalogue>
    when i run this with the schemaprocessor i get no error. as if the schema did not exist.
    kindly help. basically how do i reference schemas which are local.
    thanks
    null

    Hi Vicky,
    I downloaded the schema processor recently and had the same problem that you did. Basically the answer is that the URL is a reference -- the processor will not go out to check it. Try this:
    Trial1.xsd:
    <?xml version="1.0"?>
    <schema
    xmlns = "http://www.w3.org/1999/XMLSchema"
    targetNamespace = "http://www.foo.com/bar">
    <element name="Catalogue" type="CatType"/>
    <complexType name="CatType">
    <element name="Title" type="string"/>
    <element name="Volume" type="integer"/>
    <element name="Publisher" type="string"/>
    </complexType>
    </schema>
    Trial1.xml: (note: the name is not Trial11.xml)
    <?xml version="1.0"?>
    <Catalogue
    xmlns = "http://www.foo.com/bar"
    xmlns:xsi = "http://www.w3.org/1999/XMLSchema/instance"
    xsi:schemaLocation = "http://www.foo.com/bar trial1.xsd">
    <Title>the book</Title>
    <Volume>3</Volume>
    <Publisher>alpha</Publisher>
    </Catalogue>
    [This assumes that both files are in the currentworking directory.]
    I hope this helps.
    Cheers,
    --Andrew.
    null

  • Oracle Schema Builder

    I use to work with this tool (oracle Schema Builder) in orcal 6i
    I installed orcal 10 g but i did not find this tool
    where can i find it or is there other tool do it work in 10g

    There are also data modeling capabilities in JDeveloper.
    So it is worth taking a look at those as well:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/database%20development/obe_%20dbasedevmt.htm

  • Requesting help-Schema creation and databinding

    We are using Livecycle ES 2, I am facing issues in traversing forms from one stage to another, forms are not holding datas from the previous stages.
    The steps which I followed are,
    1) Created schema to define the fields and data types
    2) Created two new forms in designer , to which schema has been binded to corresponding fields(data View ->> Create Connection->> Schema)
    3) Created a process, created two XML variables(xfaform data type has not been found!)  to hold the created forms
    4) Form1 has been mapped to XMLVariable1
    5) Form2 has been mapped to XMLVariable2
    6) On process, in stage1 - Form1 should appear and in stage2 - Form2 should appear to the end user
    7) in between stage1 and stage2, a setvalue stage is there to map the common data from form1 to form2
    8) So in stage2, user will get form2 well binded with the data from form2
    + few extra fields for user inputs
    9) To map the  data from form1 to form2, I am using "Location-Expression"
    property of setvalue stage
    10) "Location-Expression" is using the XMLvariables - drill down
    XMLVariable2(/process_data/IMFormData/xdp/datasets/data) assign
    XMVariable2(/process_data/FormData/xdp/datasets/data)
    But, when the form reaches stage2, form2 doesnt holding the data from
    form1
    Please help me to sort it out.Also, please let me know if there any tools or tips with you to create schema in much faster and efficient way.

    You do not need a schema (but you can use one if you need it). The form design is in fact a definition of the data structure. By default when a form is created without a schema the fields get Normal binding which allows data files with nodes and structure that have the same name as the field to populate those fields.
    If you still want to create a schema ...you can go into the File/Form Properties/Preview tab and create sampel data. This sample data file can be used by many programs that convert an XML file into a schema. Just do a search in teh web for xml to schema creation and you will get many hits.
    Lastly you coudl even use the sample XML file as the input file (Designer's Data connections allow for a sample xml file as well).
    Hope that helps
    Paul

  • Loading Oracle Schema into XML Schema format

    Hello,
    I'd like to load the Oracle schema information (tables/views, columns, and constraints) into XML Schema format, then read in the XML Schema information to instantiate objects which will be used to build adhoc/dynamic queries. I have the dynamic query part working, but it was not clear to me how to convert the Oracle schema to XML Schema then XML Schema to custom objects. Does anyone have experience with this or ideas as to how to go about this?
    Thanks,

    Use the Oracle WebRowSet. The WebRowSet interface extends the RowSet interface and is the XML document representation of a RowSet object. A WebRowSet object represents a set of fetched database table rows, including the database metadata, which may be modified without being connected to the database.
    http://www.oracle.com/technology/sample_code/tutorials/jdbc10g/webrowset/files/WebRowset.pdf
    Refer chapter 10.
    http://www.packtpub.com/j2ee-development-with-oracle-jdeveloper-jdbc-4.0/book
    Ouput including medata as XML document:
    http://www.java2s.com/Code/Java/Database-SQL-JDBC/OutputWebRowSetinXML.htm

  • Use DB13 to update statistics on nonSAP Oracle schema

    Hello,
    We are using an nonSAP Oracle-schema (S87CMG_O) on our SAP-server and i would like to update the statistics
    for the tables of the nonSAP Oracle-schema with DB13.
    As parameter i start the job with the tablespace-name CMG
    In the joblog i see
    BR0813I Schema owners found in database S87: SAPSR3*, SAPSR3DB%
    Problem is that DB13 is not processing the nonSAP Oracle-schema (S87CMG_O).
    Where can i add or configure the name of the nonSAP Oracle-schema (S87CMG_O) so that DB13 will process this schema-owner in the future ?
    Regards,
    Ronald

    Have a thorough reading of [320457 - Installing BR tools on a non-ABAP database|https://service.sap.com/sap/support/notes/320457]
    You can also try the -o option of brconnect:
    orasid> brconnect -u / -f stats -o S87CMG_O
    Cheers Michael
    EDIT: it might very well be, that as soon you have an ABAP schema (-> MLICHECK or SAPLIKEY table) you cannot gather stats on non-SAP schemas anymore. This is for license reasons...

  • How to switch Planning to new Oracle schema?

    We are on Planning 9.3.1 and we created a new Planning application on our Disaster Recovery Server. However, we created it to use the wrong data source. We then used Data Source configuration utility to create a new data source pointing to a new Oracle Schema. How do we switch our Planning application to use this new Data Source instead of the old incorrect one? (The new Data Source has HSP tables from our Production server. We are trying to replicate Planning on Disaster Recovery Server).
    thanks in advance.

    Thanks John Goodwin for solving my problem using "out of the box" thinking. Reconfiguring my datasource to point to new schema did the trick.
    However, my datasource name is confusing (it has the name of the wrong Oracle schema). The more elegant way is to rename the datasource name in HSPsys_datasource.

Maybe you are looking for

  • Adding color to few rows in ALV report output

    Hi, I have developed a ALV report program which displays the project details of the employees.In the output the rows containing the employees who have been part of the project should be displayed in different color.I have used necessary code for this

  • How can I turn my Mac using iTunes into an alarm clock?

    Here's my question: How can I turn my Mac, using iTunes, into an alarm clock? I want to be able to put my Mac to sleep but have it set up so that when it wakes up at the predetermined time iTunes will open and start playing the music I've selected...

  • B&W photos turn into negatives

    I transferred some photos, some black and white, to iPhoto8 and when I double click them to enlarge them in iPhoto a few of the B&W photos turn into negatives. When I first transferred them the icons were black; I updated the icons and got the pictur

  • Integrating Webhelp in a Java Application

    In order to use Robohelp-generated help with my java application I need to compile, incorporate and distribute the file RoboHelp_CSH.java with my application. In addition I would like to make some modifications to the file. However the source include

  • No Deactivation Menu Item?

    I want to move Dreamweaver CS3 to a new computer. I want to deactivate the license on the old computer first. However, when I click the Help menu, there are no Activate or Deactivate menu items listed. The two menu items called Download e-license and