Cannot create database on 10g

Hi,
I get this error when I try to create the database on 10g
Total System Global Area  239075328 bytes
Fixed Size                  2005472 bytes
Variable Size             184550944 bytes
Database Buffers           50331648 bytes
Redo Buffers                2187264 bytes
CREATE DATABASE V10
ERROR at line 1:
ORA-25146: EXTENT MANAGEMENT option already specified
CREATE TABLESPACE ind
ERROR at line 1:
ORA-01109: database not open
CREATE TABLESPACE tools
ERROR at line 1:This is the script used to create the database.
CREATE DATABASE $ORACLE_SID
MAXLOGFILES 10
MAXDATAFILES 30
MAXINSTANCES 2
DATAFILE '$ORACLE_DATA/$ORACLE_SID/SYSTEM01.DBF' SIZE 200 M REUSE AUTOEXTEND ON
EXTENT MANAGEMENT LOCAL
SYSAUX DATAFILE '$ORACLE_DATA/$ORACLE_SID/SYSAUX01.DBF' SIZE 200M REUSE AUTOEXTEND ON
EXTENT MANAGEMENT LOCAL
LOGFILE
GROUP 1 ('$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_01A.LOG','$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_01B
.LOG')
   SIZE 50 M REUSE  ,
GROUP 2 ('$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_02A.LOG','$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_02B
.LOG')
   SIZE 50 M REUSE  ,
GROUP 3 ('$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_03A.LOG', '$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_03
B.LOG')
   SIZE 50 M REUSE
DEFAULT TEMPORARY TABLESPACE TEMP
   TEMPFILE '$ORACLE_DATA/$ORACLE_SID/TEMP01.DBF' SIZE 300 M REUSE
   EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
UNDO TABLESPACE UNDOTBS
   DATAFILE  '$ORACLE_DATA/$ORACLE_SID/UNDOTBS01.DBF' SIZE 750 M REUSE,
             '$ORACLE_DATA/$ORACLE_SID/UNDOTBS02.DBF' SIZE 750 M REUSE,
             '$ORACLE_DATA/$ORACLE_SID/UNDOTBS03.DBF' SIZE 750 M REUSE,
             '$ORACLE_DATA/$ORACLE_SID/UNDOTBS04.DBF' SIZE 750 M REUSE
;Any idea where the error is?
thanks

hi,
We're using this script to create database on 9i, but without the SYSAUX tablespace. ( It's working fine on 9i )
I added the following 2 lines for 10g database creation( SYSAUX )
SYSAUX DATAFILE '$ORACLE_DATA/$ORACLE_SID/SYSAUX01.DBF' SIZE 200M REUSE AUTOEXTEND ON
EXTENT MANAGEMENT LOCALIf I remove EXTENT MANAGEMENT LOCAL from the above 2 lines, I then get this error
CREATE DATABASE MV10
ERROR at line 1:
ORA-30014: operation only supported in Automatic Undo Management modeThanks

Similar Messages

  • How to create database in 10g xe

    How to create database in 10g xe? could you please direct me to which documentation in 10g xe website? is it possible to create the db from the web console? if so, how? I can't seem to find a way to do it? Thanks

    You cannot: there can only be one XE database per host and it's created when you install Oracle XE.

  • CAQuietExec: Error: Cannot create database.

    Could not upgrade from Azure .NET SDK 2.2 to 2.3 (VS 2013) on Windows 8.1 x64. The Storage Emulator 3.0 setup is failing, even if launched manually. Do you have any tips?
    The logs of the WindowsAzureStorageEmulator install has the following lines just before initiating a rollback.
    MSI (s) (F4:D8) [08:18:27:340]: Source for file 'StartStorageEmulator.cmd' is compressed
    InstallFiles: File: StartStorageEmulator.cmd,  Directory: C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\,  Size: 64
    MSI (s) (F4:D8) [08:18:27:340]: Executing op: CacheSizeFlush(,)
    MSI (s) (F4:D8) [08:18:27:340]: Executing op: ActionStart(Name=RunInitialize,Description=Initializing the Storage Emulator,)
    Action 8:18:27: RunInitialize. Initializing the Storage Emulator
    MSI (s) (F4:D8) [08:18:27:340]: Executing op: CustomActionSchedule(Action=RunInitialize,ActionType=1025,Source=BinaryData,Target=CAQuietExec,CustomActionData="C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\WAStorageEmulator.exe"
    init -forcecreate -autodetect)
    MSI (s) (F4:F8) [08:18:27:371]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIEAC9.tmp, Entrypoint: CAQuietExec
    MSI (s) (F4:C8) [08:18:27:371]: Generating random cookie.
    MSI (s) (F4:C8) [08:18:27:371]: Created Custom Action Server with PID 3640 (0xE38).
    MSI (s) (F4:48) [08:18:27:387]: Running as a service.
    MSI (s) (F4:48) [08:18:27:387]: Hello, I'm your 32bit Impersonated custom action server.
    CAQuietExec:  Windows Azure Storage Emulator 3.0.0.0 command line tool
    CAQuietExec:  Error: Cannot create database.
    CAQuietExec:  Error 0xfffffff3: Command line returned an error.
    CAQuietExec:  Error 0xfffffff3: CAQuietExec Failed
    CustomAction RunInitialize returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 8:18:32: InstallFinalize. Return value 3.
    MSI (s) (F4:D8) [08:18:32:276]: Note: 1: 2265 2:  3: -2147287035
    MSI (s) (F4:D8) [08:18:32:276]: User policy value 'DisableRollback' is 0

    I agree.  This (finally) took care of it!  Thanks to DixQuinze and Trent Swanson...
    sqllocaldb stop v11.0
    sqllocaldb delete v11.0
    delete C:\Users\MyAccount\WAStorageEmulatorDb30*.*
    sqllocaldb create v11.0
    Then try the install again!
    -Dave
    DixQuinze

  • Problem while Creating Database in 10g

    Its very urgent.. Please Help..!!
    After installing 10g (Standard Edition) on Windows 2000 Server, I started creating database through Database Configuration Assistant.
    Instead of Oracle Home path, different path is specified for Database files.
    In 'Step 11 of 12' of the 'Database Configuration Assistant' I specified the 4 new table spaces to create with respective memory sizes.
    In 'Step 12' I selected 'Create a Database' and clicked 'Finish' button.
    After 7% of the Database creation progress bar, it is giving the following error:
    "ORA: 01092 ORACLE instance terminated. Disconnection forced"
    And asking for Abort..
    What could be the problem. Is it problem with installation or any other services to be started.
    After 10g installation I restarted my system.
    If required I'll provide some more information.
    Its very urgent...
    Thanks & Regards

    hi satish,
    this is not the right forum for database questions. please use the following (database) forums:
    http://forums.oracle.com/forums/index.jsp?cat=18
    regards,
    christian

  • Creating DATABASE in 10g installed in 64 bit windows 7

    hi please some buddy help me to create database in oracle 10g
    I have installed 10g in win7 64 bit.It is working properly but configuration assistant is not being installed thats why i am unable to create database.

    925013 wrote:
    hi please some buddy help me to create database in oracle 10g
    I have installed 10g in win7 64 bit.It is working properly but configuration assistant is not being installed thats why i am unable to create database.You can't install 10g on Win 7.
    Workaround is to use VMware configuration of WinXP or Win Vista
    or
    try oracle 11g version

  • Cannot create database in RHEL5(beta 2)

    Hi,
    I am trying to install the database 10.2.0.1 in the RHEL5 (beta 2), all step was well, but at created database, choiced all parameter, after click the "OK" button on the parameter confirmation window, following error was displayed. If I run dbca manually, the error is same.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4A802D35
    Function=XFreeFontSet+0x15
    Library=/usr/lib/libX11.so.6
    Current Java thread:
    at sun.awt.motif.X11InputMethod.disposeXIC(Native Method)
    at sun.awt.motif.X11InputMethod.disposeImpl(X11InputMethod.java:662)
    - locked <0xa88b9d58> (a sun.awt.motif.X11InputMethod)
    at sun.awt.motif.X11InputMethod.dispose(X11InputMethod.java:689)
    Elapsed Time = 326
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid2961.log.
    # Please refer to the file for further information.
    bin/dbca: line 158: 2961 Aborted $JRE_DIR/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=$OH -DDISPLAY=$DISPLAY -DJDBC_PROTOCOL=thin -mx128m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    How resolve the problem?
    Thanks!

    I have not tried it yet myself. However, Tim Hall has a step-by-step at
    http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php
    The challenge: when crashes occur, you will need to dewtermine whether they are due to Oracle, due to the untested RedHat, due to the Oracle-RedHat mix. And you will be on your own for a while. <g>
    Message was edited by:
    Hans Forbrich
    Amazing what one can find with Google. Even more amazing that one doesn't even have to learn how to Google ... just ask others who will do it for you. <g>

  • How to Extract CREATE DATABASE for 10g?

    I've seen utilities that will re-create the full 'CREATE DATABASE' syntax for a 8i or 9i database. I'd like to do the same thing for 10g that understands the features of 10g like SYSAUX and other new features. I looked at DBMS_METADATA but it doesn't really cover the CREATE DATABASE syntax.
    Has any seen a routine to extract CREATE DATABASE syntax for a 10g database?
    -Crispin

    Hi,
    have you tried by using dbca?
    Create a new template from existing db..
    Acr

  • Cannot create database

    Hello ALL
    I cannot create a database
    on my 8.1.6 SE
    After software installation
    database creation failed
    I looked through the problem
    and when I tried to run
    createseed.sh manualy I
    get ORA-27121: unable to determine size
    of shared memory segment
    Linux Error: 13: Permission denied
    My OS (Debian/GNU/Linux 2.2) Is ok
    as I run 8.0.5 smoothly
    null

    Are you able to connect through svrmgrl?
    If so, you should let dbassist save the craetion scripts and run them from a xterm-window. This worked for me

  • Trying to create Database on 10g

    i am trying to create a database on 10g ( first time using it), i have installed and want to start working on it.
    Can any one suggest me to create database and what will be my home directory and database directory
    the command to create database what i am using is c:\>oradim -new -sid db2 -intpwd oracle -starmode a -pfile c:\oracle\product.......?
    C:\ORACLE\PRODUCT
    └───10.1.0
    ├───admin
    │ └───orcl
    │ ├───bdump
    │ ├───cdump
    │ ├───create
    │ ├───pfile
    │ └───udump
    ├───db_1
    │ ├───admin
    │ │ └───sample
    │ │ ├───arch
    │ │ ├───bdump
    │ │ ├───create
    │ │ ├───pfile
    │ │ └───udump
    │ ├───assistants
    │ │ ├───dbca
    │ │ │ ├───doc
    │ │ │ │ └───help
    │ │ │ │ └───images
    │ │ │ ├───jlib
    │ │ │ ├───logs
    │ │ │ └───templates
    │ │ ├───dbma
    │ │ │ ├───doc
    │ │ │ │ └───help
    │ │ │ └───jlib
    │ │ └───jlib
    │ ├───BIN
    │ ├───cdata
    │ │ └───localhost
    can any one suggest me for creating 1)database 2)were is home and database directories 3)were to store parameter file. please=P

    The first argument in the ORA-600 is the OERR number. Unfortunately for you (unless you have a support contract),
    Error:  ORA 2806  Text:   could not get background process to hold enqueue 
    Cause:  This is an internal error that is not usually issued. Action: Contact customer support. Cheers, APC

  • Cannot create database in oracle 9i

    i want to create a database manually in oracle 9i.I have sysdba privileges but when i use create databse command ------>>>>
    CREATE DATABASE mynewdb
    USER SYS IDENTIFIED BY pz6r58
    USER SYSTEM IDENTIFIED BY y1tz5p
    LOGFILE GROUP 1 ('c:/oracle/oradata/mynewdb/redo01.log') SIZE 100M,
    GROUP 2 ('c:/oracle/oradata/mynewdb/redo02.log') SIZE 100M,
    GROUP 3 ('c:/oracle/oradata/mynewdb/redo03.log') SIZE 100M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE 'c:/oracle/oradata/mynewdb/system01.dbf' SIZE 325M REUSE
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE tempts1
    DATAFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE 'c:/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    i am getting a error message ::--->>>
    SQL> /
    DATAFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    ERROR at line 17:
    ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE
    please tell me how can i remove this error.

    so your sql would be...
    CREATE DATABASE mynewdb
    USER SYS IDENTIFIED BY pz6r58
    USER SYSTEM IDENTIFIED BY y1tz5p
    LOGFILE GROUP 1 ('c:/oracle/oradata/mynewdb/redo01.log') SIZE 100M,
    GROUP 2 ('c:/oracle/oradata/mynewdb/redo02.log') SIZE 100M,
    GROUP 3 ('c:/oracle/oradata/mynewdb/redo03.log') SIZE 100M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE 'c:/oracle/oradata/mynewdb/system01.dbf' SIZE 325M REUSE
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE tempts1
    TEMPFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE 'c:/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED

  • I cannot creat Database

    Hi!
    I tried to create database by Database Configuration Assistant. The result is "ORA-12560:TMS:protocol adapter error" on level "Creating database files".
    Please help me!!
    Oracle 8.1.7
    Windows 2000
    P-III

    oracle@spirit:~/dumps> lsnrctl
    LSNRCTL for Linux: Version 8.1.7.0.0 - Production on 20-OCT-2003 01:26:01
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> set
    The following operations are available after set
    An asterisk (*) denotes a modifier or extended command:
    password rawmode displaymode
    trc_file trc_directory trc_level
    log_file log_directory log_status
    current_listener connect_timeout startup_waittime
    use_plugandplay save_config_on_stop
    LSNRCTL>
    you can turn on the tracing for listener so :
    set trc_level=true
    Joel P�rez

  • Cannot create database ORA-03113 error

    Hi all,
    I ve just installed oracle 9i on win2k server , after installation i went to create a
    database using DBCA. After filling up the necessary, when i click on create database it gives me the following error.
    ORA-03113: end-of-file on communication channel
    Though i am getting a ignore option i preferred aborting it.
    Someone please help

    hi 477985,
    Is it some thing tat you want to create the db using wizard. you can actually save it as a script and run tat.
    Anyway, just check for disk & physical memory. Stop if any other server or service is running and give a try
    Cheers,
    kamaslesh jk

  • Creating database oracle 10g express edition

    1. can we create more than one database in oracle 10g express edition?
    2. can we rename database name default "XE" in Oracle 10g express edition?

    >
    1. can we create more than one database in oracle 10g express edition?
    >
    No you cannot.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    >
    3.2 Oracle Database XE Installation and Execution Restrictions
    <li>On a single computer, only one installation of the Oracle Database XE software can be performed.</li>
    <li>In addition, users can run only one instance of the Oracle Database XE database on each individual computer.</li>
    To run more than one Oracle Database server instance or install more than one copy of the database software, upgrade to Oracle Database 10g Standard Edition, Oracle Database 10g Standard Edition One, or Oracle Database 10g Enterprise Edition.
    >
    >
    2. can we rename database name default "XE" in Oracle 10g express edition?
    >
    Yes you can. Please see the link below for details.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:963124000346653522
    XE questions are best answered here {forum:id=251}
    Regards,
    Phiri

  • Outlook 2013 Contact manager cannot create database

    Hi,
    I have installed my Office 2013 Home & Business on a Windows Server 2012 R2. My outlook 2013 is working. Thereafter I downloaded the 2013 Contact manager and tried to create a database.
    An error message from Business Contact Manager for Outlook 2013 Database Tool says
    'Cannot retrieve the list of SQL Server instances. Please make sure that SQL Server 2005 or greater is installed and that the service is running.'
    I have also installed an older versions of SQL Server 2008 - I have the same error message. It seems that the BCM software cannot detect the older SQL server 2008 also.
    Any pointers for me to resolve this?
    I dont find any thread that deals with my problem. Since then, I have installed the SQL Server 2008 and it still does not read the application. The error is as below.

    Hi,
    Please refer to this kb below:
    https://support.microsoft.com/en-us/kb/942496
    Althought the kb is for Outlook 2007, it can still be a reference in your scenario:
    This problem may occur if the SQL Server (MSSMLBIZ) service is not running. The SQL Server service is required by Business Contact Manager. This problem occurs because the Windows Welcome screen may prevent the SQL Server service from starting when you first
    restart the computer after you install Office Outlook with Business Contact Manager.
    Please try if this helps:
    Exit Outlook.
    On Desktop, right-click This PC, and then click Manage.
    Click Services and Applications.
    Double-click Services.
    In the services pane, click SQL Server (MSSMLBIZ).
    Click Restart the service.
    Exit Computer Management, and then start Outlook.
    If the issue persists, what does the event log messages say? If there's not much private, please post the logs in the forum.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Try to connect oracle in portal 4.0 and cannot create database connection for the realm

    hello,
    i have try to use the method in configuring Weblogic Portal for Oracle Database.
    I have made all with no problems
    but when i stop and i start the weblogic portal i have this error
    java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException
    : An error occured creating a database connection for the realm.]
    Any one have a solution? Thx!

    Jean-Philippe,
    This usually is due to a DB configuration issue. Check your RDBMS realm
    username, password and driver properties. Check your database is running and
    have enough Connection free.
    Sincererly,
    Daniel Selman
    "jpmeert" <[email protected]> wrote in message
    news:3c88e867$[email protected]..
    >
    hello,
    i have try to use the method in configuring Weblogic Portal for OracleDatabase.
    >
    I have made all with no problems
    but when i stop and i start the weblogic portal i have this error
    java.lang.IllegalAccessError:Exception[com.bea.p13n.security.realm.RDBMSException
    : An error occured creating a database connection for the realm.]
    Any one have a solution? Thx!

Maybe you are looking for