Failed Database Dump Export of a specific Oracle Instance

Hi...
I have the following problem: I have Oracle 10g, and i am running two instances. I tried to export the main instance (the standard orcl-instance) but when oracle wanted to forward the job i got the following Error Message:
Errors: ORA-39006: Interner Fehler Exception : ORA-39006: Interner Fehler ORA-06512: in "SYS.DBMS_SYS_ERROR", Zeile 79 ORA-06512: in "SYS.DBMS_DATAPUMP", Zeile 2926 ORA-06512: in "SYS.DBMS_DATAPUMP", Zeile 3162 ORA-06512: in Zeile 2
As i'm using the German Version i have "Zeile" instead of "line" and "interner fehler" instead of "internal error"
The second instance was working fine when exporting. Does anyone know what i can do to fix that or does someone have a hint what could be wrong?
greetings

You need to create a directory where the datadump
file will be written:
(create directory dmpdir as '/var/tmp')
And also give permissions to the user who will run
the expdp to access this directory.
If I do:
expdp chen/chen ...
I'll need:
grant read, write on directory dmpdir to chen;The user i have entered for the job has local administration rights, furthermore the database user i am exporting with has been given read an write-rights to the directory-object i'm exporting to... so the permissions shouldn't be a problem here... I'm using the same User(s) for the export in the second instance that is working quite well (but it's not the instance i need exported, i just tested the export there)
It's often necessary to call Oracle support in case of internal errors. It could be a corruption inside the internal structures of datapump or simply a bug. There are no hints in the knowledge base.
WernerCan it really be a bug if it works ok on the second instance?

