Oracle 816 for Linux "CREATE DATABASE failed"

svrmgr>startup nomount
svrmgr>create database "ora1"
CREATE DATABASE "ora1"
ORA-01501: CREATE DATABASE failed
ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401
ORA-00604: error occurred at recursive SQL level 1
ORA-27102: out of memory
Linux Error: 1100: Unknown error 1100
Additional information: 1373184436
Additional information: 6154254
Additional information: 8
trace listing:
*** SESSION ID:(11.1) 2000-10-23 15:32:59.153
ORA-00604: error occurred at recursive SQL level 1
ORA-27102: out of memory
Linux Error: 1100: Unknown error 1100
Additional information: 1373184436
Additional information: 6154254
Additional information: 8
Offending statement at line 401
create tablespace SYSTEM datafile '/u01/app/oracle/oradata/ora1/system01.dbf' S
IZE 54M AUTOEXTEND ON NEXT 640K
default storage (initial 10K next 10K) online
linux kernel 2.2-14
glibc-2.1.3

Don't run dbassist or shell script
"create database generated dbassist" under
mc (midnight commander )
Use shell promt only

Similar Messages

  • How to reconfigure Oracle-xe (Oracle 10g for linux)?

    Hello!
    I found this article (seems useful since I use Mandriva 2010.2):
    [http://www.e-angel.net/index.php?tg=articles&idx=Print&topics=195&article=912|http://www.e-angel.net/index.php?tg=articles&idx=Print&topics=195&article=912]
    I installed Oracle 10g from the file "oracle-xe-univ-10.2.0.1-1.0.i386.rpm".
    Then, when run ./oracle-xe start and then ./oracle-xe status I get:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-JUL-2011 23:39:49
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%hostname%)(PORT=%port%)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    It does not seem ok to me.
    I would love to truy to reconfigure it but if I try the command:
    ./oracle-xe configure
    ...I get:
    Oracle Database 10g Express Edition is already configured
    Does any body know how to reset and reconfigure Oracle 10g for Linux?
    Best regards
    Fredrik

    it seems to be "PLSExtProc" bu default.Nope, the ORACLE_SID is taken from the environment variable when the database is started on a *nix host, windows its set up in the database service. If you want to change the ORACLE_SID, set it. See the environment setup script in OH/bin appropriate for your shell. (OH short for $ORACLE_HOME)
    how to create a databaseYou mean tablespace?
    what you think about this error message ... read from socketWhat do you think about the error message, its your database. Socket read error can be caused by many things, the ora-NNNN error number can provide some insight. http://download.oracle.com/docs/cd/E11882_01/server.112/e17766/toc.htm

  • Create database fails

    hi,
    im trying to create a small instance on linux using 9.2.0.1
    & this is the error
    CREATE DATABASE nssan01d
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    looking at the trace log in udump i see the following
    *** SESSION ID:(8.1) 2002-10-20 20:54:44.077
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS' does not exist or of wrong type
    Offending statement at line 5161
    CREATE UNDO TABLESPACE UNDOTBS1 DATAFILE '/opt/Oracle/Database/nssan01d/data/undotbs01.dbf' SIZE
    200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 5161
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS' does not exist or of wrong type
    this is a plain vanilla script generated by dbca..
    anyone run into this before ?
    regards
    pete

    Hi,
    it seems, there is a mismatch between your CREATE DATABASE statement and the the corresponding entry in the init.ora file. Check init.ora and search for UNDO_TABLESPACE= ... . I assume you will find UNDO_TABLESPACE=UNDOTBS (according to the error stack), but the CREATE DATABASE statement contains UNDOTBS1 and this does not match the init.ora entry.
    Regards
    Werner

  • 9.2 create Database fails in sql.bsq

    I have installed Oracle 9.2.0.1.0. It appears to have installed correctly.
    I am attempting to create a new database. The script sql.bsq in %ORACLE_HOME%\rdbms\admin appears to be trying to create a cluster around line 1329. I don't use clusters (per se).
    I am rcving an the following error a trace file.
    *** SESSION ID:(10.1) 2003-09-08 16:59:56.000
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01569: data file too small for system dictionary tables
    Offending statement at line 1332
    create cluster c_cobj# (obj# number)
    pctfree 0 pctused 50
    /* space for: update cdef$ set condition = 'col IS NOT NULL' at // */
    size 300
    storage (initial 50K) /* avoid space management during IOR I */
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 1332
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01569: data file too small for system dictionary tables
    Can someone point me to an answer for this?
    I have 2 95MB files being created in the system tablespace. and I can provide you either my create database script and/or my init.ora file, if they will assist.
    Thnak you

    Thank you.
    I have changed the create database statement several times to try different possiblities.
    I have put maxsize unlimited. That failed.
    I have put maxsize 200M (with a second file of maxsize 200M) that failed.
    I have added the temp storage syntax. That failed.
    All of these failed in sql.bsq and all used the ORA 1569 error about a data file being too small.
    WHAT DATA FILE? The system tablespace data file(s) have never been increased (by Oracle) from the original size value I provided (whether that size was 500K, or 95M). So what data file is Oracle complaining about?
    In addition, I have seen the following message in the alert_project.log:
    ========================================
    Assigning activation ID 2846189359 (0xa9a5672f)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: D:\DATA\ORACLE\ORADATA\BURKE\LOGS\LOGFILE1.LOG
    Current log# 1 seq# 1 mem# 1: D:\ORACLE\ORADATA\BURKE\LOGS\LOGFILE1.LOG
    Successful open of redo thread 1.
    Tue Sep 09 11:42:39 2003
    SMON: enabling cache recovery
    Tue Sep 09 11:42:39 2003
    create tablespace SYSTEM datafile 'd:\data\Oracle\oradata\burke\system01.dbf' size 500K REUSE
              autoextend on next 500K maxsize 200M,
    'd:\data\Oracle\oradata\burke\system02.dbf' size 500k REUSE
              autoextend on next 500K maxsize 200M
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Tue Sep 09 11:42:39 2003
    Completed: create tablespace SYSTEM datafile 'd:\data\Oracle
    Tue Sep 09 11:42:39 2003
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    Tue Sep 09 11:42:40 2003
    Errors in file d:\data\oracle\admin\burke\udump\project_ora_1324.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01569: data file too small for system dictionary tables
    ========================================
    The line that says
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    is not in my create database statement. Can it be a portion of my problem?
    I don't see it in the 9.2 SQL manual for create database.
    I appreciate the assistance that has been provided, but I still need some more.
    Thanks you all again.

  • Create database fails with error ORA-01505: error in adding log files

    hi all,
    hope someone can help me out, I'm trying to create a database using a SQL script, the content of the script is:
    create database testora
    user sys identified by oracle
    user system identified by oracle
    logfile group 1 ('/u01/app/oracle/oradata/testora/redo01a.log', '/u02/app/oracle/oradata/testora/redo01b.log') size 100m blocksize 512 reuse,
         group 2 ('/u01/app/oracle/oradata/testora/redo02a.log', '/u02/app/oracle/oradata/testora/redo02b.log') size 100m blocksize 512 reuse,
         group 3 ('/u01/app/oracle/oradata/testora/redo03a.log', '/u02/app/oracle/oradata/testora/redo03b.log') size 100m blocksize 512 reuse,
    maxlogfiles 5
    maxlogmembers 5
    maxdatafiles 100
    character set US7ASCII
    national character set AL16UTF16
    extent management local
    datafile '/u01/app/oracle/oradata/testora/system01.dbf' size 400m reuse
    sysaux datafile '/u01/app/oracle/oradata/testora/sysaux01.dbf' size 400m reuse
    default tablespace users
         datafile '/u02/app/oracle/oradata/testora/users01.dbf' size 500m reuse autoextend on maxsize unlimited
    default temporary tablespace tempts1
         tempfile '/u01/app/oracle/oradata/testora/temp01.dbf' size 20m reuse autoextend on maxsize 4g
    undo tablespace undotbs1
         datafile '/u01/app/oracle/oradata/testora/undotbs01.dbf' size 200m reuse autoextend on maxsize unlimited
    It fails in creating the database with the following output:
    SQL> @/home/oracle/Oracle_Scripts/testora_db_script.sql
    create database testora
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-01501: CREATE DATABASE failed
    ORA-01505: error in adding log files
    ORA-01184: logfile group 1 already exists
    Process ID: 3486
    Session ID: 1 Serial number: 3

    sorry to revive this thread but i have one more issue with this. I created a database with DBCA insetead of CREATE DATABASE command and selected option for Fast Recovery Area space. This automatically set initialization parameter db_recovery_file_dest and db_recovery_file_dest_size, but did not create a OMF redo log group, but instead created three redo log groups with 1 member each.
    select * from v$logfile returns:
    1          ONLINE     /u01/app/oracle/oradata/testdb2/redo01.log     NO
    2          ONLINE     /u01/app/oracle/oradata/testdb2/redo02.log     NO
    3          ONLINE     /u01/app/oracle/oradata/testdb2/redo03.log     NO
    Any idea why if creating a database with create database command and specifying db_recovery_file_dest creates an OMF redo log group and with DBCA it doesn't?

  • ORA-01501: CREATE DATABASE failed in asm

    i am trying to create manual database using asm
    and i am using oracle SID
    and when i create manual database i am getting the below error
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: '+ASMDG/manual/control1.ctl'
    ORA-17502: ksfdcre:4 Failed to create file +ASMDG/manual/control1.ctl
    ORA-15001: diskgroup "ASMDG" does not exist or is not mounted
    and when i use asm SID +asm and if i create a manual database i am getting the below error
    ERROR at line 1:
    ORA-15000: command disallowed by current instance type
    please help me to resolve this

    Hi Friend,
    Please check the following permissions for all the below :
    Grid Infrastructure Home Owner : grid
    Primary Group : oinstall
    Secondary Groups : asmadmin, asmdba, asmoper
    RDBMS Home Owner : oracle
    Primary Group : oinstall
    Secondary Groups : dba, oper, asmdba
    In case of stand alone set up, if the 11.2 Database be managed by Oracle Restart ( srvctl stop/start ), then 'grid' user should also be a part of 'dba' group.
    The ASM Disks would be owned by grid:asmadmin
    Please check once again...Before starts
    Hope it helps...
    Thanks
    LaserSoft

  • Oracle 10g Help?Create database error

    I am unable to run a script createDB having command create database kmaa.I open up SQL*Plus, connect and login without any trouble as well. When I try to create a database I get the following:
    SQL> CREATE DATABASE kmaa;
    CREATE DATABASE kmaa
    Error at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-01100:database already mounted
    Any idea?

    Hi Pete,
    Oracle Express Edition creates a database automatically when you install it and the product is limited to one database instance per machine. Perhaps you are confusing users/schemas with what you may term a database. An Oracle database instance can be broken down into logical units called users or schemas. If you wish to create a database of books, you should create a user called books and then log on as this user and create your database objects. To make things simpler, Oracle XE comes with a browser interface based on Application Express. You can use this to create schemas, database objects and applications (forms reports etc) to access and manage those objects. Further to this you should RTFM.
    Regards
    Andre

  • Whether the Oracle 8i for linux is free for business purpose?

    if we implement an application with Oracle 8i for linux.And the we will sell the application. whether we must pay the Oracle 8i for linux?

    I think the oracle so called their datebase can't use to profit include two perspect:
    First, you can't use oracle for linux in bussiness directly.Such as a compnay use oracle on linux as his database platform.
    second, you can't use oracle for linux as development platform or run platform and you product used for bussiness perpose.
    The above two item certainly uner unauthorized conditions. If you get authorized oracle on linux,you can use it as you want.
    null

  • CREATE DATABASE failed

    Hello,
    I am attempting to create a database. When I issue the CREATE DATABASE statment, I get the following errors:
    CREATE DATABASE test
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00449: background process 'DBW0' unexpectedly terminated with error 7446
    ORA-07446: sdnfy: bad value '' for parameter .
    Any idea what could be the problem here? And how do I determine for which parameter I have supplied a bad value?
    The trace files in bdump and udump were not helpful.
    Thanks,
    Rob

    Hi Rob,
    The create database command shud be accompanied by the temporary and default tablespace names also the identified by clause shouldbe included , pls try this and feedback.
    Regds

  • Does Oracle 8i for Linux include Oracle Enterprise Manager?

    What's the version of the current Oracle 8i for Linux?
    Enterprise Edition?
    null

    Hi,
    Michael (guest) wrote:
    : The latest OEM is in Java. It is included in o8i for Solaris,
    : which I use for an o8i machine at work. They don't seem to
    : include it with the Linux version, though, despite the fact
    that
    : it's Java and theoretically (the key word here...) it should be
    : platform-independent and run on Linux just the same.
    NO, it will not work. You cannot even install since the installer
    for Solaris is a Solaris binary and some windows exe also does
    not work. I guess somebody has to write a better bootstrap proggy
    first...
    I wonder why they did it that way...
    Marcus
    : Bryan Batchelder (guest) wrote:
    : : Oracle8i for Linux is Oracle 8.1.5.0 Enterprise Edition.
    : : As for Oracle Enterprise Manager, they still only have that
    for
    : : NT, but you can download it from OTN.
    : : --Bryan
    : : Gary Young (guest) wrote:
    : : : What's the version of the current Oracle 8i for Linux?
    : : : Enterprise Edition?
    null

  • Oracle 8i for Linux: Which platform

    Does anyone knows which platform is supported by Oracle 8i for
    linux?
    Here we using LinuxPPC (fpr PowerPC-Platform) with all the given
    reqirements!
    Does Oracle 8i runs on systems with PowerPC-processor?
    Thanx for answer
    Dieter Fiebelkorn
    null

    I had an Alpha I wanted to install 8i on under Linux, but at
    this point it only supports Linux on an Intel box. You may want
    to check the migration path to see if Oracle plans to port to a
    Power-PC
    null

  • ORACLE 8i for Linux

    I had ordered Oracle 8i for Linux long back. Have still not
    received the CD. Have been OTN member for more than 2 yrs now and
    this is the first instance that CD has been delayed and also no
    intimation has been provided.
    Hope I will receive the CD.
    Thanks in advance
    null

    Same thing was happend to me as well. Is been a long time since
    I have ordered Oracle 8i for Linux, and still have not got the
    CD.
    I hope we will receive it. Please if you have some news
    regarding that, I'll appreciate if you will let me know.
    Regards,
    Ciprian Stan
    Oracle Development Team wrote:
    : Sanjay Raj (guest) wrote:
    : : I had ordered Oracle 8i for Linux long back. Have still not
    : : received the CD. Have been OTN member for more than 2 yrs
    now
    : and
    : : this is the first instance that CD has been delayed and also
    no
    : : intimation has been provided.
    : : Hope I will receive the CD.
    : : Thanks in advance
    : The Oracle8i release on Linux has been delayed. We are
    : working hard to release by the end of June. Thanks for
    : your patience.
    : Get Technical!
    : http://technet.oracle.com
    null

  • 8.1.6 install - Oracle 8i for Linux

    I'm trying to install the Oracle 8i for Linux installation kit from the Osborne book.
    You can stop laughing now.
    Really, we're going to buy the full deal, but until that happens, we want to get a bit of a headstart. I'm using Hummingbird eXceed v6.2.0.0 as my X server; everything works fine except when I get to the second page of the installer, and NONE of the buttons at the bottom of the installer page (Next, etc.) appear.
    Any ideas, folks?

    Oh, duh, fvwm.

  • Problems downloading Oracle 8i for Linux

    I'm having troubles in downloading Oracle 8i for Linux (Red Hat 6.2).
    I'm using GetRight for the 280 MB of the download. It get connected and logged , but when it try to retrieve the file, no response from the server. It seems as a lack of capacity of the ftp server.
    Does anybody know if there is a mirror site of Oracle? Or any other solution?
    Thanks

    Try http://www.oracle.com/start/internetplatform/otnlinux/intro.html?src=255137&act=4&kw=free

  • Oracle 8i for Linux Campaign

    Hello,
    a customer of ours in Germany said that he "won" an Oracle 8i Enterprise Edition for Linux CD. He believes this campaign was organised and conducted in the 3Q in 1999.
    I told him this is a trial CD and he is entitled to a 30 day license but he insists that this is a normal product. Can anyone remember this campaign and further details.
    Thanks and regards
    Christopher

    Same thing was happend to me as well. Is been a long time since
    I have ordered Oracle 8i for Linux, and still have not got the
    CD.
    I hope we will receive it. Please if you have some news
    regarding that, I'll appreciate if you will let me know.
    Regards,
    Ciprian Stan
    Oracle Development Team wrote:
    : Sanjay Raj (guest) wrote:
    : : I had ordered Oracle 8i for Linux long back. Have still not
    : : received the CD. Have been OTN member for more than 2 yrs
    now
    : and
    : : this is the first instance that CD has been delayed and also
    no
    : : intimation has been provided.
    : : Hope I will receive the CD.
    : : Thanks in advance
    : The Oracle8i release on Linux has been delayed. We are
    : working hard to release by the end of June. Thanks for
    : your patience.
    : Get Technical!
    : http://technet.oracle.com
    null

