XML/PLSQL installation problems

Hi,
I have problems with the XML Parser for PLSQL. When I try to load the jar files "xmlparserv2.jar" and "xmlplsql.jar" I have the follow error:
ORA-29521 referenced name oracle/xml/* could not be found
and the JDK 1.1.8 has already been installed. The user I use to load the jar files needs particular rights? Which is the order of the installation?
Thanks

It sounds to me like your Java installation is not complete, or you are using a different user than the one where the Aurora java package is installed.
First, make sure that your Oracle 8i version and your jdk version are compatible:
Oracle 8.1.5 matches jdk 1.1.8
Oracle 8.1.6 matches jdk 1.2.x
Then make sure that you have completely installed the correct version of Java into your database.
Be sure your CLASSPATH environment variable includes all related class directories and archive (.jar, .zip) files.
You might have to install the Oracle XML Utilities, again make sure the versions match.
Finally, be sure the userID you are using has access rights to the Aurora java classes.
I hope this helps.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by tmx ():
Hi,
this is the error when I load a file from the jdk/demo directory:
internal error: unanticipated exception: java.lang.NoClassDefFoundError: oracle/
aurora/sqljdecl/SqljDecl
java.lang.NoClassDefFoundError: oracle/aurora/sqljdecl/SqljDecl
Thanks
Bye<HR></BLOCKQUOTE>
null

Similar Messages

  • XML Chart installation problem

    Hi,
    I am trying to do a installation for XML Chart Package, and hopefully I can use it to make my charts display more flexible.
    I have download the file from http://www.maani.us/xml_charts/index.php?menu=Download.
    However, when I run xml_chart_pkg.sql, I got below error message.
    Any idea?
    p.s,I will Oracle 9.2.0.6 database, and APEX 2.2
    SQL> alter package XML_CHART_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY XML_CHART_PKG:
    LINE/COL ERROR
    0/0 PLS-00908: The stored format of XML_CHART_PKG is not supported by
    this release
    21/7 PLS-00114: identifier 'AP26WEV3LRCCSFF5QEBZOWG4PVOMCF' too long
    21/7 PLS-00707: unsupported construct or internal error [2702]
    Thanks,

    Hi Jinyu
    This is the java code loaded in the database using loadjava called by a wrapper oracle stored procedure
    import oracle.xml.parser.schema.*;
    import oracle.xml.parser.v2.*;
    import java.net.*;
    import java.io.*;
    import org.w3c.dom.*;
    import java.util.*;
    import oracle.sql.CHAR;
    import java.sql.SQLException;
    public class SchemaUtil
    public static String validation(CHAR xml, CHAR xsd)
    throws Exception
    //Build Schema Object
    XSDBuilder builder = new XSDBuilder();
    byte [] docbytes = xsd.getBytes();
    ByteArrayInputStream in = new ByteArrayInputStream(docbytes);
    XMLSchema schemadoc = (XMLSchema)builder.build(in,null);
    //Parse the input XML document with Schema Validation
    docbytes = xml.getBytes();
    in = new ByteArrayInputStream(docbytes);
    DOMParser dp = new DOMParser();
    // Set Schema Object for Validation
    dp.setXMLSchema(schemadoc);
    dp.setValidationMode(XMLParser.SCHEMA_VALIDATION);
    dp.setPreserveWhitespace (true);
    StringWriter sw = new StringWriter();
    dp.setErrorStream (new PrintWriter(sw));
    try
    dp.parse (in);
    sw.write("The input XML parsed without errors.\n");
    catch (XMLParseException pe)
    sw.write("Parser Exception: " + pe.getMessage());
    catch (Exception e)
    sw.write("NonParserException: " + e.getMessage());
    return sw.toString();
    This is the code i used initially for validating a xml file against single xml schema (.xsd) file
    In the above code could u tell how to specify the second schema validation code for the incoming xml.
    say i create another Schemadoc for the 2nd xml schema.
    something like this with another parameter(CHAR xsd1) passing to the method
    byte [] docbytes1 = xsd1.getBytes();
    ByteArrayInputStream in1 = new ByteArrayInputStream(docbytes1);
    XMLSchema schemadoc1 = (XMLSchema)builder.build(in1,null);
    DOMParser dp = new DOMParser();
    How to set for the 2nd xml schema validation in the above code or can i combine 2 xml schemas.
    How to go about it
    Rgrds
    Sushant

  • Please HELP - APEX installation problem

    Hi , someone can help me please to solve an installation problem of APEX ?
    On the same machine ( with 10.2.0 Database installed) I installed Apx 2.2.1 . I follow all the installation step , but when I try to connect on http://localhost:7777/pls/apex I have this error :
    "Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at localhost Port 7777"
    on the http server log I found this error : mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup for more information.
    here's my marvel.conf configuration :
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "c:\oracle\product\10.2.0\ohs\Apache\Apache\images"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword apexpwd
    PlsqlDatabaseConnectString localhost:1521:diana ServiceNameFormat
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage apex
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    On plsql.conf I already put this : # ============================================================================
    # Database Access Descriptors Settings Section
    # ============================================================================
    include C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf
    also on http.conf
    include "C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf"
    Can you help me pls to find the problem ?
    thank's all
    solo

    solo,
    I think your problem is simply that you're including the marvel.conf file too many times. You're now making it appear like the /pls/apex DAD is defined 2 or more times. And that would result in a misconfiguration error message.
    Joel

  • Installation problem on Vista

    I'm unable to successfully get the SOA server up and running on Vista using Oracle database 10.2.0.4.
    When starting the SOA or BAM server, the system responds after a while that the server started ok, but the deployments apparently fail.
    I have the following questions:
    1. I followed the document "Oracle Fusion Middleware Quick Installation Guide for Oracle SOA Suite" 11g Release 1 (11.1.1). The version is Beta Draft: 2009-03-27. Is this the version to use for the April 10 release?
    2. When installing, the only problem I saw was during the creation of the ESS schema with RCU. In the installation manual it is not listed as a required schema for BPEL or BAM. Is it ok to ignore this schema?
    Below you can find traces of warnings I get in the admin server log.
    When the admin server starts up I get
    oracle.bali.xml.grammar.GrammarException: Problem loading model for tag file /WEB-INF/tags/TVViewIview.tagx from file:/C:/oracle11
    g/user_projects/domains2/soadomain2/servers/AdminServer/tmp/_WL_user/em/jmb4hf/war/WEB-INF/tlds/tv.tld
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement.preReadDocument(TldTagFileElement.java:470)
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement._load(TldTagFileElement.java:328)
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement.<init>(TldTagFileElement.java:80)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory.createElement(TldGrammarFactory.java:89)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammar._getElementMap(TldGrammar.java:377)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammar._populateElementMap(TldGrammar.java:346)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammar.<init>(TldGrammar.java:76)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory$1._createGrammar(TldGrammarFactory.java:178)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory$1.createGrammar(TldGrammarFactory.java:168)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory.createGrammar(TldGrammarFactory.java:70)
    at oracle.jdeveloper.webapp.taglib.grammar.TaglibGrammarProvider.createTldGrammar(TaglibGrammarProvider.java:74)
    at oracle.jdeveloper.webapp.taglib.grammar.TaglibGrammarProvider.addTaglibGrammars(TaglibGrammarProvider.java:51)
    at oracle.jdeveloper.webapp.taglib.grammar.TaglibGrammarProvider.addTaglibGrammar(TaglibGrammarProvider.java:42)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory._createContext(WebAppDesignContextFactory.java:460)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory.createWebAppDesignContext(WebAppDesignContextFactory.java:1
    63)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory.createWebAppDesignContext(WebAppDesignContextFactory.java:1
    28)
    at oracle.jdeveloper.webapp.runtime.WebAppDesignContextFactory.createWebAppDesignContext(WebAppDesignContextFactory.java:9
    6)
    at oracle.adf.share.web.mds.ServletMetadataProvider.init(ServletMetadataProvider.java:33)
    at oracle.adf.share.http.ServletADFContext.registerServletContextMDSGrammar(ServletADFContext.java:516)
    at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:401)
    at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:315)
    at oracle.adf.model.servlet.HttpBindingRequestHandler.initADFContext(HttpBindingRequestHandler.java:53)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:102)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:187)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:527)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.IllegalArgumentException: Tag file "/WEB-INF/tags/TVViewIview.tagx" path not starting with /WEB-INF/tags.
    at oracle.jdevimpl.webapp.taglib.TaglibUtils.resolveTagFileLocation(TaglibUtils.java:37)
    at oracle.jdevimpl.webapp.taglib.grammar.TldGrammarFactory.resolveTagFileLocation(TldGrammarFactory.java:129)
    at oracle.jdevimpl.webapp.taglib.grammar.TldTagFileElement.preReadDocument(TldTagFileElement.java:449)
    ... 51 more
    22-apr-2009 9:43:40 oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationCpx
    After login in Enterprise Manager I see:
    WARNING: Unserializable value:oracle.sysman.core.view.tgtctls.common.DefaultTreeModel@1e054ce for key:UINodePropertyKey[value,17]
    PerfFilter: Time taken to render /em/faces/as/as/wlFarmHome: 28432
    After login I get repeatedly:
    21-apr-2009 9:09:32 org.apache.myfaces.trinidad.bean.PropertyKey saveValue
    WARNING: Unserializable value:oracle.sysman.core.view.tgtctls.common.DefaultTreeModel@2a80b2 for key:UINodePropertyKey[value,17]
    21-apr-2009 9:09:47 org.apache.myfaces.trinidadinternal.context.RequestContextImpl addPartialTriggerListeners
    WARNING: Kan gedeeltelijke trigger pmc_refresh van UIGraph[UIXFacesBeanImpl, id=performance_graph] niet vinden met de ondersteunde
    partialTriggers-syntaxis. De gedeeltelijke trigger is gevonden met de afgekeurde syntaxis. Gebruik de ondersteunde syntaxis.
    21-apr-2009 9:09:47 org.apache.myfaces.trinidadinternal.context.RequestContextImpl addPartialTriggerListeners
    WARNING: Kan gedeeltelijke trigger pmc_refresh van UIGraph[UIXFacesBeanImpl, id=performance_graph] niet vinden met de ondersteunde
    partialTriggers-syntaxis. De gedeeltelijke trigger is gevonden met de afgekeurde syntaxis. Gebruik de ondersteunde syntaxis.
    JSP Filter: JSP = /as/as/serverHome.jspx
    JSP Filter: JSP = /graph/region/performanceMetricChart.jsff
    JSP Filter: JSP = /as/as/serverHomeAppDeployments.jspx
    JSP Filter: JSP = /ai/sca/soainfra/core/serverComposites.jspx
    JSP Filter: JSP = /as/mostRequested/mostRequested.jsff
    JSP Filter: JSP = /sdk/templateDefNoForm.jspx
    JSP Filter: JSP = /as/sdk/progress/progressRegion.jsff
    JSP Filter: JSP = /sdk/globalNavigation.jspx
    JSP Filter: JSP = /sdk/topologyNavigation.jspx
    JSP Filter: JSP = /service/createService.jspx
    JSP Filter: JSP = /events/console/region/blank.jsff
    JSP Filter: JSP = /events/console/region/blank.jsff

    I also get an error with ESS schema - though a different one than you emailed to me. I'm using XE database and Windows XP.
    The document you have for installation is the right one and I agree that you don't need the ESS schema for SOA/BAM.
    I don't recognize the error you see in the Admin Server log. Would you confirm this is after the Admin Server is in the RUNNING state and while you are starting the managed server? Are there any errors in the managed server log?
    We did have one PM install on Vista and he had to disable ipv6 which is the default on Vista. Here is a forum discussion on it:
    SOA Suite for windows vista
    You may also encounter the network issue described in the known issues doc (eventually - you don't see the problem until you are deploying your project from jdev).
    Let me know if the ipv6 change helps.
    Heidi.

  • Installation problem sap 4.7

    hi all,
    i got installation problem while installing sap 4.7 on my pc
    the error is ,
    INFO 2008-03-21 00:03:16
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2008-03-21 00:03:25
    The 'saploc' share exists at directory 'F:\usr\sap'. Choosing drive F: as SAP System drive.
    INFO 2008-03-21 00:04:51
    Copying file E:/DUMP/db3/ker/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
    INFO 2008-03-21 00:04:51
    Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
    INFO 2008-03-21 00:06:02
    Copying file E:/DUMP/db1/EXPORT1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-03-21 00:06:02
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2008-03-21 00:06:02
    Copying file system node E:\DUMP\db1\EXPORT1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2008-03-21 00:06:02
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-03-21 00:06:02
    Copying file E:/DUMP/db1/EXPORT1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2008-03-21 00:06:02
    Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2008-03-21 00:06:02
    Copying file system node E:\DUMP\db1\EXPORT1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2008-03-21 00:06:02
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-03-21 00:06:05
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:05
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-03-21 00:06:05
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:10
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:10
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-03-21 00:06:10
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:13
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:06:13
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-03-21 00:06:13
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-03-21 00:07:05
    Package table created
    PHASE 2008-03-21 00:07:11
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2008-03-21 00:07:11
    SAP Web Application Server
    PHASE 2008-03-21 00:07:11
    Request common parameters of SAP System
    PHASE 2008-03-21 00:07:11
    Create operating system accounts
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.xml to: C:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.1.xml.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.1.xml.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.2.XML.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.2.XML.
    INFO 2008-03-21 00:07:12
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.3.XML.
    INFO 2008-03-21 00:07:12
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.3.XML.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1002 ACCOUNTNAME=sap-r3\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1003 ACCOUNTNAME=sap-r3\SAP_ERP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1004 ACCOUNTNAME=sap-r3\SAP_ERP_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1005 ACCOUNTNAME=ORA_ERP_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1006 ACCOUNTNAME=ORA_ERP_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE succeeded.
    INFO 2008-03-21 00:07:12
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    INFO 2008-03-21 00:07:15
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1007 ACCOUNTNAME=sap-r3\erpadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=sap-r3\SAP_ERP_GlobalAdmin,sap-r3\Users,Administrators,ORA_ERP_DBA,ORA_ERP_OPER,sap-r3\SAP_LocalAdmin,sap-r3\SAP_ERP_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*... succeeded.
    INFO 2008-03-21 00:07:15
    Changing account ACCOUNTID=S-1-5-21-1960408961-1604221776-839522115-1008 ACCOUNTNAME=sap-r3\SAPServiceERP ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=sap-r3\SAP_ERP_GlobalAdmin,Administrators,ORA_ERP_DBA,ORA_ERP_OPER,sap-r3\SAP_LocalAdmin,sap-r3\SAP_ERP_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*... succeeded.
    INFO 2008-03-21 00:07:15
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    PHASE 2008-03-21 00:07:16
    Request operating system user information
    INFO 2008-03-21 00:07:30
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:30
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:31
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:31
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:32
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:32
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:33
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:33
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2008-03-21 00:07:34
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    PHASE 2008-03-21 00:07:34
    Adapt filesystem
    PHASE 2008-03-21 00:07:34
    Prepare check/adapt SAP instance filesystem
    INFO 2008-03-21 00:07:34
    File system node F:\usr\sap exists.
    INFO 2008-03-21 00:07:34
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap/ERP exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap/tmp exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/tmp exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS/in exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS/out exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/EPS/log exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/bin exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/buffer exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/cofiles exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/data exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/etc exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/log exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    File system node F:\usr\sap\trans/sapnames exists already. Nothing to do.
    INFO 2008-03-21 00:07:35
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2008-03-21 00:07:36
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2008-03-21 00:07:36
    Creating of all NT shares while processing the table 'tNT_SHARE' succeeded.
    PHASE 2008-03-21 00:07:37
    Extract archives
    INFO 2008-03-21 00:07:37
    Processing of all file system node operations of table t_SAPComponent_Archives_FORMS_SHARED succeeded.
    PHASE 2008-03-21 00:07:37
    Extract SAP System kernel archives
    WARNING 2008-03-21 00:07:39
    PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2008-03-21 00:07:39
    Creating file C:\SAPinst ORACLE KERNEL\SAPMMC.SAR.log.
    INFO 2008-03-21 00:07:39
    SAPCAR -xvgf E:/DUMP/db3/ker/NT/I386/MMC/SAPMMC.SAR, -R C:\SAPinst ORACLE KERNEL succeeded. (See output in './SAPMMC.SAR.log'.)
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmc.dll to C:\WINNT\system32/sapmmc.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcada.dll to C:\WINNT\system32/sapmmcada.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcdb6.dll to C:\WINNT\system32/sapmmcdb6.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcinf.dll to C:\WINNT\system32/sapmmcinf.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    While copying node C:\SAPinst ORACLE KERNEL/sapmmcms.dll to C:\WINNT\system32/sapmmcms.dll: source is not newer than the target. Nothing to do.
    INFO 2008-03-21 00:07:39
    Processing of all file system node operations of table t_SAPComponent_Archives_Copy_SHARED succeeded.
    WARNING 2008-03-21 00:07:40
    PROBLEM: 'SAPCAR' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2008-03-21 00:07:40
    Creating file C:\SAPinst ORACLE KERNEL\DBATOOLS.SAR.log.
    INFO 2008-03-21 00:07:40
    SAPCAR -xvgf E:/DUMP/db3/ker/NT\I386\DBATOOLS.SAR, -R F:\usr\sap\ERP\SYS\exe\run succeeded. (See output in './DBATOOLS.SAR.log'.)
    INFO 2008-03-21 00:07:41
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    INFO 2008-03-21 00:07:41
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    PHASE 2008-03-21 00:07:41
    Create service ports
    PHASE 2008-03-21 00:07:41
    Generate instance profiles
    PHASE 2008-03-21 00:07:42
    Versionize default profile, instance profile and start profile
    INFO 2008-03-21 00:07:42
    Processing of all file system node operations of table t_SAPComponent_Profiles_FORMS_SHARED succeeded.
    INFO 2008-03-21 00:07:42
    Processing of adapt operation t_SAPComponent_Profiles_SHARED succeeded.
    INFO 2008-03-21 00:07:43
    'F:\oracle\ora81/bin/lsnrctl stop' returned with '0'.
    INFO 2008-03-21 00:07:43
    Moving file F:/oracle/ora81/network/admin/listener.ora to: F:\oracle\ora81/network/admin/listener.ora.bak.
    INFO 2008-03-21 00:07:43
    Creating file F:\oracle\ora81\network\admin\listener.ora.
    INFO 2008-03-21 00:07:44
    Moving file F:/oracle/ora81/network/admin/sqlnet.ora to: F:\oracle\ora81/network/admin/sqlnet.ora.bak.
    INFO 2008-03-21 00:07:44
    Creating file F:\oracle\ora81\network\admin\sqlnet.ora.
    INFO 2008-03-21 00:07:44
    Moving file F:/oracle/ora81/network/admin/tnsnames.ora to: F:\oracle\ora81/network/admin/tnsnames.ora.bak.
    INFO 2008-03-21 00:07:44
    Creating file F:\oracle\ora81\network\admin\tnsnames.ora.
    INFO 2008-03-21 00:07:45
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-03-21 00:07:45
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saptrace.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saptrace with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saptrace\background.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saptrace/background with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saptrace\usertrace.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saptrace/usertrace with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapreorg.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapreorg with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saparch.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saparch with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\oraarch.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/oraarch with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapcheck.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapcheck with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapbackup.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapbackup with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\origlogA.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\origlogA with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\mirrlogA.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\mirrlogA with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\origlogB.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\origlogB with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\mirrlogB.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\mirrlogB with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\cntrl.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1/cntrl with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\saparch\cntrl.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/saparch/cntrl with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\origlogA\cntrl.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP\origlogA\/cntrl with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-03-21 00:07:46
    File system node F:\oracle\ERP/sapdata1 exists already. Nothing to do.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp_2.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp_2 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp_3.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp_3 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp_4.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp_4 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp_5.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp_5 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp_6.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp_6 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp_7.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp_7 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp_8.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp_8 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp_9.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp_9 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp_10.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp_10 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp_11.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp_11 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp_12.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp_12 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp_13.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp_13 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp_14.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp_14 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp_15.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp_15 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp_16.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp_16 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\erp620_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\erp620_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\erp620_2.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\erp620_2 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\erp620_3.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\erp620_3 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp620_4.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp620_4 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata4\erp620_5.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata4\erp620_5 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp620_6.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp620_6 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata5\erp620_7.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata5\erp620_7 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp620_8.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp620_8 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erp620_9.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erp620_9 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata6\erpusr_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata6\erpusr_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata2\roll_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata2\roll_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata3\temp_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata3\temp_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Creating directory F:\oracle\ERP\sapdata1\system_1.
    INFO 2008-03-21 00:07:46
    Creating file system node F:\oracle\ERP/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2008-03-21 00:07:46
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-03-21 00:07:46
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-03-21 00:07:47
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-03-21 00:07:47
    Creating file F:\oracle\ora81\database\initERP.ora.
    INFO 2008-03-21 00:07:48
    Creating file F:\oracle\ora81\database\initERP.sap.
    INFO 2008-03-21 00:07:49
    Copying file E:/DUMP/db3/ker/NT/COMMON/INSTALL/INITSID.DBA to: F:\oracle\ora81/database/initERP.dba.
    INFO 2008-03-21 00:07:49
    Creating file F:\oracle\ora81\database\initERP.dba.
    INFO 2008-03-21 00:07:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:07:50
    Moving file F:/oracle/ora81/database/initERP.ora to: orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:07:50
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: F:\oracle\ora81\database\initERP.ora.
    INFO 2008-03-21 00:07:50
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:07:51
    Creating file C:\SAPinst ORACLE KERNEL\oradim.log.
    INFO 2008-03-21 00:07:55
    See 'F:\oracle\ora81/bin/oradim -new -sid ERP -STARTMODE auto' output in 'C:\SAPinst ORACLE KERNEL\oradim.log'.
    INFO 2008-03-21 00:07:55
    'F:\oracle\ora81/bin/oradim -new -sid ERP -STARTMODE auto' returned with '0'.
    INFO 2008-03-21 00:07:56
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:01
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:05
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:29
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:31
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:49
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:08:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:33
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:35
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:41
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:43
    Moving file F:/oracle/ora81/database/initERP.ora to: orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:09:43
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: F:\oracle\ora81\database\initERP.ora.
    INFO 2008-03-21 00:09:43
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-03-21 00:09:43
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:09:46
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:10:24
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:10:26
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:11:46
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:12:24
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:12:26
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:05
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:07
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:46
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:13:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:14:27
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:14:30
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:09
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:11
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:52
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:15:55
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:16:36
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:16:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:17:20
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:17:23
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:05
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:08
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:51
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:18:54
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:19:37
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:19:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:20:25
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:20:27
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:21:14
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:21:16
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:07
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:55
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:22:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:23:48
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:23:50
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:24:41
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:24:44
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:25:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:25:42
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:26:36
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:26:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:27:35
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:27:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:28:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:28:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:29:45
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:12
    Task files created
    INFO 2008-03-21 00:31:12
    Command files created
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 02:52:21
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:00:31
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:28:34
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 05:50:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:18:39
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL2.log
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPCLUST.log
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPPOOL.log
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX3.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLEXC.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSRC.log
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSDOCU.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSPROT.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPUSER.log
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLOAD.log
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAP0000.log
    INFO 2008-03-21 06:23:03
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:23:03
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPVIEW.log
    ERROR 2008-03-21 06:23:07
    FJS-00012 Error when executing script.
    INFO 2008-03-21 00:31:12
    Task files created
    INFO 2008-03-21 00:31:12
    Command files created
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:12
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 00:31:13
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 02:52:21
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:00:31
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 03:28:34
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 05:50:38
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:18:39
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPAPPL2.log
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:18:39
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPCLUST.log
    ERROR 2008-03-21 06:19:40
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPPOOL.log
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:19:40
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSEX3.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLEXC.log
    ERROR 2008-03-21 06:20:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSSRC.log
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:20:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSDOCU.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSPROT.log
    ERROR 2008-03-21 06:21:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPUSER.log
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2008-03-21 06:21:57
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPSLOAD.log
    ERROR 2008-03-21 06:22:57
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAP0000.log
    INFO 2008-03-21 06:23:03
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2008-03-21 06:23:03
    MSC-01015 Process finished with error(s), check log file C:\SAPinst ORACLE KERNEL/SAPVIEW.log
    ERROR 2008-03-21 06:23:07
    FJS-00012 Error when executing script.
    any body can give the solution please
    thanks
    sareen

    Sareen,
    Seems you are having problem with the Export CD you are using for Installation.Change the Export CD,if possible try to download it from Service Market Place of SAP.
    K.Kiran.

  • Sun, take responsibility for appserver7 installation problems!

    *** First set of problems...
    I'm having installation problems on both Solaris 8, (Ultra 480, 1GB RAM, latest recommended patches) and a Windows 2000 Server with SP2 (1GHz P4, 512MB RAM).
    I chose default installation directory and then the install
    complains that Pointbase 4.2 should be installed into the
    same directory etc. Cannot unselect the Sample apps and
    Pointbase options.
    *** Second problem...
    I have an instance previously installed on Windows 2000
    Professional with SP2.(1GHz PIII, 512MB RAM, 5GB space)
    When i start application server 7.0 , then i get the following
    message:
    Could not start the instance: domain1:admin-server
    Server failed to start:abnormal subprocess termination
    Could not start the instance: domain1:server1
    Server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain:domain1
    Could not start one or more domains
    Press any key to continue ...

    When you say that you choose the default installation directory and then the installer complained about Pointbase, what platform where you using? Had you already attempted installs in the past or uninstallations that did not complete properly?
    For your second issue, did you happen to change the host name of your machine? Try cranking up the log level (edit server.xml) to see what's causing the instances to fail on startup. Did the application ever start up after install? What things did you do just prior to the server exhibiting this behaviour?

  • Jre 1.42 installation problems

    hi all. i hav a problem installing JRE 1.42...gives me an error saying..
    Unable to download http://java.sun.com/update/1.42/1.42_06-b03.xml for installation......
    can somebody please solve this problem..thanx in advance..
    regs
    viv

    Go back to the download page and download and install from the offline option.
    That will d/l the entire package and when you click it the install will start.

  • Again in english: loadjava parser xml/plsql

    I tried to load the XMLParser (XML/PLSQL)
    xmlparserv2 and xmlplsql.jar into the JServer.
    No Errors occured on loading the files but it wasn4t possible for the System to resolve the classes.
    ErrorMessage:
    Deutsch:
    Referenziertes Object Scott.oracle/xml/parser/v2/XMLNode konnte nicht aufgelvst werden.
    English Translation:
    The object you refer can4t be resolved.
    Scott.oracle/xml/parser/v2/XMLNode
    The same thing happend as I tried to load the XML/Java Parser.
    What can I do to solve this problem?
    Is it better to use the parser externally?
    null

    For your first quesion, two choices:
    1/ You will have to create an object-relational view on top of your tables.
    You can then insert into the view. In the case that the view is not updatable, you will have to use instead of triggers.
    2/ The other option is to use XSLT to break the input xml doc into separate documents and then load a table at a time.
    null

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine.
    I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy..
    The first screen says this....
    SunOS Secondary Boot version 3.00
    WARNING: ACPI Tables not in Reclaim Memory
    prom_panic: kmem_free block already free
    Entering boot debugger:
    [130ee5]:
    and when i hit enter and choose c (continue execution), the m/c hangs and asks me to push ctrl-alt-del to reboot..
    I don't know what the ACPI tables are .. and how i can fix this...
    Anyone who knows this... please help..
    Thanx a lot..

    I have heard about the ACPI that may be a Power Managemnet Tools or something, it always be found in Microsoft Window 2000 Device Manager, sorry I can't help you to solve the problems.....because I also have some installation problem on my Intel paltform @_@.

  • Installation Problem on iTunes 6.0.1.3 - HpSdpAppCoreApp

    Help!
    I'm trying to install the new iTunes 6.0 and I'm getting a message during installation that says
    HpSdpAppCoreApp
    "The feature you are trying to use in on a network resource that is unavailable.
    Click OK to try again, or enter an alternative pathway to a folder containing the installation package "HpSdpAppCoreApp.msi" in the box below."
    The last time I dug through some files on my own, bad things happened.
    Thanks,
    C

    good gracious, Chris ...
    okay, try applying the general advice on installation problems given here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and the InstallShield Tips and Pointers are also helpful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted.
    love, b

  • Installation problem on SUSE 12.1

    Hi
    I'm a Linux beginner and I am trying to install LV on SUSE 12.1
    I've also posted my problems on Lava:
    http://lavag.org/topic/15240-labview-installation-problem-on-suse-121/
    The installation started and it looks quite all right, but when I try to start LabVIEW, the application just sits in the taskbar for about 20 seconds and then just disappears.
     Any ideas?
    Is there a way to debug to see what's going on?
    Cheers,
    Mike
    Solved!
    Go to Solution.

    Hi Mike,
    Unfortunately, there are no versions of LabVIEW supported on SUSE 12.1 at present. Here's a link to LabVIEW version compatibility with different Linux distributions. I saw from your other forum that you're attempting to install LabVIEW 2009, which is certified for SUSE 11.0 at the latest. 
    Best,
    Dan N
    Applications Engineer
    National Instruments 

  • Installation Problem on Win8

    Hello all
    I need your help for troubleshooting an installation problem on a Win8 (x64) client. There is already JavaJRE installed, but we wanted to install some other versions, too. But it didn't work. So we tried to unistall to curently version. This was running badly. Now there entry is removed from windows software, but the software is still on the system. Always if we try to install any java, we get a failure message with no error discription. So we looked for some installation logs, but I can't find the problem. Can you have a look? What can I do?
    Thank you guys for your support.
    Installation Logs:
    java_install.log - Pastebin.com
    java_install_reg.log - Pastebin.com
    JavaDeployReg.log - Pastebin.com

    Hi people!
    I have two problems with nokia suite...
    first of all I can't install it at my windows 8.1, I receive the message attached...
    Second,
    in another notebook, all time I tried to update my N8 to Symbian bella I receive a blue screen of death, at windows 8
    can somebody help me?
    Attachments:
    mokiasuit.png ‏13 KB

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have
    install start at unzip tar.gz and tar -xf .... now i have run
    ./installFMS it show
    ./fmsini: error while loading shared libraries: libstdc++.so.5:
    cannot open shar
    ed object file: No such file or directory
    ERROR: Your are running the Macromedia Flash Media Server
    installer
    on the wrong platform.
    it not support for fedora or anything else?
    plz help....

    would be nice if someone responded to this.... Macromedia
    wouldn't have been this lax in giving a reply :) AND they keep up
    with OS updates too :)

  • Xp_logininfo Installation problem

    Hello gurus,
    I'm facing the same problem as described in this link:
    Re: xp_logininfo "Installation problem on windows 2003 with Sql 2005"
    the error I get is similiar:
    <i>The below message comes from executing the command master..xp_logininfo '<domain>\<user> ' Msg 15404, Level 16, State 11, Procedure xp_logininfo, Line 62 Could not obtain information about Windows NT group/user '<domain>\<user> ', error code 0x534. The statement has been terminated</i>
    but I just don't get how to solve it.
    -I've tried to use the profiler but didn't find any information that will help me to solve.
    -One of the guys wrote to add "logon rights" to the user ... what does it mean ?
    Please advice,
    Dimitry Haritonov

    Hi sven,
    Thank you very much for the quick and direct answer.
    The problem was that the user that runs the SQL SERVER service didn't have authorization to retrieve information from active directory.
    I've changed the service user, run the sapinst again, and after it succeeded I've returned the previous user.
    Best regards,
    Dimitry Haritonov

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

Maybe you are looking for