Error Creating Database on Oracle 10g Release 2

I'm having a problem creating a second database on 10g release 2 on Windows server 2003.
I have created an initialization parameter file on %Oracle_Home%\database\initDB2.ora
However, whenever I try to run sql command to create a database with the same name as the db_name parameter in the initialization parameter, it gives an error database name 'DB2' does nto matchthe parameter db_name = dbase
dbase is the first database that was created automatically when I installed Oracle.
Any solutions? Why is the server not using the parameter file I have created? Why does it seem to use the initialization parameter file that belongs to the first database?
Cheers

'startup nomount' with 'pfile=...initDB2.ora' clause? In this case Oracle chooses a server parameter file (spfile) by default and I still assume ORACLE_SID is set to your first database. So automatically spfile from the first database is used. You should try:
set ORACLE_SID=DB2
(now in sqlplus) startup nomount pfile=%ORACLE_HOME$\database\initDB2.ora
Werner

Similar Messages

  • Can not create  new database on Oracle 10G release 2 (10.2.0.3) under Linux

    I have a server with SO Red Hat Enterprise Linux 4
    Oracle Oracle 10G release 2 (10.2.0.1)
    After instaling the patch (10.2.0.3) to the data base it doesn´t allow me to create a new data base when the dbca is going to generate the service it disconects it self from oracle and marks
    an error that its not conected to oracle.
    atte
    Rafael Mendoza

    Hi Rafael
    Did you change your shm values in the kernel ? Please check those values in 2.6 Configuring Kernel Parameters
    64 bits: http://download.oracle.com/docs/cd/B19306_01/install.102/b15667/pre_install.htm#i1011296
    32 bits: http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/pre_install.htm#sthref264
    Note that you have to increase : semmni, semmns,shmmni should be multiplied by # of instances, SHMMAX should be set to avail memory
    Can you please give us your values from your server please?
    Your physical memory :
    grep MemTotal /proc/meminfo
    And also the result of
    ipcs -l
    which release of Linux are working with 32 bits or 64 bits ?

  • Problem faced while creating database in oracle 10g

    SQL> get C:\Oracle_Docs\ex\dbcreation_script\DBCREATIONSCRIPT
    1 create database db_test
    2 logfile group 1 ('C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO01.rdo','C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO02.rdo') size 100 m,
    3 group 2 ('C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO03.rdo','C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO04.rdo') size 100 m
    4 datafile 'C:\oracle\product\10.1.0\oradata\orcl\testdb\system01.dbf' size 32m
    5 SYSAUX DATAFILE 'C:\oracle\product\10.1.0\oradata\orcl\testdb\SYSAUX.DBF' SIZE 325M
    6 undo tablespace testundotbs
    7 datafile 'C:\oracle\product\10.1.0\oradata\orcl\testdb\undo01.dbf' size 40 m
    8 default temporary tablespace test_temptbls
    9 tempfile 'C:\oracledb\testdb\tempo1.dbf' size 40 m
    10 character set WE8MSWIN1252
    11* national character set AL16UTF16
    12 /
    create database db_test
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-01504: database name 'DB_TEST' does not match parameter db_name 'orcl'
    create spfile = 'C:\oracle\product\10.1.0\db_1\database\spfiledb_test.ora' from pfile = 'C:\oracle\product\10.1.0\admin\orcl\pfile\init.ora'
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file
    'C:\ORACLE\PRODUCT\10.1.0\ADMIN\ORCL\PFILE\INIT.ORA'
    Message was edited by:
    user525645

    i have the init file which contains my database name.i have tries asking one sir regarding this. he checked out my problem but couldnt get the solution.he told he'll check it out and tell...he 's telling ther is 25% chance in installation problem.
    my init.ora file
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=db_test
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\product\10.1.0\admin\orcl\bdump
    core_dump_dest=C:\oracle\product\10.1.0\admin\orcl\cdump
    user_dump_dest=C:\oracle\product\10.1.0\admin\orcl\udump
    # File Configuration
    control_files=("C:\oracle\product\10.1.0\oradata\orcl\testdb\control01.ctl", "C:\oracle\product\10.1.0\oradata\orcl\testdb\control02.ctl", "C:\oracle\product\10.1.0\oradata\orcl\testdb\control03.ctl")
    db_recovery_file_dest=C:\oracle\product\10.1.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.1.0.2.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=orclXDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    Message was edited by:
    user525645

  • How to create database in oracle 10g

    hello
    i want to create new database
    i have already one on my pc. I use oracle 10g express
    is there some gui to reach this task ?

    Handle:      784633
    Status Level:      Newbie
    Registered:      Jul 27, 2010
    Total Posts:      154
    Total Questions:      49 (47 unresolved)
    no no ... i need another database - another instanceSince you have all the answers, you are free to proceed as you deem appropriate.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/toc.htm
    Ready, Fire, AIM!

  • Create database in oracle 10g

    Hi.
    I have computer with 300Mb memory, and Suse enterprice server 9 on that computer. In specification of o10g I found it need 512Mb.
    This is posible with this amount of memory run database?
    Basicly I don't need nothing big. I want just lern Oracle. Install it (what I did), create small database some small tables, connect to it by sqlplus, and lern.
    During instalation I choose standard instalation.
    When I use dbca and it start create a database then give me error about sharred memory.
    Is any other version of oracle 10, something what don't nead 512Mb memory. That I can use on that computer?
    Thanks for information and sugestion.
    Mariusz

    Did you set the following kernel parameters to these minimum values?
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128

  • Error Creating Triggers in Oracle 10g R2 via Eclipse 3.5

    I have the latest OEPE 11g R1 Patch Set installed in Eclipse Galileo. Running the following SQL statement works fine from the iSQLPlus web interface, but it creates an INVALID trigger in the database when running from the Eclipse itself (see error below):
    SQL
    CREATE OR REPLACE TRIGGER AMG_OPTOUT_MARK_UNSUBSCRIBED AFTER
    UPDATE ON AMG_OPTOUT_PERSON2PROGRAM REFERENCING NEW AS newRow FOR EACH ROW
    BEGIN IF (:newRow.program_id = 31
         AND :newRow.active = 0
         AND :newRow.unsubscribe_date IS NOT NULL) THEN
         UPDATE AMG_OPTOUT_PROCESS_STATUS A
         SET A.SUBSCRIPTION_STATUS_ID = 3
         WHERE :newRow.person2program_key = A.person2program_key;
    END IF;
    END AMG_OPTOUT_MARK_UNSUBSCRIBED;
    ERROR:
    Line # = 1 Column # = 34 Error Text = PLS-00103: Encountered the symbol "" when expecting one of the following:
    ) , * & - + / at mod remainder rem <an exponent (**)> and or
    || multiset
    The symbol ") was inserted before "" to continue.
    Line # = 2 Column # = 26 Error Text = PLS-00103: Encountered the symbol "" when expecting one of the following:
    * & - + / at mod remainder rem then <an exponent (**)> and or
    || multiset
    The symbol "" was ignored.
    Line # = 3 Column # = 44 Error Text = PLS-00103: Encountered the symbol ")" when expecting one of the following:
    then and or
    Is this an error with the OEPE pack itself? Do I need to file a bug or does anyone know a way to solve this.
    Edited by: user3460537 on Jan 3, 2010 3:02 PM

    Sure. Here it is:
    AMG_OPTOUT_PERSON2PROGRAM DDL:
    CREATE TABLE AMG_OPTOUT_PERSON2PROGRAM (
              SUBMISSION_DATE DATE DEFAULT SYSDATE NOT NULL,
              ACTIVE NUMBER(22 , 0) NOT NULL,
              PERSON2PROGRAM_KEY NUMBER(22 , 0) NOT NULL,
              PROGRAM_ID NUMBER(22 , 0) NOT NULL,
              PERSON_ID NUMBER(22 , 0) NOT NULL,
              UNSUBSCRIBE_DATE DATE
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005230 CHECK ("PERSON2PROGRAM_KEY" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005231 CHECK ("PROGRAM_ID" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005228 CHECK ("SUBMISSION_DATE" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005229 CHECK ("ACTIVE" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005232 CHECK ("PERSON_ID" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005233 FOREIGN KEY (PERSON_ID)
         REFERENCES AMG_OPTOUT_PERSON (PERSON_ID);
    ALTER TABLE AMG_OPTOUT_PERSON2PROGRAM ADD CONSTRAINT SYS_C005234 FOREIGN KEY (PROGRAM_ID)
         REFERENCES AMG_OPTOUT_PROGRAM (PROGRAM_ID);
    CREATE OR REPLACE TRIGGER AMG_OPTOUT_MARK_SUBSCRIBED AFTER
    INSERT ON AMG_OPTOUT_PERSON2PROGRAM REFERENCING NEW AS newRow FOR EACH ROW BEGIN IF
    :newRow.program_id = 31
    THEN
    INSERT
    INTO AMG_OPTOUT_PROCESS_STATUS
    person2program_key,
    company_id
    VALUES
    :newRow.person2program_key,
    1
    END IF;
    IF
    :newRow.program_id = 34
    THEN
    INSERT
    INTO AMG_OPTOUT_PROCESS_STATUS
    person2program_key,
    company_id,
    subscription_status_id
    VALUES
    :newRow.person2program_key,
    2,6
    END IF;
    END AMG_OPTOUT_MARK_SUBSCRIBED;
    CREATE OR REPLACE TRIGGER "NPLATE-COM".AMG_OPTOUT_MARK_UNSUBSCRIBED AFTER
    UPDATE ON "NPLATE-COM"."AMG_OPTOUT_PERSON2PROGRAM" REFERENCING OLD AS OLD NEW AS NEWROW FOR EACH ROW BEGIN IF (:newRow.program_id = 31 AND :newRow.active = 0 AND :newRow.unsubscribe_date IS NOT NULL) THEN
         UPDATE AMG_OPTOUT_PROCESS_STATUS A
         SET A.SUBSCRIPTION_STATUS_ID = 3
         WHERE :newRow.person2program_key = A.person2program_key;
    END IF;
    END AMG_OPTOUT_MARK_UNSUBSCRIBED;
    AMG_OPTOUT_PROCESS_STATUS DDL:
    CREATE TABLE AMG_OPTOUT_PROCESS_STATUS (
              PERSON2PROGRAM_KEY NUMBER(22 , 0) NOT NULL,
              COMPANY_ID NUMBER(22 , 0) NOT NULL,
              SUBSCRIPTION_STATUS_ID NUMBER(22 , 0) DEFAULT 0 NOT NULL
    ALTER TABLE AMG_OPTOUT_PROCESS_STATUS ADD CONSTRAINT SYS_C005216 CHECK ("PERSON2PROGRAM_KEY" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PROCESS_STATUS ADD CONSTRAINT SYS_C005217 CHECK ("COMPANY_ID" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PROCESS_STATUS ADD CONSTRAINT SYS_C005218 CHECK ("SUBSCRIPTION_STATUS_ID" IS NOT NULL);
    ALTER TABLE AMG_OPTOUT_PROCESS_STATUS ADD CONSTRAINT SYS_C005219 FOREIGN KEY (COMPANY_ID)
         REFERENCES AMG_OPTOUT_COMPANY (COMPANY_ID);
    ALTER TABLE AMG_OPTOUT_PROCESS_STATUS ADD CONSTRAINT SYS_C005220 FOREIGN KEY (SUBSCRIPTION_STATUS_ID)
         REFERENCES AMG_OPTOUT_SUBSCRIPTION_STATUS (SUBSCRIPTION_STATUS_ID);

  • Create database in RAC 10g

    Hi everyone,
    I have problem with create database on Oracle 10g RAC (RedHat Enterprise Linux 5.5 64bit). When I install OCR so everything ok... ocr running.. if I want create database using dbca and select RAC then show me message when informed me about needed upgrade OCR... so I install patch 10.2.0.4 (installation was ok - without error) and I try create db again... The problem is the same. If I want select option singl instance so everything is ok.
    Can you help me?
    Please :)
    Thank you
    p.s. sorry for my english
    Stepan

    Fahd Mirza,
    everything install over oracle user...
    I have two groups (oinstall and dba) and user oracle....
    this is profile for oracle user:
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    export ORACLE_BASE=/u01/app/oracle
    export CVUQDISK_GRP=oinstall
    export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
    export ORA_CRS_HOME=$ORACLE_HOME/product/10.2.0/crs_1
    export PATH=.:${PATH}:$HOME/bin:$ORACLE_HOME/bin
    export PATH=${PATH}:$ORA_CRS_HOME/bin
    export PATH=${PATH}:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin:/sbin
    export ORACLE_ADMIN=$ORACLE_BASE/admin
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export LD_LIBRARY=$ORACLE_HOME/lib
    export LD_LIBRARY=${LD_LIBRARY}:/lib:/usr/lib:/usr/local/bin
    export LD_LIBRARY=${LD_LIBRARY}:$ORA_CRS_HOME/lib
    export CLASSPATH=$ORACLE_HOME/JRE
    export CLASSPATH=${CLASSPATH}:$ORACLE_HOME/jlib
    export CLASSPATH=${CLASSPATH}:$ORACLE_HOME/rdbms/jlib
    export CLASSPATH=${CLASSPATH}:$ORACLE_HOME/network/jlib
    export THREADS_FLAG=native
    export ORACLE_SID=VIDEOBET
    PATH=$PATH:$HOME/bin
    directory permission:
    drwxr-xr-x 45 root oinstall 4096 Jun 14 05:20 crs_1
    drwxr-x--- 59 oracle oinstall 4096 Jun 14 06:50 db_1
    installation wizard set up automatic user root on directory crs_1....
    Thanks
    Stepan

  • Error on clone database, oracle 10g release 2 for windows server 2008

    Hi,
    OS: Windows Server 2008 X64
    Oracle: oracle 10g release r2 for windows server 2008
    An error occurred when creating a database, stop at last step, Screenshot:
    [http://temp.wsria.com/oracle_create_db.png|http://temp.wsria.com/oracle_create_db.png]
    the trace log content:
    [main] [9:56:35:982] [CommandLineArguments.process:563] CommandLineArguments->process: number of arguments = 32
    [main] [9:56:35:982] [CommandLineArguments.process:738] CommandLineArguments->process: Create Database argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:910] CommandLineArguments->process: template Name argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:960] CommandLineArguments->process: db name argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:3074] CommandLineArguments->process: in Operation Type is Creation/GenerateScripts Mode condition
    [main] [9:56:35:997] [CommandLineArguments.process:3298] CommandLineArguments->process: Successfully process command line arguments
    [main] [9:56:36:668] [Host.checkOPS:2055] Inside checkOPS
    [main] [9:56:36:668] [Host.checkOPS:2067] Trying to check cluster existence
    [main] [9:56:36:715] [Library.getInstance:97] Created instance of Library.
    [main] [9:56:36:715] [Library.load:197] Loading orauts.dll...
    [main] [9:56:36:715] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:715] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:715] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orauts.dll
    [main] [9:56:36:715] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orauts.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:715] [Library.load:197] Loading MSVCRT.dll...
    [main] [9:56:36:715] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:715] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:715] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\MSVCRT.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\MSVCRT.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Library.load:197] Loading orawsec10.dll...
    [main] [9:56:36:731] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:731] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:731] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orawsec10.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orawsec10.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Library.load:197] Loading orasrvm10.dll...
    [main] [9:56:36:731] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:731] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:731] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Version.isPre10i:189] isPre10i.java: Returning FALSE
    [main] [9:56:36:731] [WindowsSystem.regKeyExists:1006] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
    [main] [9:56:36:746] [WindowsSystem.getCSSConfigType:1163] configType=null
    [main] [9:56:36:746] [Host.checkOPS:2073] cluster existence:false
    [main] [9:56:36:746] [Host.checkOPS:2111] Cluster installed=false
    [main] [9:56:36:902] [InitParamHandler.endElement:506] CustomSGA flag: false
    [main] [9:56:36:902] [InitParamHandler.endElement:507] Database Type: MULTIPURPOSE
    [main] [9:56:36:918] [InitParamHandler.endElement:508] Mem Percentage: 40
    [main] [9:56:36:918] [InitParamHandler.endElement:526] distributing Memory: 13737443328
    [main] [9:56:36:918] [MemoryCalculator.calculateMemory:122] Setting SGA to MAX_SGA 1610612736
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=2
    [main] [9:56:36:918] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[0]=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:258] vRedoGroups:[1]
    [main] [9:56:36:918] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=3
    [main] [9:56:36:918] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[0]=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[1]=2
    [main] [9:56:36:918] [StorageAttributes.setAttribute:258] vRedoGroups:[1, 2]
    [main] [9:56:36:933] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [9:56:36:933] [TemplateManager.parseCloneTemplate:1477] See for any transportable datafiles in TemplateManager.....
    [main] [9:56:36:933] [TemplateManager.isInstallTemplate:2178] Selected Template by user:=General Purpose
    [main] [9:56:36:933] [TemplateManager.isInstallTemplate:2185] The Message Id to be searched:=GENERAL_PURPOSE
    [main] [9:56:36:933] [TemplateManager.parseCloneTemplate:1489] create new clone data file for tp file.......
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7184] setupOIDCommandlineParameters:
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7185] m_regWithdirService: false
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7186] m_unregWithdirService: false
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7187] m_updateDirService: false
    [main] [9:56:36:933] [Verifier.processRawConfigFile:3523] StorageType == 0
    [main] [9:56:36:933] [Verifier.setOradataDest:4349] setOradataDest:dfDest=D:\oracle\product\10.2.0\oradata
    [main] [9:56:36:933] [TemplateManager.updateDatafileDestination:1957] updateDatafiles:datafileDir=D:\oracle\product\10.2.0\oradata
    [main] [9:56:36:933] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=1
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo01.log
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=2
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo02.log
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=3
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo03.log
    [main] [9:56:36:965] [ProgressOnlyHost.performOperation:162] processRawConfigFile=false
    [main] [9:56:36:965] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [9:56:36:965] [ProgressOnlyHost.performOperation:178] validateTemplate=true
    [main] [9:56:36:965] [OracleHome.isRacEnabled:149] bRacOn = false
    [main] [9:56:36:980] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.getControlfFileSizes:3001] No. of Control files:=3
    [main] [9:56:37:105] [Host.executeSteps:4044] Executing steps....
    [main] [9:56:37:105] [Host.setUpForOperation:2920] setUpForOperation: Mode = 128
    [main] [9:56:37:121] [Host.executeSteps:4186] setupForOperation returned: true
    [main] [9:56:37:121] [Host.createStepSQLInterface:5948] sid =ora10g
    [main] [9:56:37:136] [SQLEngine.initialize:242] Execing SQLPLUS/SVRMGR process...
    [main] [9:56:37:136] [SQLEngine.initialize:270] m_bReaderStarted: false
    [main] [9:56:37:136] [SQLEngine.initialize:274] Starting Reader Thread...
    [Thread-4] [9:56:37:355] [StepContext$ModeRunner.run:2478] ---- Progress Needed:=true
    [Thread-4] [9:56:37:464] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
    [Thread-4] [9:56:37:464] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
    [Thread-4] [9:56:37:464] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-4] [9:56:37:464] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
    [Thread-4] [9:56:37:464] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-4] [9:56:37:479] [InitParamAttributes.sortParams:3532] m_sortOn:-1 sortOn:4
    [Thread-4] [9:56:37:620] [OracleHome.isRacEnabled:149] bRacOn = false
    [Thread-4] [9:56:37:667] [Host.noEntryinOratab:5115] Check made for oratab arg passed............
    [Thread-4] [9:56:37:667] [Oradim.getAddEntryCommand:353] AddEntry=[D:\oracle\product\10.2.0\db_1\bin\oradim.exe, -new, -sid, ORA10G, -startmode, manual, -spfile]
    [Thread-4] [9:56:38:899] [Oradim.getEditEntryCommand:422] getEditEntry cmd=[D:\oracle\product\10.2.0\db_1\bin\oradim.exe, -edit, -sid, ORA10G, -startmode, auto, -srvcstart, system]
    [Thread-4] [9:56:39:55] [Oradim.addSidToRegistry:871] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb10g_home1
    [Thread-4] [9:56:39:117] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@c73f0d8
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=D:\oracle\product\10.2.0\flash_recovery_area
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1750] old Spool = null
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1751] Setting Spool = D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\ora10g\CloneRmanRestore.log
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1752] Is spool appendable? --> true
    [Thread-4] [9:56:39:991] [CloneRmanRestoreStep.executeImpl:320] starting with pfile=D:\oracle\product\10.2.0\admin\ora10g\pfile\init.ora

    Check your SQLNET.AUTHENTICATION_SERVICES settings in sqlnet.ora file.
    ORA-28547 : Connection to server failed, probable Net8 admin error
    thanks
    http://swervedba.wordpress.com/

  • Stability of a database created on Oracle 10g Release 10.1.0.3

    Hello Friends,
    I would like to confirm if Oracle 10g Release 10.1.0.3 is a suitable platform to create Database.
    I have heard from a couple of DBAs that it is not a stable release to be creating and administering a Prod d/b and they recommend highly to migrate to 10.1.0.4.
    I have very recently configured a 10g d/b on 10.1.0.3 on AIX 5.2 ML 6 platform.
    I would like to know if anyone have administering D/bs n 101.0.3 have hit on bugs & whether its worth doing the migration to 10.1.0.4.
    Thanking you all in Advance
    Cheers...RCube

    The problem is, though, that the stability of the product is directly tied to unique aspects of your environment and unique aspects of your applications. If you are a relatively vanilla shop, doing relatively vanilla things, with relatively vanilla hardware, any version of Oracle is going to be stable. Any instabilities ought to show up during development and testing, in which case you can log an appropriate TAR and/or upgrade to a more recent patchset.
    Most of the people that encounter problems in any release are doing something unusual. They may be pushing some sort of limit, they may have some esoteric hardware or software setup, they may have a particular application that wants things "just so".
    There is a strong reporting bias towar folks reporting problems with any release. No one posts to a newsgroup to say "Hey, my 10g database is doing great today". The people that are most vocal are those that have encountered a problem. The folks that had problems with earlier releases have, for the most part, worked around them or upgraded-- the folks that are still running 7.3.4 are generally very happy with their database, it's been running for years without a problem. Was 7.3.4 more stable than 9.2, 10.1, 8.1.7, etc? Of course not.
    I guess my point here is that no one can tell you with any confience that any version of Oracle is stable enough for your particular situation. Were I a betting man, I'd bet that it was. The only way to know for sure, though, is to test.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Can i create a standby database in oracle 10g standared edition ?

    what are the steps required for creating a standby database using oracle 10g standard edition. or Any other feature for mirroring database in oracle 10g standared edition

    Dear mithun,
    Please read the following online documentation;
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14239/standby.htm
    +"+
    +2.3.2 Oracle Software Requirements+
    +The following list describes Oracle software requirements for using Data Guard:+
    +* Oracle Data Guard is available only as a feature of Oracle Database Enterprise Edition. It is not available with Oracle Database Standard Edition. This means the same release of Oracle Database Enterprise Edition must be installed on the primary database and all standby databases in a Data Guard configuration.+
    +Note:+
    +It is possible to simulate a standby database environment with databases running Oracle Database Standard Edition. You can do this by manually transferring archived redo log files using an operating system copy utility or using custom scripts that periodically send archived redo log files from one database to the other. The consequence is that this configuration does not provide the ease-of-use, manageability, performance, and disaster-recovery capabilities available with Data Guard.+
    +"+
    Hope That Helps.
    Ogan

  • Create an Object in Logical standby database in Oracle 10G

    Hi,
    I have logical standby database in oracle 10g R2 for reporting purpose.Now i want to create procedure in logical standby which is use to create new temp table in logical standby and contained data generated from select operation on existing table.
    Can i create a new user in logical standby database,add new tablespace in logical standby which can insert,update and delete data in standby database base table?
    kindly provide me the steps to implement all this.What will be effect if i set guard_Status in v$database is NONE in logical standby?
    Thanks,
    Shital Patel

    Hi Shital,
    Guard_status protects the data from being changed.
    ALL- By default it is not possible for a non-privileged user to modify data on a data guard SQL apply database. This is because the database guard is automatically set to ALL.
    With this level of security, only SYS user can modify the data.
    STANDBY- When you set this level of security, users are able to modify data that is not maintained by the Logical apply engine.
    NONE permits any users to access the standby database as long as they have correct privileges. This is the normal security for all data in the database.
    You can change the guard status value from ALL to NONE in order to allow non-privileged users to modify data and Yes you can create user and extra tablespace in logical standby database..this is what the one of advantage of using Logical standby database.
    SQL> ALTER DATABASE GUARD NONE;
    Thanks

  • Why i can't not create new database in oracle 10g express

    why i can't not create new database in oracle 10g express?
    should i use oracle 11g standard edition?
    thanks

    In Oracle a schema is what a 'database' is in Sqlserver.
    And if you would have been aware about the limitations of XE, you would have known you can only create *1* (one) database using Oracle XE.
    However, probably you don't need a new database at all, and a schema will suffice.
    Sybrand Bakker
    Senior Oracle DBA

  • How do l create a new database in Oracle 10g Express

    How do l create a new database in Oracle 10g Express, other than the one that is created on installation?

    Hello,
    You cannot create a second XE database on the same server.
    But, Oracle database can support as many Schema as you want.
    "Oracle database" is like "SQL Server Instance" and "Oracle Schema" is like "SQL Server database". I means by this shortcut that for
    the end users accessing to different Schemas looks like accessing to different databases.
    You can have several applications on the same database. Each application has its own Schema and Datafile (Tablespace) structure.
    So on your XE database you can add a new Tablespace and create a new User/Schema as follows:
    sqlplus /nolog
    connect / as sysdba
    create tablespace {color:red}new_tablespace_name{color}
    extent management local autoallocate
    SEGMENT SPACE MANAGEMENT AUTO
    datafile '{color:red}complete_datafile_name{color}' size 100M autoextend on next 10M maxsize unlimited;
    create user {color:red}new_schema_name{color} identified by {color:red}password{color}
    default tablespace {color:red}new_tablespace_name{color}
    temporary tablespace TEMP
    quota unlimited on {color:red}new_tablespace_name{color}
    grant connect, resource to {color:red}new_schema_name{color};Then you can connect to this new User/Schema as you defined it and create your new structure and load datas.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • To create standby database using oracle 10g standared edition

    my producation database is oracle 10G standard edition .Can i implement a oracle dataguard or standby database using standard edition licenses.if standby database is possiable in standard edition .what are the steps for creating a standby database using oracle 10g standard edition.

    General answer is http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm#BABJICBB.
    For Data Guard you cannot :
    - use instance parameters to automatically send archived redo logs
    - use instance parameters to resolve archived redo logs gaps
    - create a logical standby
    - use SQL statements to do switchover / failover
    - use Data Guard Broker.

  • How to create new database on Oracle 10g

    Hi All,
    Can any one tell me how to create new database on oracle 10g.
    Thanks in Advance for your help.

    again some confusion here.....
    u said u need a new database in your first post and now you saying u need a new schema..
    one database has many schemas(users)..... ex: scott,sys,system are few of them...
    now it depends you need seperate database for test,dev environment - this is in the case u have many schemas under each database and many tables(objects) under each schema.
    OR
    You just need a separate schema (in same db) for test,dev environment...where in you will have multiple tables in each schema...U need to know the dba credentials of the db to create a new schema.
    ideally u need to have different database...You can create one with out sys/system(oracle users) password as these passwords are db dependent.
    what you need is access to the any machine where server is installed(can be the same mc where you have your dev db or a diff machine) and that will be the machine where your db will be installed (can do it through database configuration assistance),ofcourse you will need windows authentication for this.
    so you login to the same machine or access it from your machine using remote login.
    I hope that is clear.Hope i am not listing things that you already know..Just did it coz of confusion between db and schema
    Message was edited by:
    coolguy

