Manual Database creation in solaris -- checklist/steps required

Hi,
I am creating test databsae in my development solaris server. is there any checklist or process steps to guiding creation of oracle 10g database... the software is already installed...
i can remember roughly..the steps are:
1. create pfile with all the required info like control file locations and archive file locations and memory info
2. sqlplus "/nolog"
3. startup pfile=<location>
4. create database command.
5. post scripts like catalog and catproc
6. making to archive logging
7. implement rman backups.
am i missing anything here?
-- Raman.

Yes. this documentation i was looking for...thanks a lot ......
--Raman.                                                                                                                                                                                       

Similar Messages

  • Manual database creation in solaris

    Hi Guru's
    I was working with Oracle on Windows platform. Now we are moving into Sun solaris. Please give me the complete steps to create the database manually on Solaris. Please not , for me the Os settings is important like, service creatiion ,password file creation. I am using Oracle 10g.
    Thanks in advance
    Thanks & Cheers
    Antony

    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15690/toc.htm
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15697/toc.htm
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15704/toc.htm

  • Manual database creation

    Hi all,
    I need to create a small database manually.
    What are the mandatory fields for DB creation.
    What are the steps to be followed?
    If anyone have the script please send me.
    Thanks in advance.
    regards,
    prem

    hi prem..
    you have to create script for database creation..
    no problem if ur on 9i.
    let do below step..
    step 1. open ur dbca and create script for ur database.
    step 2. create folder
    bdump, udump, cdump ---- d:\oracle\ora90\admin\3 folder 1.bdump, 2. udump, 3.cdump
    folder name some ur db_name -----d:\oracle\oradata\"folder name must be some ur db_name"
    step 3. go cmd prompt
    start>run>command [enter]
    cmd>set oracle_sid=dbname
    cmd> create password file..... ( see mentioned link in previous post)
    cmd>create and start services ( see mentioned link in prev. post)
    cmd>sqlplus/nolog
    sql>conn sys as sysdba
    connected
    sql> run all database creation scripts.
    script generate in
    d:\oracle\admin\script\>>>>>>.scritps
    Note.>> Drive may be C:,D: whatever according ur setting.
    hope this helps
    Taj.
    Message was edited by:
    user52

  • Manual Database Creation on win 2000

    Oracle 9i(release 1) database server is installed on win2000 server.
    i want complete detail steps to create database manually ON WIN 2000 SERVER.
    i tried to create database manually but when i runs the
    database creation script it generates an error 'INSTANCE TERMINATED : DISCONNECTION FORCED'
    I AM STUDENT OF FUNDAMENTAL 1 COURSE.
    rohit

    It is good to know the steps to create a database manually. If you run the dbca and choose only to create the scripts you realize the steps. Apart from that if you are studying for Fundamentals I exam and you want to it because you think that content is going to appear. Forget it. In that exam there are not questions related to steps to create a database manually and less in windows.
    To learn to create a database in Unix makes sense really!
    Joel Pérez

  • Oracle 9i manual database creation on the Red Hat 9 Linux

    I installed Oracle 9I on the Red Hat 9 Linux successfully with automatic database creation.
    I tried to create second database manually and everything seemed to be fine until I issued create database statement. I got the following error:
    ERROR at line 1
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    Please help me to solve the problem.
    Thank you,

    Ok I am having the same exact problem and I am typing this into the shell before I run the installer.
    export DISPLAY=yourdesktop:0.0
    I thought that would fix the problem but it still hangs and gives the same message as the other guy gets. How can I solve this problem and get the installer running? I would really appreciate any help. This is the message I get:
    [oracle@localhost linux]$ ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2003-08-02_10-09-53PM/jre/bin/java. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.&lt;clinit&gt;(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.&lt;init&gt;(Window.java:188)
    at java.awt.Frame.&lt;init&gt;(Frame.java:315)
    at java.awt.Frame.&lt;init&gt;(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    [oracle@localhost linux]$

  • Error in manual database creation in 10g for windows.

    hi,
    i have planned to create database manually in window command prompt by the following steps but i m getting this error,
    so guys provide me some idea to create db.
    D:\oracle\product\10.1.0\Db_1>set oracle_sid=god;
    D:\oracle\product\10.1.0\Db_1>oradim -new -sid%ORACLE_SID%-intpwd mysecretpasswo
    rd -startmode M
    D:\oracle\product\10.1.0\Db_1>dir database
    Volume in drive D is COLLECTIONS
    Volume Serial Number is 5A2D-5C24
    Directory of D:\oracle\product\10.1.0\Db_1\database
    03/07/2010 05:56 PM <DIR> .
    03/07/2010 05:56 PM <DIR> ..
    03/06/2010 11:04 PM <DIR> archive
    03/07/2010 11:12 PM 106 core_orcl_1220_1284_2010_3_7_17_19_32.log
    03/07/2010 05:17 PM 2,048 hc_orcl.dat
    03/06/2010 11:56 PM 157 initgod.ora
    03/07/2010 05:51 PM 955 INITorcl.ORA
    03/06/2010 11:01 PM 31,744 oradba.exe
    03/06/2010 11:59 PM 2,560 PWDgod;.ORA
    03/06/2010 11:13 PM 1,536 PWDorcl.ora
    03/07/2010 05:56 PM 2,560 SPFILEORCL.ORA
    03/07/2010 12:15 AM 8,510 sqlnet.log
    9 File(s) 50,176 bytes
    3 Dir(s) 26,471,571,456 bytes free
    D:\oracle\product\10.1.0\Db_1\database>initgod.ora
    D:\oracle\product\10.1.0\Db_1\database>sqlplus/nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on Mon Mar 8 23:00:01 2010
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect sys/mysecretpassword as sysdba
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>
    thanks

    Jr.DBA wrote:
    hi,
    i have planned to create database manually in window command prompt by the following steps but i m getting this error,
    so guys provide me some idea to create db.
    D:\oracle\product\10.1.0\Db_1>set oracle_sid=god;
    D:\oracle\product\10.1.0\Db_1>oradim -new -sid%ORACLE_SID%-intpwd mysecretpasswo
    rd -startmode M
    D:\oracle\product\10.1.0\Db_1>dir database
    Volume in drive D is COLLECTIONS
    Volume Serial Number is 5A2D-5C24
    Directory of D:\oracle\product\10.1.0\Db_1\database
    03/07/2010 05:56 PM <DIR> .
    03/07/2010 05:56 PM <DIR> ..
    03/06/2010 11:04 PM <DIR> archive
    03/07/2010 11:12 PM 106 core_orcl_1220_1284_2010_3_7_17_19_32.log
    03/07/2010 05:17 PM 2,048 hc_orcl.dat
    03/06/2010 11:56 PM 157 initgod.ora
    03/07/2010 05:51 PM 955 INITorcl.ORA
    03/06/2010 11:01 PM 31,744 oradba.exe
    03/06/2010 11:59 PM 2,560 PWDgod;.ORA
    03/06/2010 11:13 PM 1,536 PWDorcl.ora
    03/07/2010 05:56 PM 2,560 SPFILEORCL.ORA
    03/07/2010 12:15 AM 8,510 sqlnet.log
    9 File(s) 50,176 bytes
    3 Dir(s) 26,471,571,456 bytes free
    D:\oracle\product\10.1.0\Db_1\database>initgod.ora
    D:\oracle\product\10.1.0\Db_1\database>sqlplus/nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on Mon Mar 8 23:00:01 2010
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect sys/mysecretpassword as sysdba
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>
    thanksEven if you want to do it manually as a learning exercise, I'd advise you to use dbca. Select 'custom' database type, and at the end select 'create scripts' without actually creating a database. Then study those scripts.

  • Faced an error ora-01092 at the time of 9i manual database creation

    Hi
    i faced an error when i installing 9i on my linux manually
    error is ORA-01092:oracle instance terminated disconnected forcibly
    Any one please help
    with regards
    neo

    HI,
    Are you create UNDO TABLESPACE or specify undo tablespace creation in CREATE DATABASE command.
    post your CREATE database command with ALERT<SID>.LOG file.
    regards
    Taj

  • Manual database creation on 9i; Windows 2000, SP 2

    Hi, I am unable to generate database using generated sripts by Database Configuration Assistant. I also tried to modify them to be similar to those generated in version Oracle 8.0.5. The main problem is I cannot connect through SQLPLUS utility using usename SYS with CHANGE_ON_INSTALL password. I miss user INTERNAL :-). Please, help.
    Thanks, Trsik.

    Hi, thank you for suggestions. The problem was I didn't have a pwd<SID>.ora file and I had to change REMOTE_LOGIN_PASSWORDFILE to SHARED value in init<SID> file. Then there was no problem with DB creation.
    Trsik

  • Manual Database Creation in Linx

    Dear All,
    I have installed Oracle 8i on linux.
    But due to some problems I couldnt run database assistant and configuration of network.
    When I tried to run dbasst & netasst those are also not runing.
    Please can anybody tell me how to configure both of these manually.
    Regards
    Aqeel Nawaz

    Let me 2b DBA wrote:
    Dear All,
    I have installed Oracle 8i on linux.
    But due to some problems I couldnt run database assistant and configuration of network.
    When I tried to run dbasst & netasst those are also not runing.
    Please can anybody tell me how to configure both of these manually.
    Regards
    Aqeel NawazI'm curious as to why you are trying to install a totally unsupported version of Oracle.

  • Small correction in oracle 9i Rel.2 docs, under manually database creation

    Friends,
    There is a small correction in the oracle 9i Rel.2 documentation under, creating database manually. The mistake is that they define temptablespace file as DATAFILE, where as, it suppose to be, TEMPFILE. If any one uses this script from docs. to create database manually, it will throw an error.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#1003614
    Using TEMPFILE inplace of DATAFILE would solve the problem.
    Jaffar

    Hi Nyanga,
    The migration tools can be used to migrate to Oracle 9i.
    But we try and keep the conversion compatible with Oracle XE / Oracle 10g and up.
    So you may have issues migrating to Oracle 9i like you said, with he sqlserver_utilities package and using 10g syntax.
    Creating the repository on Oracle 9i is not supported.
    But even if you did succeed , it would not change how the conversion was done. You would still end up with an identical sqlserver_utilities package which was generated using the migration repository on an Oracle 10g database. sqlserver_utilities package definition itself is fixed within a file so regardless of the repository used the same one will be generated.
    Oracle XE can be used of course as the repository and its free to download and use.
    Regards,
    Dermot.

  • Manual database creation error

    the oracle version is : 10.2.0
    first i create a new instance by oradim , and a .ora file was generated. But when starting the new instance in sqlplus (database haven't been set up yet) , i encount a strange problem, the error code is as follow:
    ora-24324 Service handle not initalized
    ora-01041 internal error, hostdef extension doesnot exist
    Did i commit any mistake during the operation ? Can anybody tell me the possible reason ?

    I cann't find the file sqlnet.ora in the root directory of %oraclehome%\db_1\network\admin ,but found one in the subdirectory %oraclehome%\db_1\network\admin\sample. I don't think it's the just file i am looking for, because all the content are commented out in that file. Below is some related content copy from that file :
    #sqlnet.authentication_services
    # Syntax: A single value or a list from {beq, none, all, kerberos5,
    #       radius, nts}
    # Default: NONE
    # Enables one or more authentication services. If
    # Oracle Advanced Security has been installed with Kerberos5
    # support, using (beq, kerberos5) would enable authentication via
    # Kerberos.
    #sqlnet.authentication_services=(beq, kerberos5)
    Can you tell me where to find the proper file (sqlnet.ora) ?

  • Manual database creation on RHEL5

    Dear,
    I fired the following command to create a database on RHEL5 but getting the following error,please help me out what is the sollution for that.
    SQL> create database mydb logfile
    2 group 1 ('/home/oracle/mydb/redo/g1.log')size 2m,
    3 group 2 ('/home/oracle/mydb/redo/g2.log')size 2m
    4 datafile '/home/oracle/mydb/data/sys.dbf' size 2m autoextend on
    5 sysaux datafile '/home/oracle/mydb/data/sysaux.dbf' size 2m autoextend on;
    create database mydb logfile
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: '/home/oracle/mydb/control/control01.ctl'
    ORA-27040: file create error, unable to create file
    Linux Error: 13: Permission denied
    This is the status of space in my system
    [root@localhost ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda12 4956284 3511560 1188892 75% /
    /dev/sda15 505604 10608 468892 3% /tmp
    /dev/sda14 2482048 202160 2151772 9% /var
    /dev/sda11 4956284 842468 3857984 18% /home
    /dev/sda10 4956284 4003364 697088 86% /usr
    /dev/sda9 101086 11105 84762 12% /boot
    tmpfs 1033144 0 1033144 0% /dev/shm
    Thanks
    Rahul
    Edited by: user10734684 on Dec 29, 2008 11:10 PM

    ORA-27040: file create error, unable to create file
    Linux Error: 13: Permission deniedPlease check permission at /home/oracle/mydb/control/ PATH.
    Example:
    ls -la /home/oracle/mydb/control/
    read:
    http://www.linuxforums.org/security/file_permissions.html
    http://www.freeos.com/articles/3127/
    And then post
    Edited by: HunterX (Surachart Opun) on Dec 30, 2008 2:27 PM

  • Oracle 9i installation hanging in "Clone Database Creation in Process"

    Hi all,
    I have been struggling in installing the 9i in my laptop.
    Here is my setup,
    OS: Windows Server 2003 Enterprise Edition SP2 in VMWare
    Database: Oracle 9i 9.2.0.1.0
    When it automatically comes to "Database Configuration Assistant", there are 4 steps.
    Copying Database files
    Initializing Database
    Creating and starting Oracle Instance
    Completing database creation
    The 1st 3 steps has been completed and the installation just hangs at the last step when the completion rate is 88%.
    Anyone got problem like this ?
    Here are the details I have so far for the DBCA during installation process,
    Listener Control complete.
    Listener start failed. Listener may already be running.
    Listener configuration complete.
    Default local naming configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    Since I am completely new to installing DB, please help me to get rid of this frustration.
    Thanks !
    Regards,
    Chris

    Capacity Planner 9.2.0.1.0
              Enterprise Manager Events 9.2.0.1.0
              Enterprise Manager Base Classes 9.2.0.1.0
              Required Support Files 9.2.0.1.0
              Enterprise Manager Installation Prerequisite Checks 9.2.0.1.0
              Utilities Common Files 9.2.0.1.0
              Enterprise Manager Quick Tours 9.2.0.1.0
              Oracle Display Fonts 9.0.2.0.0
              regexp 2.0.20.0.0
              Oracle OLAP Worksheet 9.2.0.1.0
              Oracle OLAP API 9.2.0.1.0
              Oracle Developer Server Forms Manager 9.2.0.1.0
              Oracle Intelligent Agent Base Component Files 9.2.0.1.0
              Oracle Internet Directory Client Common Files 9.2.0.1.0
              Sun JDK 1.3.1.0.1a
              Oracle Directory Manager 9.2.0.1.0
              Visigenics ORB 3.4.0.0.0
              Assistant Common Files 9.2.0.1.0
              Enterprise Manager Paging and OMS Common Files 9.2.0.1.0
              XML Parser for C 9.2.0.1.0
              Oracle Net Configuration Assistant 9.2.0.1.0
              Character Set Migration Utility 9.2.0.1.0
              Enterprise Manage Website Translated Files 9.2.0.1.0
              Oracle Net Manager 9.2.0.1.0
              Oracle Net 9.2.0.1.0
              Oracle Perl Interpreter 5.00503.0.0.0c
              Apache Web Server files 1.3.22.0.0a
              Oracle JDBC/OCI Driver for JDK 1.4 9.2.0.1.0
              Database Configuration Assistant 9.2.0.1.0
              Oracle JDBC/OCI Driver for JDK 1.2 9.2.0.1.0
              Oracle INTYPE File Assistant 9.2.0.1.0
              SQLJ Runtime 9.2.0.1.0
              Oracle JDBC/OCI Interfaces 9.2.0.1.0
              Advanced Queueing (AQ) API 9.2.0.1.0
              Oracle Caching Service for Java 2.1.0.0.0a
              Recovery Manager 9.2.0.1.0
              JSDK 2.0.0.0.0d
              Apache JServ 1.1.0.0.0g
              Oracle interMedia Java Client 9.2.0.1.0
              Oracle Java Layout Engine 2.0.1.0.0
              Oracle Administration Assistant for Windows NT 9.2.0.1.0
              Oracle XML SQL Utility 9.2.0.1.0
              SQLJ Translator 9.2.0.1.0
              Enterprise Login Assistant 9.2.0.1.0
              Oracle Services For Microsoft Transaction Server 9.2.0.1.0
              Enterprise Manager Paging Server 9.2.0.1.0
              Oracle Java Tools 9.2.0.1.0
              Oracle ODBC Driver 9.2.0.1.0
              Authentication and Encryption 9.2.0.1.0
              Oracle Wallet Manager 9.2.0.1.0
              Oracle Database User Interface 2.2.11.0.0
              Oracle SNMP Agent 9.2.0.1.0
              Oracle Provider for OLE DB 9.2.0.1.0
              Oracle Objects for OLE 9.2.0.4.4
              Oracle C++ Call Interface 9.2.0.1.0
              Oracle OLAP Cube Viewer 9.2.0.1.0
              Oracle OLAP CWM Lite 9.2.0.1.0
              Object Type Translator 9.2.0.1.0
              SQL*Plus 9.2.0.1.0
              Oracle Call Interface (OCI) 9.2.0.1.0
              SQL*Loader 9.2.0.1.0
              Secure Socket Layer 9.2.0.1.0
              Oracle Internet Directory Client 9.2.0.1.0
              Oracle Net Listener 9.2.0.1.0
              Advanced Replication 9.2.0.1.0
              Oracle Complete DSS Starter Database 9.2.0.1.0
              Oracle Complete OLTP Starter Database 9.2.0.1.0
              Oracle Starter Database 9.2.0.1.0
              Oracle Message Gateway Common Files 9.2.0.1.0
              Oracle Common Schema Demos 9.2.0.1.0
              Change Management Common Files 9.2.0.1.0
              Oracle UIX 2.0.20.0.0
              Oracle Help for the Web 1.0.7.0.0
              XML Class Generator for C++ 9.2.0.1.0
              XML Parser for C++ 9.2.0.1.0
              XML Parser for Oracle JVM 9.2.0.1.0
              XML Transx 9.2.0.1.0
              XML Transviewer Beans 9.2.0.1.0
              XML Class Generator for Java 9.2.0.1.0
              XSQL Servlet 9.2.0.1.0
              XML Parser for PL/SQL 9.2.0.1.0
              Oracle SQLJ 9.2.0.1.0
              Enterprise Manager Common Files 9.2.0.1.0
              Common Files For Generic Connectivity Using OLEDB 9.2.0.1.0
              Oracle SOAP Client 2.0.0.0.0a
              Oracle Workflow Manager 9.2.0.1.0
              Oracle Net Integration 9.2.0.1.0
              Oracle XML Runtime Components 9.2.0.1.0
              Enterprise Manager Database Applications 9.2.0.1.0
              Oracle SOAP Server 2.0.0.0.0a
              Oracle Database Demos 9.2.0.1.0
              Oracle Ultra Search Common Files 9.2.0.1.0
              Enterprise Manager Console 9.2.0.1.0
              Enterprise Manager Integrated Applications 9.2.0.1.0
              Enterprise Manager Client 9.2.0.1.0
              Database Workspace Manager 9.2.0.1.0
              Oracle interMedia Java Advanced Imaging 9.2.0.1.0
              Oracle interMedia Client Compatibility Files 9.2.0.1.0
              Oracle interMedia Java Media Framework Client 9.2.0.1.0
              Oracle interMedia Client Demos 9.2.0.1.0
              Oracle interMedia Web Client 9.2.0.1.0
              BC4J Runtime for Database 9.0.2.692.1
              Oracle Change Management Pack 9.2.0.1.0
              Oracle interMedia Annotator 9.2.0.1.0
              Data Management Services Common Files 9.2.0.1.0
              Oracle interMedia Common Files 9.2.0.1.0
              Oracle interMedia Image 9.2.0.1.0
              Oracle interMedia Audio 9.2.0.1.0
              Oracle interMedia Video 9.2.0.1.0
              Database Upgrade Assistant 9.2.0.1.0
              Oracle Intelligent Agent Config Tool 9.2.0.1.0
              Oracle Intelligent Agent 9.2.0.1.0
              PL/SQL Embedded Gateway 9.2.0.1.0
              Oracle HTTP Server Extensions 9.2.0.1.0
              Oracle eBusiness Management Extensions 9.2.0.1.0
              Oracle EMD Agent Extensions 9.2.0.1.0
              Oracle interMedia Client Option 9.2.0.1.0
              Oracle SOAP for JServ 2.0.0.0.0a
              MIcrosoft SQLServer(TM) Extensions 9.2.0.1.0
              Oracle Management Pack for Oracle Applications 9.2.0.1.0
              Oracle Windows Interfaces 9.2.0.1.0
              Export/Import 9.2.0.1.0
              Apache Configuration for Oracle XML Developer's Kit 9.2.0.1.0
              Oracle Tuning Pack 9.2.0.1.0
              Oracle Forms Extensions 9.2.0.1.0
              Oracle XML Developer's Kit 9.2.0.1.0
              Oracle Java Server Pages 1.1.3.1.0
              Oracle Diagnostics Pack 9.2.0.1.0
              Oracle Ultra Search Middle-Tier 9.2.0.1.0
              Oracle Dynamic Services Server 9.2.0.1.0
              Oracle Mod PL/SQL Gateway 3.0.9.8.3b
              Apache Configuration for Oracle Java Server Pages 1.1.2.3.0
              Oracle Text 9.2.0.1.0
              Generic Connectivity Common Files 9.2.0.1.0
              New Database ID 9.2.0.1.0
              Database SQL Scripts 9.2.0.1.0
              Generic Connectivity Using OLEDB - SQL 9.2.0.1.0
              Oracle HTTP Server 9.2.0.1.0
              XML 9.2.0.1.0
              Generic Connectivity Using OLEDB - FS 9.2.0.1.0
              iSQL*Plus 9.2.0.1.0
              Generic Connectivity Using ODBC 9.2.0.1.0
              Enterprise Manager Webserver Integration 9.2.0.1.0
              Reporting Framework 9.2.0.1.0
              Oracle interMedia Locator 9.2.0.1.0
              Oracle Management Server 9.2.0.1.0
              Oracle Ultra Search Server 9.2.0.1.0
              Oracle interMedia 9.2.0.1.0
              Oracle Trace 9.2.0.1.0
              Oracle9i Syndication Server 9.2.0.1.0
              Enterprise Manager Web Site 9.2.0.1.0
              Oracle Applications Extensions 9.2.0.1.0
              Oracle Intelligent Agent Extensions 9.2.0.1.0
              Oracle Programmer 9.2.0.1.0
              Migration Utility 9.2.0.1.0
              Oracle Enterprise Manager Products 9.2.0.1.0
              Oracle9i Development Kit 9.2.0.1.0
              Oracle Advanced Security 9.2.0.1.0
              Oracle JVM 9.2.0.1.0
              Database Verify Utility 9.2.0.1.0
              PL/SQL 9.2.0.1.0
              Oracle Database Utilities 9.2.0.1.0
              Oracle9i 9.2.0.1.0
              Oracle Net Services 9.2.0.1.0
              Oracle COM Automation Feature 9.2.0.1.0
              Oracle Data Mining 9.2.0.1.0
              Oracle OLAP 9.2.0.1.0
              Oracle Spatial 9.2.0.1.0
              Oracle Partitioning 9.2.0.1.0
              Enterprise Edition Options 9.2.0.1.0
              Oracle9i Database 9.2.0.1.0
    Starting to execute optional autolaunch configuration tools
    Launched configuration tool Oracle Net Configuration Assistant
    Command which is being spawned is C:\Program Files\Oracle\jre\1.1.8\bin/jrew.exe -Duser.dir=C:\oracle\ora92\network\jlib -classpath ";C:\Program Files\Oracle\jre\1.1.8\lib\rt.jar;C:\oracle\ora92\jlib\ewt3.jar;C:\oracle\ora92\jlib\ewtcompat-3_3_15.jar;C:\oracle\ora92\network\jlib\NetCA.jar;C:\oracle\ora92\network\jlib\netcam.jar;C:\oracle\ora92\jlib\netcfg.jar;C:\oracle\ora92\jlib\help3.jar;C:\oracle\ora92\jlib\oracle_ice5.jar;C:\oracle\ora92\jlib\share.jar;C:\oracle\ora92\jlib\swingall-1_1_1.jar;C:\Program Files\Oracle\jre\1.1.8\lib\i18n.jar;C:\oracle\ora92\jlib\srvm.jar;C:\oracle\ora92\network\tools" oracle.net.ca.NetCA /orahome C:\oracle\ora92 /orahnam OraHome92 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp,tcps /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile C:\oracle\ora92\network\install\netca_typ.rsp
    Configuration tool Oracle Net Configuration Assistant succeeded
    Result code for launching of configuration tool is 0
    Launched configuration tool Oracle Database Configuration Assistant
    Command which is being spawned is C:\Program Files\Oracle\jre\1.1.8\bin/jrew.exe -DORACLE_HOME="C:\oracle\ora92" -DJDBC_PROTOCOL="thin" -classpath ";C:\Program Files\Oracle\jre\1.1.8\lib\i18n.jar;C:\Program Files\Oracle\jre\1.1.8\lib\rt.jar;C:\oracle\ora92\jlib\ewt3.jar;C:\oracle\ora92\jlib\kodiak.jar;C:\oracle\ora92\jlib\ewtcompat-3_3_15.jar;C:\oracle\ora92\lib\xmlparserv2.jar;C:\oracle\ora92\jdbc\lib\classes111.zip;C:\oracle\ora92\classes;C:\oracle\ora92\jlib\gss-1-1.zip;C:\oracle\ora92\jlib\oembase-9_2_0.jar;C:\oracle\ora92\jlib\srvm.jar;C:\oracle\ora92\assistants\jlib\assistantsCommon.jar;C:\oracle\ora92\jlib\share.jar;C:\oracle\ora92\jlib\swingall-1_1_1.jar;C:\oracle\ora92\assistants\dbca\jlib\dbca.jar;C:\oracle\ora92\jlib\help3.jar;C:\oracle\ora92\jlib\oracle_ice5.jar;C:\oracle\ora92\jlib\netcfg.jar;C:\oracle\ora92\lib\vbjorb.jar;C:\oracle\ora92\lib\vbjtools.jar;C:\oracle\ora92\lib\vbjapp.jar;" oracle.sysman.assistants.dbca.Dbca -progress_only -createDatabase -templateName General_Purpose.dbc -gdbName orcl -sid orcl -datafileJarLocation C:\oracle\ora92\assistants\dbca\templates -datafileDestination C:\oracle\oradata -responseFile NO_VALUE -characterset WE8MSWIN1252 -passwordDialog true Protected value, not to be logged

  • Oracle 11.1.0 + Solaris 10 10/08 + Database Creation failed

    Dear all,
    we have installed Oracle 11.1.0 on a Solaris 10 10/08 T5220 system and
    the DB server installs fine.
    When we try now to create the database by dbca the following errors
    at the "Completing Database Creation" step were seen:
    ORA-12801: error signaled in parallel query server P073.
    ORA-00018: maximum number of sessions exceeded
    ORA-06512: at "SYS.UTL_RECOMP", line 629
    ORA-06512: at "SYS.UTL_RECOMP", line 671
    ORA-06512: at line 1
    We learnt from the net that an increase of the SESSIONS / PROCESSES
    parameters in the init.ora file should help us.
    Regardless which number for these parameters we used
    (PROCESSES = 1000 or 5000 or 10000) the errors above still occured.
    We turned also off parallelism but without success!
    Is this a bug and/or is there any other method to create the database
    without any errors?
    THX,
    Rainer

    I got it now by putting the "sessions" parameter into the template file General_purpose.dbc
    used by dbca.
    By the way:
    I tried also to install Oracle 11g on a Sun with only 4gb RAM
    under Solaris 10 10/08. I got the error
    ORA-27102 Out of Memory
    Does this mean that we need more physical RAM now?
    Rainer

  • Database creation steps in RAC

    Hi Geeks,
    I am looking for steps for creating database in existing RAC environment. Its 2 node rac with 2 databases are already existing.
    I cannt use DBCA due to connectivity issues. So through silent mode i want to create a new database with two instances spread across two nodes. Please remember its ASM based databases.
    Environment :- Solaris 10, Oracle 10.2.0.4
    Thanks in advance,
    Mahesh.G

    Hope you find this interesting... There is a lot of good RAC information here:
    http://www.oracle-base.com/articles/rac/ArticlesRac.php
    Regards
    Z.K.

Maybe you are looking for