Maybe you are looking for

  • Free Goods Delivery Control

    I set up the master data to "E" , and for every 5pcs , they get 1 pc free (exculsive) When I created Sales Order and Delivery of 10pcs, i get 2pcs additional item free. In the delivery, if i change the delivery quantity to 9pcs, the free goods is sti

  • Firefox drop down disconnects when using multi-screen.

    I'm not sure if this is a new issue w/ Snow Leopard or if it's an old one. It's a new one for me. I opened Firefox on my laptop screen which is also connected to the 23" Apple Cinema display. I moved the browser window to the Cinema display and now t

  • MIGO-Third Party Sales

    HI Gurus, in Third party sales while iam working on MIGO, once i enter the PO number iam getting the error like " check table 169p for plant 'XXX' ". what could be the reason for getting this error and how can solve the problem, please suggest cheers

  • When typing the cursor will stop typing and you willhaveto click again where you stopped and start over

    When in a program (IE 11 or Word, Outlook, etc..) my User will begin typing. After a few characters the system will just stop accepting the typing. The User will have to Click in to the field to get the cursor back to the correct point & begin typing

  • Please review my first apps

    I have finished two apps for the i-phone for the company I work for. One is a game, which I can't say run's smoothly, but we decided to release it anyway: http://itunes.apple.com/us/app/pixels-pointless-pursuit/id407587448?mt=8 The original on-line v