Maybe you are looking for

  • ORA-01652: unable to extend temp segment by 128 in tablespace TEMP2

    Dear all, received this error when generate a report. check the TEMP1 and TEMP2 they all have lot of spaces. check the env $APPLLCSP return empty. Please advise how to correct this error. Regards, Payables: Version : 12.0.0 APXSSIMP module: Supplier

  • Soundtrack Pro Won't Refresh And Keeps Crashing!

    Hi, Got a lot of issues with Soundtrack Pro, so much so that I've been using the basic Soundtrack version rather than the upgrade. I'm using a G4 with FCP HD and the biggest problem I have with Soundtrack Pro is that it just keeps crashing!! I've als

  • New MacBook and The Infinitely Spinning Beach Ball: Anybody Else?

    I wonder if I'm the only MacBook owner having this experience, or if there might be some company in my misery? I purchased a new Aluminum MacBook on Nov.14. This one is the high-end, 2.4GHz model with 4GB of RAM and currently running OSX 10.5.5. I ha

  • WD Application always display 'No Message' in FPM Message Region

    I don't know why WD Application always automatically display 'No Message' in FPM Message Region.  I cannot find any places to prompt this message in my application. Who can tell me to disable this message? Thanks, boer

  • IDs of DraftMessage-Reference changing after Message.Refresh

    Hello, we have a very weird behavior when accessing messages in the Mailbox folder with 660048 incoming messages and 48 outgoing messages. We retrieve a reference to a draft message by creating it with the following code: Mail5 draftmsg = (GroupwareT