Similar Messages

  • From a complete database dump, I need to import 8 schemas

    I have a complete database dump made with datapump on oracle 10g on Linux.
    I need to import only 8 schemas.
    In my parfile I have to use the INCLUDE option?
    How can I tell oracle to import only these 4 schemas?

    Hi,
    What is the version you are using.. ??
    In my parfile I have to use the INCLUDE option?
    As per yu requirment it might not fit, I suppose
    The INCLUDE and EXCLUDE parameters can be used to limit the export/import to specific objects.
    Second thing is that when you use INCLUDE parameter only those objects specified by it will be included and EXCLUDE will make sure that all objects except those specified by it will be included in the export.
    How can I tell oracle to import only these 4 schemas?
    Better I suggest that import the full dB in to some test DB, then do an schema level export with respective your requirement.
    As, sybrand had pointed the correct point of SCHEMAS, which I missed out..
    - Pavan Kumar N
    Edited by: Pavan Kumar on Nov 13, 2008 4:26 PM

  • Error starting component: oracle instance: instance 1 (coreapplication)

    Hi,
    Mu OBIEE core application can't start anymore. I encounter this problem on OBIEE after restoring the database:
    Message     Error in starting component: oracle instance: instance1, component: coreapplication_obis1
    Details oracle.bi.management.bidomain.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obis1; msg: 0 of 1 processes started.
    at oracle.bi.management.bidomain.opmn.OpmnProcessController.start(OpmnProcessController.java:140)
    at oracle.bi.management.adminservices.model.impl.ProcessManagerProxyImpl.start(ProcessManagerProxyImpl.java:59)
    at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:147)
    at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:139)
    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 oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:973)
    at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:344)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:360)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:887)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
    at javax.management.remote.rmi.RMIConnectionImpl_1034_WLStub.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
    at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
    at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
    at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:185)
    at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:554)
    at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.startComponent(AvailabilityAssistant.java:516)
    at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:398)
    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 oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
    at java.lang.Thread.run(Thread.java:662)
    Core application is the only process which doesn't start. Have you any idea of the origin of this problem, I am quite stuck with this ?
    Thanks

    Hello,
    I am not sure of the log file directory:
    - Oracle\admin\bifoundation_domain\aserver\bifoundation_domain\servers\AdminServer\sysman\log
    - Oracle\admin\bifoundation_domain\aserver\bifoundation_domain\servers\AdminServer\logs
    - Oracle\admin\bifoundation_domain\aserver\bifoundation_domain\servers\bi_server1\logs
    1 - emoms.log
    2012-09-07 16:14:32,736 [Thread-344] ERROR progress.WorkWrapper logp.251 - WorkWrapper caught exception:
    oracle.sysman.emSDK.app.exception.EMSystemException
         at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:402)
         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 oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.sysman.emai.model.bi.ModelException: Failed to invoke method: start for bean: oracle.biee.admin:oracleInstance=instance1,type=BIDomain.BIInstanceDeployment.BIComponent,biInstance=coreapplication,process=coreapplication_obis1,group=Service
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:192)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:554)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.startComponent(AvailabilityAssistant.java:516)
         at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:398)
         ... 6 more
    Caused by: javax.management.MBeanException: Unable to start process: instance1: coreapplication_obis1
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1034_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:185)
         ... 9 more
    Caused by: javax.management.OperationsException: Unable to start process: instance1: coreapplication_obis1
         at oracle.bi.management.adminservices.mbeans.impl.ExternalExceptionHelper.externalize(ExternalExceptionHelper.java:42)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:153)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:139)
         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 oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:973)
         at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:344)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:360)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:887)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         ... 15 more
    2 - AdminServer-diagnostic.log
    [2012-09-07T16:14:32.736+02:00] [AdminServer] [ERROR] [] [oracle.bi.management.sysmancommon] [tid: Thread-344] [userId: weblogic] [ecid: 2e380b2bc6d1ce07:-6c56eda2:139a0a22d24:-8000-000000000000018c,1:17877] [APP: biadminservices#11.1.1] Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obis1; msg: 0 of 1 processes started.
    [2012-09-07T16:14:32.736+02:00] [AdminServer] [ERROR] [] [oracle.bi.management.sysmancommon] [tid: Thread-344] [userId: weblogic] [ecid: 2e380b2bc6d1ce07:-6c56eda2:139a0a22d24:-8000-000000000000018c,1:17877] [APP: biadminservices#11.1.1] Error in starting component: oracle instance: instance1, component: coreapplication_obis1[[
    oracle.bi.management.bidomain.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obis1; msg: 0 of 1 processes started.
         at oracle.bi.management.bidomain.opmn.OpmnProcessController.start(OpmnProcessController.java:140)
         at oracle.bi.management.adminservices.model.impl.ProcessManagerProxyImpl.start(ProcessManagerProxyImpl.java:59)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:147)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:139)
         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 oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:973)
         at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:344)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:360)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:887)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1034_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:185)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:554)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.startComponent(AvailabilityAssistant.java:516)
         at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:398)
         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 oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
         at java.lang.Thread.run(Thread.java:662)
    [2012-09-07T16:14:32.736+02:00] [AdminServer] [ERROR] [] [oracle.bi.management.adminservices] [tid: Thread-344] [userId: weblogic] [ecid: 2e380b2bc6d1ce07:-6c56eda2:139a0a22d24:-8000-000000000000018c,1:17877] [APP: biadminservices#11.1.1] MBean operation failed.[[
    oracle.bi.management.adminservices.model.ProcessManagementException: Unable to start process: instance1: coreapplication_obis1
         at oracle.bi.management.adminservices.model.impl.ProcessManagerProxyImpl.start(ProcessManagerProxyImpl.java:87)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:147)
         at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:139)
         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 oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:973)
         at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:344)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:360)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:887)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1034_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:185)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:554)
         at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.startComponent(AvailabilityAssistant.java:516)
         at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:398)
         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 oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.bi.management.bidomain.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obis1; msg: 0 of 1 processes started.
         at oracle.bi.management.bidomain.opmn.OpmnProcessController.start(OpmnProcessController.java:140)
         at oracle.bi.management.adminservices.model.impl.ProcessManagerProxyImpl.start(ProcessManagerProxyImpl.java:59)
         ... 68 more
    3 - bi_server1.log
    ####<Sep 7, 2012 4:00:31 PM CEST> <Error> <Diagnostics> <spmrecana> <bi_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2e380b2bc6d1ce07:-34c77dc4:139a0a3839c:-8000-0000000000000825> <1347026431424> <BEA-320142> <An error was encountered while performing size based data retirement on archive EventsDataArchive
    weblogic.diagnostics.accessor.DiagnosticDataAccessException: weblogic.store.PersistentStoreException: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 10,422 could not be found
         at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.deleteDataRecords(PersistentStoreDataArchive.java:1368)
         at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.retireOldestRecords(PersistentStoreDataArchive.java:1211)
         at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.performDataRetirement(DataRetirementByQuotaTaskImpl.java:92)
         at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.run(DataRetirementByQuotaTaskImpl.java:49)
         at weblogic.diagnostics.archive.DataRetirementTaskImpl.run(DataRetirementTaskImpl.java:261)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: weblogic.store.PersistentStoreException: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 10,422 could not be found
         at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord(PersistentStoreDataArchive.java:698)
         at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord(PersistentStoreDataArchive.java:668)
         at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.deleteDataRecords(PersistentStoreDataArchive.java:1285)
         at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.retireOldestRecords(PersistentStoreDataArchive.java:1211)
         at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.performDataRetirement(DataRetirementByQuotaTaskImpl.java:92)
         at weblogic.diagnostics.archive.DataRetirementByQuotaTaskImpl.run(DataRetirementByQuotaTaskImpl.java:49)
         at weblogic.diagnostics.archive.DataRetirementTaskImpl.run(DataRetirementTaskImpl.java:261)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 10,422 could not be found
         at weblogic.store.io.file.FileStoreIO$TypeRecord.getSlot(FileStoreIO.java:1064)
         at weblogic.store.io.file.FileStoreIO.readInternal(FileStoreIO.java:244)
         at weblogic.store.io.file.FileStoreIO.read(FileStoreIO.java:235)
         at weblogic.store.internal.ReadRequest.run(ReadRequest.java:34)
         at weblogic.store.internal.StoreRequest.doTheIO(StoreRequest.java:64)
         at weblogic.store.internal.PersistentStoreImpl.run(PersistentStoreImpl.java:729)
         at java.lang.Thread.run(Thread.java:662)
    >

  • Getting ORA-01092: ORACLE instance terminated. Disconnection forced.

    Hi,
    I have the database on oracle 9.2.0.6 and I get this error when I try to start the database with the spfile..
    ORACLE instance started.
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    But When I try to startup with the pfile it works fine.
    startup pfile ='?/dbs/inittracka.ora'
    ORACLE instance started.
    Database mounted.
    Database opened.
    Any help is appreciated.
    Thanks.

    It would seem everyone has their own pet guess on this one!
    First, the earlier poster was correct: the reason for the disconnection is most likely to be visible in quite plain text in the alert log, so check that.
    Second, the specific error you cite is very commonly caused by having a value for the UNDO_TABLESPACE parameter which isn't the correct one. If you say UNDO_TABLESPACE=UNDO1, for example, when the tablespace is actually called UNDOTBS1.
    Since the error happens differently depending on whether you're using an spfile or an init.ora, it would suggest that the value for that parameter is set differently in the two files. You can vi or cat the spfile to inspect its contents (just don't save it again afterwards!) and check what it has for that parameter.
    Since the pfile works fine, you could contemplate getting into sqlplus and saying 'create spfile from pfile', but I'd worry about over-writing a lot of good values in the current spfile by doing that, as well as the dodgy one for the undo tablespace that you are wanting to be rid of. So go carefully! (And anyone who advises you to just create an spfile without a lot of warnings and suggestions to think carefully about what you're doing is being reckless).

  • During startup we receive ORA-01092: ORACLE instance terminated. Disconnect

    During database startup we receive ORA-01092: ORACLE instance terminated. Disconnection forced error

    During database startup we receive ORA-01092: ORACLE instance terminated. Disconnection forced errorWas this working before? If yes, any changes been done recently?
    Search MOS website for "ORA-01092 and startup" and check the docs.
    Thanks,
    Hussein

  • Export/Import full database dump fails to recreate the workspaces

    Hi,
    We are studying the possibility of using Oracle Workspace to maintain multiple versions of our business data. I recently did some tests with the import/export of a dump that contains multiple workspaces. I'm not able to import the dump successfully because it doesn't recreate the workspaces on the target database instance, which is an empty Oracle database freshly created. Before to launch the import with the Oracle Data Pump utility, I have the "LIVE" workspace that exists in the WMSYS.WM$WORKSPACES_TABLE table. After the import is done, there is nothing in that table...
    The versions of the Oracle database and Oracle Workspace Manager are the same on source and target database:
    Database version (from the V$VERSION view):
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Workspace Manager version (from the WM_INSTALLATION view):
    OWM_VERSION: 10.2.0.4.3
    In order to recreate the tablespaces successfully during the full import of the dump, the directory structure for the tablespaces is the same on the target database's computer. I used the instructions given in this document, section "1.6 Import and Export Considerations" at page 1-19:
    http://www.wyswert.com/documentation/oracle/database/11.2/appdev.112/e11826.pdf
    Considering that the release of Oracle database used is version 10.2.0.4, I use the following command to import the dump since it doesn't contain the WMSYS schema:
    impdp system/<password>@<database> DIRECTORY=data_pump_dir DUMPFILE=expfull.dmp FULL=y TABLE_EXISTS_ACTION=append LOGFILE=impfull.log
    The only hints I have in the import log file are the following block of lines:
    1st one:
    ==============================
    Traitement du type d'objet DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39083: Echec de la création du type d'objet PROCACT_SYSTEM avec erreur :
    ORA-01843: ce n'est pas un mois valide
    SQL en échec :
    BEGIN
    if (system.wm$_check_install) then
    return ;
    end if ;
    begin execute immediate 'insert into wmsys.wm$workspaces_table
    values(''LIVE'',
    ''194'',
    ''-1'',
    2nd one at the end of the import process:
    ==============================
    Traitement du type d'objet DATABASE_EXPORT/SCHEMA/POST_SCHEMA/PROCACT_SCHEMA
    ORA-39083: Echec de la création du type d'objet PROCACT_SCHEMA avec erreur :
    ORA-20000: Workspace Manager Not Properly Installed
    SQL en échec :
    BEGIN
    declare
    compile_exception EXCEPTION;
    PRAGMA EXCEPTION_INIT(compile_exception, -24344);
    begin
    if (system.wm$_check_install) then
    return ;
    end if ;
    execute immediate 'alter package wmsys.ltadm compile';
    execute immediate 'alter packag
    The target operating system is in french... here is a raw translation:
    1st one:
    ==============================
    Treatment of object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39083: Object type creation failed PROCACT_SYSTEM with error :
    ORA-01843: invalid month
    failed SQL :
    BEGIN
    if (system.wm$_check_install) then
    return ;
    end if ;
    begin execute immediate 'insert into wmsys.wm$workspaces_table
    values(''LIVE'',
    ''194'',
    ''-1'',
    2nd one at the end of the import process:
    ==============================
    Treatment of object type DATABASE_EXPORT/SCHEMA/POST_SCHEMA/PROCACT_SCHEMA
    ORA-39083: Object type creation failed PROCACT_SCHEMA with error :
    ORA-20000: Workspace Manager Not Properly Installed
    failed SQL :
    BEGIN
    declare
    compile_exception EXCEPTION;
    PRAGMA EXCEPTION_INIT(compile_exception, -24344);
    begin
    if (system.wm$_check_install) then
    return ;
    end if ;
    execute immediate 'alter package wmsys.ltadm compile';
    execute immediate 'alter packag
    By the way, the computer of the source database is Vista 64 in english and the destination computer is Vista 64 in french, do you think this has anything to do with these error messages? The parameters of the NLS_SESSION_PARAMETERS view are the same in the source and target database...
    Thanks in advance for your help!
    Joel Autotte
    Lead Developer
    Edited by: 871007 on Jul 13, 2011 7:31 AM

    I tried to import the full database dump with the "imp" command and I had the same error message with more detail:
    . Import d'objets SYSTEM dans SYSTEM
    IMP-00017: Echec de l'instruction suivante avec erreur ORACLE 1843 :
    "BEGIN "
    "if (system.wm$_check_install) then"
    " return ;"
    " end if ;"
    " begin execute immediate 'insert into wmsys.wm$workspaces_ta"
    "ble"
    " values(''LIVE'',"
    " ''194'',"
    " ''-1'',"
    " ''SYS'',"
    " *to_date(''09-DEC-2009 00:00:00'', ''DD-MON-YYYY HH"*
    *"24:MI:SS''),"*
    " ''0'',"
    " ''UNLOCKED'',"
    " ''0'',"
    " ''0'',"
    " ''37'',"
    " ''CRS_ALLNONCR'',"
    " to_date(''06-APR-2011 14:24:57'', ''DD-MON-YYYY HH"
    "24:MI:SS''),"
    " ''0'',"
    " '''')'; end;"
    "COMMIT; END;"
    IMP-00003: Erreur ORACLE 1843 rencontrée
    ORA-01843: ce n'est pas un mois valide
    ORA-06512: à ligne 5
    The call to the TO_DATE function with the string of the date format is incompatible with the format and language set in the NLS parameters of my database. Since I know that the "imp" and "exp" commands work client side (unlike "impdp" and "expdp"), I did a full export of the source database from the computer on which I try to import the dump to have the same language exported in the dump and I was able to import the dump successfully.
    But, I would like to use the Data Pump tool instead of the old import and export tools. How would it be possible to set the NLS parameters that "impdp" must use before to launch the import of the dump?
    The NLS parameters are set to the "AMERICAN" settings in both source and destination database when I validate that with the "NLS_DATABASE_PARAMETERS" view. The dump I did with "expdp" on the source database exported the data with the "AMERICAN" settings as well...
    On the destination database, the computer language is in french and I guess it is considered by the Data Pump import tool since it outputs the log in the language of the computer and it tries to do a TO_DATE with the wrong date format because it works with the "CANADIAN FRENCH" settings...
    Any suggestions? I'll continue to read on my side and re-post if I find the solution.
    Thanks!
    Edited by: 871007 on Jul 19, 2011 8:42 AM
    Edited by: 871007 on Jul 19, 2011 8:43 AM
    Edited by: 871007 on Jul 19, 2011 8:43 AM

  • Permission to files available in Oracle database dump location

    Hello,
    Could someone make me to understand how the trace files available in trace location of 11g database(dump location in 10g or below)are having permission 640 in some databases and 660(UNIX flavored systems) . As these are the files getting created by default with database operation, what is the parameter responsible for it?

    just wanted to add this for reference.. and here we can see some are getting created with 640 and some are with 660 with same umask value.
    scrbmetdkbry211[PRE-PRODUCTION]:/opt/oracle/admin/METSD/bdump (METSD1)> ls -ld .
    drwxr-xr-x 2 oracle dba 115712 Jan 31 07:51 .
    scrbmetdkbry211[PRE-PRODUCTION]:/opt/oracle/admin/METSD/bdump (METSD1)> umask
    027
    scrbmetdkbry211[PRE-PRODUCTION]:/opt/oracle/admin/METSD/bdump (METSD1)>ls -lrt | head -23
    -rw-r----- 1 oracle dba 822 Dec 19 17:47 metsd1_lgwr_10720.trc
    -rw-r----- 1 oracle dba 848 Dec 19 17:47 metsd1_lmd0_10698.trc
    -rw-r----- 1 oracle dba 1172 Dec 21 16:10 metsd1_dm00_10226.trc
    -rw-r----- 1 oracle dba 777 Dec 21 16:21 metsd1_dw01_1098.trc
    -rw-r----- 1 oracle dba 1401 Dec 21 16:25 metsd1_dm00_1053.trc
    -rw-r----- 1 oracle dba 709 Jan 10 20:00 metsd1_mmon_9011.trc
    -rw-r----- 1 oracle dba 6439 Jan 15 22:00 metsd1_pz99_10817.trc
    -rw-r----- 1 oracle dba 1728 Jan 17 02:00 metsd1_m000_2597.trc
    -rw-rw---- 1 oracle dba 1730 Jan 20 00:00 metsd1_m000_20598.trc
    -rw-rw---- 1 oracle dba 759 Jan 20 02:48 metsd1_mmnl_9034.trc
    -rw-r----- 1 oracle dba 1872 Jan 20 02:57 metsd1_smon_8997.trc
    -rw-r----- 1 oracle dba 320606 Jan 20 03:00 metsd1_lmon_8958.trc
    -rw-r----- 1 oracle dba 644791 Jan 20 03:00 metsd1_lmd0_8968.trc
    -rw-r----- 1 oracle dba 5083521 Jan 20 03:16 metsd1_lms1_8977.trc
    -rw-rw---- 1 oracle dba 16552 Jan 20 03:16 metsd1_lck0_9813.trc
    -rw-r----- 1 oracle dba 4962730 Jan 20 03:17 metsd1_lms0_8970.trc
    -rw-r----- 1 oracle dba 277166 Jan 20 03:17 metsd1_lgwr_8993.trc
    -rw-rw---- 1 oracle dba 826 Jan 22 12:33 metsd1_j000_10268.trc
    -rw-rw---- 1 oracle dba 759 Jan 23 02:25 metsd1_q000_10347.trc
    -rw-rw---- 1 oracle dba 2888 Jan 26 06:00 metsd1_pz99_11021.trc
    -rw-rw---- 1 oracle dba 7310 Jan 28 20:20 metsd1_lns1_14783.trc
    -rw-rw---- 1 oracle dba 1406 Jan 28 20:20 metsd1_arcp_29560.trc
    -rw-rw---- 1 oracle dba 834 Jan 28 20:31 metsd1_arcr_29641.trc
    scrbmetdkbry211[PRE-PRODUCTION]:/opt/oracle/admin/METSD/bdump (METSD1)>

  • Can HA-Oracle agent distinguish a failed database from an inactive one?

    I read "Oracle and Sun Cluster:A technical Overview" by Joseph Bianco. It says "The HA-Oracle agent can distinguish a failed database from an inactive one".
    How do we configure HA-Oracle agent to be smart enough to distinguish normal shutdown (due to cold backup, or other maintainence purpose) and a failed database? So, it should not automatically start up database at the other node for normal shutdown operations.
    Thanks,
    Shuhsin

    The default behaviour is to consider the service down if the database
    is not online. But you can change this behaviour. For more info see
    The Sun Cluster 3.1 Dataservice for Oracle Guide
    http://docs.sun.com/db/doc/817-3306
    There are several ways to handle this scenario, including disabling
    the fault monitor during backups or maintenance. I'm not sure there
    is a generic, best way, so you should consider a solution based on your
    requirements.
    -- richard

  • 10G Database Dump from site of oracle

    Hi all,
    I have to download *10g database* from site of oracle, but just bcz of too many options are there am not able to understand which one is the best.
    Kindly suggest me the same.
    Thanks & Regards
    Neha

    Hi Neha;
    I have to download *10g database* from site of oracle, but just bcz of too many options are there am not able to understand which one is the best.Neha you will make installation on which Operating system. For instance you want to make installation on linux X86(means 32 bit)
    Then go :
    Oracle Database Software Downloads
    http://www.oracle.com/technology/software/products/database/index.html
    You can donwload:
    Oracle Database 10g Express Edition or Oracle Database 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition (it depends your license)
    We assume you have 10g Enterprise Edition license, then you have to go related linux link, in our example its:
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    Download it and then if you want you can upgrade your database to 10.2.0.4 wiht patch(you need metalink account for donwload patch9
    Hope it helps
    Regard
    Helios

  • R3ldctl error for - ABAP Database Content Export -

    Hello !!!
    While running <b>sapinst</b> to perform the export phase, I see the next error message at console:
    <b>Error: 2007-03-05 11:57:40 [iaxxbrunas.cpp:269]
    CIaRunAsUser::run_impl()
    MOS-01012  PROBLEM: '/sapmnt/BWD/exe/R3ldctl -l ./R3ldctlExport.log -p /instal/export/DATA/ ' returned with '2' which is not a defined as a success code.</b>
    <u>Detailed info about system & procedure for export:</u>
    O.S.  Linux RedHat 2.4.21-37.ELsmp
    Machine type: i686 
    Component Version: Business Information Warehouse 3.10
    Kernel Release: 620
    Software component: SAP_BW 3.10, Patch level: 0026
    DB: Oracle 9.2.0.5.0
    <i>I try to create a Database EXPORT using R3load – Based procedure.</i>
    I use for that: Installation_Master_6.20_6.40_09_06, from the tree control, I choose:
    SAP Patch Collection Installation Master,
    >SAP NetWeaver‚ 04 SR1
      >System Copy
       >Source System
        >ABAP System
         >Oracle
          >Unicode
           >ABAP Database Content Export
    <i>In phase of Database export:</i>
    In <b>sapinst.log</b> file is put the error message:
    <b>ERROR 2007-03-05 11:57:40
    MOS-01012  PROBLEM: '/sapmnt/BWD/exe/R3ldctl -l ./R3ldctlExport.log -p /instal/export/DATA/ ' returned with '127' which is not a defined as a success code.</b>„
    In <b>R3ldctl.log</b> file is put the error message:
    <b>/sapmnt/BWD/exe/R3ldctl: error while loading shared libraries: libsapu16.so: cannot open shared object file: No such file or directory</b>
    Has anyone experienced this error? If so, how did you resolve it ?
    thanks in advance for any suggestion and help,
    Augustin EDVES,
    [email protected]
    Electrica Transilvania Nord - Romania

    Hallo,
    I choose Non Unicode way, but still error:
    <b>ERROR 2007-03-06 15:00:11
    MOS-01012  PROBLEM: '/sapmnt/BWD/exe/R3ldctl -l ./R3ldctlExport.log -p /instal/export/DATA/ ' returned with '2' which is not a defined as a success code.</b>
    persist.
    In log file <b>R3ldctl.log</b>  is not write any messages,... consider that is a good sign.
    In log file <b>R3ldctlExport.log</b>  is write error message:
    <b>DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2
    ERROR: DbSlConnect rc= 99
    DbSl Trace: OCI-call 'OCIInitialize' failed: rc = -1
    DbSl Trace: OCI-call 'OCIErrorGet' failed: rc = -2</b>"
    Log file <b>R3ldctlExport.log</b>  is created under <i>user/group = bwdadm/sapsys</i>.
    I execute sapinst under <i>user/group = root/root</i>.
    Curiously is: under  <i>user/group = bwdadm/sapsys</i> from console, command  
    <i>/sapmnt/BWD/exe/R3ldctl -l ./R3ldctlExport.log -p /instal/export/DATA/</i>
    is executed with success.
    But .. in logfile <b>R3ldctlExport.log</b>  is a set of warning messages, like that, for all tables founded:
    "<b>WARNING: no technical settings for table "BTCJSTAT" in SAP data dictionary - defaults used</b>"
    In export directory <b>/instal/export/DATA/</b>  is created files like:
    49173 -rw-rr    1 bwdadm   sapsys       4929 Mar  6 15:16 DDLORA.TPL
    49171 -rw-rr    1 bwdadm   sapsys       1048 Mar  6 15:16 SAP0000.STR
    Thanks for any suggestion or help
    Augustin EDVES

  • 10g Full Database Dump Takes more than 2 Hours Still not finished

    Hi all,
    Full Database Dump Takes more than 2 Hours, Still not finished.
    Version - Oracle 10g 1.0.2.0
    Database Size is Around 160GB.
    Used Below Query to take Full Database Dump.
    expdp user/pwd@10gdb full=y directory=test_dir dumpfile=curent10g.dmp logfile=expdpcurent10g.log;
    It takes more than 1 hour in processing the functions.i.e)
    Processing object type DATABASE_EXPORT/SCHEMA/FUNCTION/FUNCTION
    And the Log File:
    Export: Release 10.1.0.2.0 - Production on Friday, 04 May, 2012 10:17
    Copyright (c) 2003, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    FLASHBACK automatically enabled to preserve database integrity.
    Starting "EXPTEST"."SYS_EXPORT_FULL_02": exptest/********@curentdb full=Y directory=test_dir dumpfile=curent10g.dmp logfile=expdpcurent10g.log;
    Estimate in progress using BLOCKS method...
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 4.574 GB
    Processing object type DATABASE_EXPORT/TABLESPACE
    Processing object type DATABASE_EXPORT/DE_SYS_USER/USER
    Processing object type DATABASE_EXPORT/SCHEMA/USER
    Processing object type DATABASE_EXPORT/ROLE
    Processing object type DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLESPACE_QUOTA
    Processing object type DATABASE_EXPORT/RESOURCE_COST
    Processing object type DATABASE_EXPORT/SCHEMA/DB_LINK
    Processing object type DATABASE_EXPORT/TRUSTED_DB_LINK
    Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/SEQUENCE
    Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/DE_S_SEQ_OWNER_OBJGRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/DIRECTORY/DIRECTORY
    Processing object type DATABASE_EXPORT/DIRECTORY/GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/CONTEXT
    Processing object type DATABASE_EXPORT/SCHEMA/DE_PUBLIC_SYNONYM/SYNONYM
    Processing object type DATABASE_EXPORT/SCHEMA/SYNONYM
    Processing object type DATABASE_EXPORT/SCHEMA/TYPE/TYPE_SPEC
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/PRE_TABLE_ACTION
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/GRANT/DE_S_TABLE_OWNER_OBJGRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/GRANT/DE_S_TABLE_NOTWGO_OBJGRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/COMMENT
    Processing object type DATABASE_EXPORT/SCHEMA/PACKAGE/PACKAGE_SPEC
    Processing object type DATABASE_EXPORT/SCHEMA/PACKAGE/GRANT/DE_S_PACKAGE_OWNER_OBJGRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/FUNCTION/FUNCTION
    Help me.

    Export is Still in progress
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Job: SYS_EXPORT_FULL_02
    Owner: EXPTEST
    Operation: EXPORT
    Creator Privs: FALSE
    GUID: 94AB0C8AA824462AA96C8481CF0F676F
    Start Time: Friday, 04 May, 2012 10:18
    Mode: FULL
    Instance: curentdb
    Max Parallelism: 1
    EXPORT Job Parameters:
    Parameter Name Parameter Value:
    CLIENT_COMMAND userexp/********@curentdb full=Y directory=test_dir dumpfile=curent10g.dmp logfile=expdpcurent10g.log;
    DATA_ACCESS_METHOD AUTOMATIC
    ESTIMATE BLOCKS
    INCLUDE_METADATA 1
    LOG_FILE_DIRECTORY TEST_DIR
    LOG_FILE_NAME expdpcurent10g.log;
    TABLE_CONSISTENCY 0
    State: EXECUTING
    Bytes Processed: 0
    Current Parallelism: 1
    Job Error Count: 0
    Dump File: C:\ORACLE DMP\CURENT10G.DMP
    bytes written: 4,096
    Worker 1 Status:
    State: EXECUTING
    Object Schema: PUBLIC
    Object Type: DATABASE_EXPORT/SCHEMA/PACKAGE/GRANT/DE_S_PACKAGE_OWNER_OBJGRANT/OBJECT_GRANT
    Completed Objects: 1
    Total Objects: 1
    What Does it mean, Suggest.

  • Database creation // ORA-01092: ORACLE instance terminated. Disconnection f

    hi',
    i am trying to create a new database on my fedora 8 system (personal desktop not a remote system) using oracle 10g. But as soon
    as i use script to create the database i get " ORA-01092: ORACLE instance terminated. Disconnection forced" error.
    following information will help you analyse the problem. i am writing down all the steps i am doing and sending the alertlog file as well. i also have created all the folder's required for new database.
    logging to terminal:
    $ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    $ export ORACLE_SID=vc1
    $ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    [oracle@localhost ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 5 17:14:52 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> STARTUP NOMOUNT PFILE='/u01/app/oracle/product/10.2.0/db_1/dbs/initvc1.ora'
    ORACLE instance started.
    THEN I AM RUNNING FOLLOWING SCRIPT
    SQL> create database vc1
    2 user sys identified by varun
    3 user system identified by varun
    4 maxinstances 1
    5 maxloghistory 1
    6 maxlogfiles 5
    7 maxlogmembers 5
    8 character set US7ASCII
    9 national character set AL16UTF16
    10 datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    11 extent management LOCAL
    12 SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    13 DEFAULT TEMPORARY tablespace temp01
    14 tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    15 UNDO tablespace undotbs_01
    16 datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    17 DEFAULT tablespace users
    18 datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    19 LOGFILE group 1
    20 ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    21 group 2
    22 ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M;
    create database vc1
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ****THIS IS MY ALERTLOG FILE***
    Sat Jan 5 17:16:20 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 197132288
    control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_dest = /u01/app/oracle/arch'
    log_archive_format = log%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= NONE
    db_domain =
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/vc1/bdump
    user_dump_dest = /u01/app/oracle/admin/vc1/udump
    core_dump_dest = /u01/app/oracle/admin/vc1/cdump
    audit_file_dest = /u01/app/oracle/admin/vc1/adump
    db_name = vc1
    open_cursors = 300
    pga_aggregate_target = 65011712
    PMON started with pid=2, OS id=2640
    PSP0 started with pid=3, OS id=2642
    MMAN started with pid=4, OS id=2644
    DBW0 started with pid=5, OS id=2646
    LGWR started with pid=6, OS id=2648
    CKPT started with pid=7, OS id=2650
    SMON started with pid=8, OS id=2652
    RECO started with pid=9, OS id=2654
    CJQ0 started with pid=10, OS id=2656
    MMON started with pid=11, OS id=2658
    MMNL started with pid=12, OS id=2660
    Sat Jan 5 17:20:59 2008
    create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
    Sat Jan 5 17:21:00 2008
    Database mounted in Exclusive Mode
    Sat Jan 5 17:21:09 2008
    Successful mount of redo thread 1, with mount id 613891643
    Assigning activation ID 613891643 (0x24973e3b)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
    Successful open of redo thread 1
    Sat Jan 5 17:21:09 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Jan 5 17:21:09 2008
    SMON: enabling cache recovery
    Sat Jan 5 17:21:09 2008
    create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 17:21:09 2008
    ORA-1119 signalled during: create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 17:21:09 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Sat Jan 5 17:21:09 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 861
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 2661
    ORA-1092 signalled during: create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

    sorry guys that was a silly mistake but it seems i m still not doing it right.
    i still am getting ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    line 10 and other line were corrected by inserting / but still the same problem.
    sending the alert log file
    Sat Jan 5 18:28:04 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 197132288
    control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_dest = /u01/app/oracle/arch'
    log_archive_format = log%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= NONE
    db_domain =
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/vc1/bdump
    user_dump_dest = /u01/app/oracle/admin/vc1/udump
    core_dump_dest = /u01/app/oracle/admin/vc1/cdump
    audit_file_dest = /u01/app/oracle/admin/vc1/adump
    db_name = vc1
    open_cursors = 300
    pga_aggregate_target = 65011712
    PMON started with pid=2, OS id=2685
    PSP0 started with pid=3, OS id=2687
    MMAN started with pid=4, OS id=2689
    DBW0 started with pid=5, OS id=2691
    LGWR started with pid=6, OS id=2693
    CKPT started with pid=7, OS id=2695
    SMON started with pid=8, OS id=2697
    RECO started with pid=9, OS id=2699
    CJQ0 started with pid=10, OS id=2701
    MMON started with pid=11, OS id=2703
    MMNL started with pid=12, OS id=2705
    Sat Jan 5 18:31:55 2008
    create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
    Sat Jan 5 18:31:55 2008
    Database mounted in Exclusive Mode
    Sat Jan 5 18:32:05 2008
    Successful mount of redo thread 1, with mount id 613909723
    Assigning activation ID 613909723 (0x249784db)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
    Successful open of redo thread 1
    Sat Jan 5 18:32:05 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Jan 5 18:32:05 2008
    SMON: enabling cache recovery
    Sat Jan 5 18:32:05 2008
    create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 18:32:28 2008
    Completed: create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 18:32:28 2008
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Sat Jan 5 18:32:44 2008
    CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    Sat Jan 5 18:32:54 2008
    ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    Sat Jan 5 18:32:54 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Sat Jan 5 18:32:54 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 5792
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 2706
    ORA-1092 signalled during: create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

  • Exporting z/OS Mainframe Oracle 9i  to AIX (on 10g)

    My customer has raised the following query. Can anyone assist me with a response. Thanks
    "Is it possible to provide the syntax (particularly interested in codepage conversion, if any) for exporting z/OS Mainframe Oracle 9i to AIX (on 10g)….?
    Generally zOS Mainframe export data will be in EBCDIC and packed decimals and this cannot be handled by import on AIX, hence export to binary would resolve the issue"

    Welcome to the forums !
    One way of migrating across OS platforms is to use export/import utilities, since the dump files they create are hardware-agnostic. In theory, export from 9i on z/OS and them import into 10g on AIX is possible. Both these database versions are already de-supported, so do not export stellar support from Oracle if/when you run into issues.
    Migration of Oracle Database Instances Across OS Platforms          (Doc ID 733205.1)
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/preup.htm#BABFHFIJ
    HTH
    Srini

  • Import  a database dump

    Hi all,
    I have tow database in my oracle server 10g , mydb1 and mudb2 , and have tow database dumps ,mydb1.dmp and mydb2.dmp. I learned from other forums that to be able to import the dump file i need that the specific database should be started and up . My question is how to start one database mydb1 and in the same time the other database mydb2 is down because by default they are started at the same time .
    BR

    Hi,
    Wat is the OS Are you using?
    I am just guessing it should be windows, Whenever windows startup there is a registry entry
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\oracle_home_name.
    There will be a key
    ORA_SID_AUTOSTART. SID is your database SID.
    If it is set to true, the databases will start autoamtically, you can change it to false if you dont need it.
    Or if you navigate to the services.msc you can find the ORACLESERVICESID where you have two types of start parameters 1) Automatic (whenver windows starts it will automatically start the db)
    2) Manual (You can start the DB whenever you need it)
    To start database connect to the sql prompt and issue STARTUP to shutdown the db issue SHUTDOWN ON sql prompt.
    Regards,
    Vijayaraghavan K

  • Migrating image database in Informix 9.21 to Oracle 9i

    I am going to be migrating an image database from Informix 9.21 to Oracle 9i and am needing to know
    what Oracle9i has to offer as far as options in storing large media types - image, video, audio, etc...
    Specifically, does Oracle have anything comparable to Informix' smart blobspace? Is it possible to migrate
    image data from Informix to Oracle? I know the migration kits only are available up to Informix version 7.
    What does interMedia offer?

    Hi,
    I was unable to reproduce your problem. I carried out the following steps in attempt to replicate the issue:
    1. I launched the workbench, version 10.1.0.2, selecting the Oracle Lite "Default Repository".
    2. Using the Oracle Enterprise Manager Console, I created a user "rtdb" with the password "rtdb" on my target Oracle 9i database.
    3. I captured a test Informix database, generating its source and oracle models.
    4. I then proceeded to migrate the database to Oracle and supplied my target Oracle9i database information in the "Migration Wizard, Step 1 of 4: Destination Database Details", supplying rtdb/rtdb as the username/password.
    5. My test database migrated with no such error messages reported.
    If you carried out the migration steps as I have outlined above, and are still experiencing issues with a "Failed to connect" error, I would contact support.
    Regards,
    Hilary

Maybe you are looking for

  • How can I get my music to copy to the iPod Shuffle?

    I have a new iPod Shuffle, it shows up under the Devices in my iTunes, but when I Sync it says there is an unkown error and cannot copy the song.  It displays this message for every Playlist and every song.  My iTunes is current and the software on t

  • AuthZ Policy "Monitor Only" mode

    I have a question about the AuthZ Policy "Monitor Only" or "Audit" mode.  I want to test a new AuthZ policy by using "Monitor Only" mode, but I am not seeing any indication that my Test device is hitting the rule while in Monitor only mode- It ends u

  • Can the comments in app store be exported?

    Hi all, I just wonder can the comments in app store be exported?. and will the history comments show when the new version come out?? Seems that i cannot find an entry for the comments. Appreciate your help.

  • Projecting Ipad Using LCD Projector

    I am in education. I would like to use an iPad in a classroom where i can have what is happening on the iPad screen be projected, using an LCD projector, without using another computer and preferably wirelessly. Can this be done?

  • Navigation Link from Dropdown List

    I have dropdown boxes each with a list of things. (Don't want to use a pop ups). What I would like to do is - when the user selects one of the named list in the dropdown - it then would go to that page, simple. I can provide a button to take them bac