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.

Similar Messages

  • 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

  • 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

  • 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?

  • 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

  • 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

  • Create database fail for RedHat 7.1

    Hi,could somebody help me on the following problem.
    I try to create the starter database.But when the creating database process come to the initializing database part,it just hang over there.
    I already try a lot of time. The problem still the same.
    Thanks.
    Conquorer

    ur implementation should work but not sure whether the resource thing is fine.
    Try putting the ImageIcon object onto some other Dialog or InternalFrame and see? Lets see what happens.

  • Create database fails with ORA-27102 -out of memory

    Hi,
    I have Solaris 10 server with 16 GB ram. On it there are 10 databases (8 of them 9.2.0.7, and 2 of them 10.2.0.4) running -but they have small SGAs -300 mb each (some even smaller 200 mb or so). Now I have to create two more database on it. When I try to create the db, it fails with the error:
    Connected to an idle instance.
    ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    And alert log has meesages as below:
    Starting ORACLE instance (normal)
    Tue May 26 07:37:39 2009
    WARNING: EINVAL creating segment of size 0x0000000029002000
    fix shm parameters in /etc/system or equivalent
    Also see the output of this command :
    prctl -n project.max-shm-memory -i project user.root
    project: 1: user.root
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
    privileged      3.92GB      -   deny                                 -
    system          16.0EB    max   deny                                 -
    Now I tried to change this with this command (as suggested in installation guide):
    prctl -n project.max-shm-memory -v 8gb -r -i project user.root
    but still I get teh same error. So I refer to Metalink document 399895.1. It says that manually change the settings in /etc/system. this needs a reboot and I got premission to do this reboot tomorrow. But my question is: What are the values that I should be putting in this file?+As suggested in the note, should I put the below values? -
    For example, a sample value (mentioned in the note) are: for /etc/system entry setting SHMMAX = 6GB.
    set shmsys:shminfo_shmmax=6442450944
    set semsys:seminfo_semmni=1024
    set semsys:seminfo_semmsl=1024
    set shmsys:shminfo_shmmni=100
    or should I put some other values (for all the parameters like semmni, semmsl etc) ? I am not clear which values I should be specifying.
    Thanks
    Edited by: orausern on May 26, 2009 7:24 AM
    Edited by: orausern on May 26, 2009 7:27 AM

    Wow! your help comes like an angles' helping hand! thank you so much. I am not very knowledgable on solaris so a few questions :
    Currently there is no project set up for oracle on this server, so the steps I need to do -to make the changes permanent are:
    # projadd -c "Oracle" 'user.oracle'
    # projmod -s -K "project.max-shm-memory=(privileged,8GB,deny)" 'user.oracle'
    correct?
    thanks a lot again

  • Create Assembly fails in SQL Server 2012 SP1 if an assembly is built with Platform Target as AnyCPU

    Environment:
    Windows 2008 R2.
    SQL Server 2012 SP1 64 bit.
    I have a .NET assembly built using .NET Framework 4.0 with Platform Target set to AnyCPU and Unsafe options. The assembly has dependency on few other assemblies and has unmanaged code also. When I run CREATE ASSEMBLY for this assembly I get the following
    error message.
    Assembly '<assembly name>' could
    not be installed because existing policy would keep it
    from being used.
    However if I change the compile option to x64 instead of AnyCPU, I can successfully create the assembly. So my question : Does SQL Server 2012 64 bit requires assemblies that have Unmanaged code or makes calls to native libraries need to be built using x64
    bit option? AnyCPU should not be used?
    Thanks in Advance

    Hello,
    The default setting of a Visual Studio project is "Any CPU".SO on a 64 bit system this means the program will automatically run as a 64 bit application and on a 32 bit system it will automatically run as a 32 bit application. But if you have a dependency
    assembly which is either x86 or x64, technically your project is therefore not "Any CPU" compatible. 
    According to BOL: If the the assembly is 100% type safe which there is no dependencies on native code or COM objects and that there is no 'unsafe' code, it is possible to take the .NET executable
    that you run on your 32-bit machine and move it to the 64-bit system and have it run successfully.
    In your case, the issue may caused by the unsafe code and you should spcify the platform target to X64 to make is run on the 64 bit system.
    Reference:http://www.hanselman.com/blog/BackToBasics32bitAnd64bitConfusionAroundX86AndX64AndTheNETFrameworkAndCLR.aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Problem in sql.bsq when creating a database

    Hello,
    this is my first attempt to create an Oracle database but I get some strange problems with the sql.bsql file ...
    I tried to create the db as described in the Oracle Administrator manual. Everything works fine until I execute the actual "create database"-statement. Then it terminates with the error message
    ORA-01092: ORACLE instance terminated. Disconnection forced
    I found out that the problem arises in the sql.bsq file where a cluster named c_rg# in line 2814f should be created. The statement
    create cluster c_rg#
    ( refgroup number)
    works fine, but in the following command where the created cluster is used throws an error - the cluster seems not to exist ...
    Here are the error messages from the alert log:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 2818
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00943: cluster does not exist
    Error 1519 happened during db open, shutting down database
    I commented out the critical lines for this and another cluster that showed the same problem, but then I found a problem with the synomyme for the dual-table:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 2943
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00980: synonym translation is no longer valid
    Error 1519 happened during db open, shutting down database
    It seems, that the results from the creation statements get lost after creation.
    Any idea what goes wrong????
    I am using (or better: try to use ;-) Oracle 10g under Debian Linux.
    Thank you in advance for your help,
    Susanne

    Is this the first Oracle installation on the machine? Sometimes sql.bsq errors occur,if the wrong file version is used.
    Check thoroughly if all hardware and software requirements are met,it is possible objects are not created successfully because of lack of resources.
    I recommend, let DBCA build database creation scripts, you may compare these with your own, manually created, scripts.

  • Error while creating database on 10.2 enterprise eidition

    Hi,
    When i trying to create database through batch file on oracle version 10.2 enterprise edition, its giving error.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Following error message logged in log file:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00942: table or view does not exist
    Offending statement at line 7032
    create unique index apply$_conf_hdlr_columns_unq1
    on apply$_conf_hdlr_columns(object_number, column_name)
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 7032
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00942: table or view does not exist
    The same script is working fine on Oracle 10.1 Enterprise edition But its giving error on Oracle 10.2 Enterprise edition while creating database.
    Please help.
    Thanks in advance

    Hi,
    Content of PFILE:
    # Basic Initialization Parameters
    cluster_database=false
    compatible=10.1.0.2.0
    control_files = ("F:/oracle/oradata/DTO/ctrl01.ctl", "F:/oracle/oradata/DTO/ctrl02.ctl")
    db_block_size=8192
    # db_create_file_dest               # only used in OMF mode
    # db_create_online_log_dest_n          # only used in OMF mode
    db_domain=""
    db_name=DTO
    db_recovery_file_dest=F:/oracle/oradata/DTO/flash_recovery_area
    db_recovery_file_dest_size=2G
    db_unique_name=DTO_01
    # instance_number               # RAC parameter
    job_queue_processes=10
    # log_archive_dest_n               # NOARCHIVELOG mode
    # log_archive_dest_state_n          # NOARCHIVELOG mode
    # nls_language                    # OS dependant
    # nls_territory                    # OS dependant
    open_cursors=50
    pga_aggregate_target=10M
    processes=50
    # remote_listener               # RAC parameter
    remote_login_passwordfile=EXCLUSIVE
    # rollback_segments               # UNDO_MANAGEMENT mode
    # sessions                    # derived from processes
    sga_target=100M
    shared_servers=0
    star_transformation_enabled=FALSE
    undo_management=AUTO
    # undo_tablespace               # first UNDO tablespace
    # Other Parameters
    background_dump_dest=F:/oracle/admin/DTO/bdump
    core_dump_dest=F:/oracle/admin/DTO/cdump
    cursor_sharing=SIMILAR
    db_file_multiblock_read_count=64          
    db_files=400
    db_writer_processes=2
    instance_name=DTO
    log_buffer = 8192
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 0
    os_authent_prefix=""
    service_names=DTO
    statistics_level=typical
    timed_statistics=true
    user_dump_dest=F:/oracle/admin/DTO/udump
    utl_file_dir=*
    Command in batch script:
    CONNECT sys/oracle AS SYSDBA
    STARTUP NOMOUNT PFILE=&ADMN_DIR/pfile/init&ORA_INST..ora
    CREATE DATABASE &ORA_INST
         CONTROLFILE REUSE
         LOGFILE
              GROUP 1 ('&REDO_DIR_1/redo11.log','&REDO_DIR_2/redo12.log') SIZE 10M REUSE,
              GROUP 2 ('&REDO_DIR_1/redo21.log','&REDO_DIR_2/redo22.log') SIZE 10M REUSE,
              GROUP 3 ('&REDO_DIR_1/redo31.log','&REDO_DIR_2/redo32.log') SIZE 10M REUSE,
              GROUP 4 ('&REDO_DIR_1/redo41.log','&REDO_DIR_2/redo42.log') SIZE 10M REUSE
         DATAFILE
              '&DATA_DIR/syst01.dbf' SIZE 40M REUSE AUTOEXTEND ON NEXT 40M MAXSIZE 2G
              EXTENT MANAGEMENT LOCAL
         SYSAUX DATAFILE
              '&DATA_DIR/saux01.dbf' SIZE 40M REUSE AUTOEXTEND ON NEXT 40M MAXSIZE 2G
         DEFAULT TEMPORARY TABLESPACE temp
              TEMPFILE '&TEMP_DIR/temp01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 2G
              EXTENT MANAGEMENT LOCAL UNIFORM SIZE 10M
         UNDO TABLESPACE undo
              DATAFILE '&UNDO_DIR/undo01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 2G,
                   '&UNDO_DIR/undo02.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 2G
         CHARACTER SET AL32UTF8
         SET TIME_ZONE = 'Europe/Warsaw';

  • Creating database problem with ORA-01519: error while processing file '' ne

    Dear all,
    I am having rough time with creating database manually. can anyone help me with the following errors.
    ALERT LOGFILE:-
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\udump\oracle5_ora_3444.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5744
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\bdump\oracle5_reco_3416.trc:
    ORA-01519: error while processing file '' near line
    CREATE DATABASE SCRIPT:-
    create database ORACLE5
    user sys identified by bala
    user system identified by bala
    logfile
    group 1 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo01.log') SIZE 50M,
    group 2 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo02.log') SIZE 50M,
    group 3 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo03.log') SIZE 50M
    maxlogfiles 5
    maxlogmembers 5
    maxloghistory 1
    maxdatafiles 50
    maxinstances 1
    datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\system01.dbf' size 200m autoextend on maxsize unlimited extent management local
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    sysaux datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\sysaux01.dbf' size 100m autoextend on maxsize unlimited
    default temporary tablespace temp tempfile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\temp01.dbf' size 10m autoextend on maxsize unlimited
    character set US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    INIT.ORA FILE:-
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Archive
    log_archive_format=ARC%S_%R.%T
    # 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=oracle5
    # Diagnostics and Statistics
    background_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\bdump
    core_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\cdump
    user_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\udump
    # File Configuration
    #db_create_file_dest=D:\oracle\product\10.1.0\oradata
    db_recovery_file_dest=D:\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=oracle5XDB)"
    # 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
    control_files=("D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORACLE5\CONTROLFILE\control01.CTL", "D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORACLE5\CONTROLFILE\control02.CTL")

    Hi,
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    After ORACLE5 there is a space character. Typo? Create proper directory or delete this character.
    Bartek

  • ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401

    I receive the following error by creating dataabse as below sql:
    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-01119: error in creating database file '/sisdev04/dbs/users01.dbf'
    ORA-27039: create file failed, file size limit reached
    Additional information: 1
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 ('/sisdev04/dbs/log01a.dbf','/sisdev04/dbs/log01b.dbf') SIZE 10M,
              GROUP 2 ('/sisdev04/dbs/log02a.dbf','/sisdev04/dbs/log02b.dbf') SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    I have issue df to check the directory sisuat04
    / >df
    Filesystem 512-blocks Free %Used Iused %Iused Mounted on
    /dev/hd4 98304 45664 54% 2446 10% /
    /dev/hd2 2097152 78992 97% 30280 12% /usr
    /dev/hd9var 65536 20536 69% 308 4% /var
    /dev/hd3 294912 262432 12% 147 1% /tmp
    /dev/hd1 49152 5712 89% 1290 21% /home
    /dev/mfcobol 81920 25520 69% 608 6% /mfcobol
    /dev/magiclv 81920 22304 73% 346 4% /usr/magic
    /dev/sispro02lv 6553600 6347792 4% 18 1% /sisdev02
    /dev/sispro03lv 6553600 6347784 4% 19 1% /sisdev03
    /dev/sisappllv 229376 173288 25% 1846 7% /sisappl
    /dev/lvbaklog 98304 85552 13% 68 1% /app/bak_log
    /dev/noteslv0 1048576 541352 49% 2195 2% /notes
    /dev/noteslv1 4194304 1479304 65% 5269 2% /notesrv
    /dev/noteslv2 2097152 898128 58% 51 1% /notesrv/sitesch
    /dev/lvoracle 2097152 237240 89% 8280 4% /opt/oracle
    /dev/u01lv 4194304 128720 97% 11697 3% /u01
    /dev/sisdev01lv 4096000 3021552 27% 27 1% /sisdev04
    Is is still a not enough space problem?

    I receive the following error by creating dataabse as below sql:
    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-01119: error in creating database file '/sisdev04/dbs/users01.dbf'
    ORA-27039: create file failed, file size limit reached
    Additional information: 1
    CREATE DATABASE SISDEV04
         LOGFILE GROUP 1 ('/sisdev04/dbs/log01a.dbf','/sisdev04/dbs/log01b.dbf') SIZE 10M,
              GROUP 2 ('/sisdev04/dbs/log02a.dbf','/sisdev04/dbs/log02b.dbf') SIZE 10M
         NOARCHIVELOG
         CHARACTER SET ZHT16BIG5
         NATIONAL CHARACTER SET ZHT16BIG5
         DATAFILE '/sisdev04/dbs/system01.dbf'      
              SIZE 210M AUTOEXTEND OFF
         , '/sisdev04/dbs/rbs01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/temp01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/users01.dbf'
    SIZE 1050M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ivr01.dbf'
    SIZE 105M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ivr01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
         , '/sisdev04/dbs/ts_index_ems01.dbf'
    SIZE 21M AUTOEXTEND OFF
    I have issue df to check the directory sisuat04
    / >df
    Filesystem 512-blocks Free %Used Iused %Iused Mounted on
    /dev/hd4 98304 45664 54% 2446 10% /
    /dev/hd2 2097152 78992 97% 30280 12% /usr
    /dev/hd9var 65536 20536 69% 308 4% /var
    /dev/hd3 294912 262432 12% 147 1% /tmp
    /dev/hd1 49152 5712 89% 1290 21% /home
    /dev/mfcobol 81920 25520 69% 608 6% /mfcobol
    /dev/magiclv 81920 22304 73% 346 4% /usr/magic
    /dev/sispro02lv 6553600 6347792 4% 18 1% /sisdev02
    /dev/sispro03lv 6553600 6347784 4% 19 1% /sisdev03
    /dev/sisappllv 229376 173288 25% 1846 7% /sisappl
    /dev/lvbaklog 98304 85552 13% 68 1% /app/bak_log
    /dev/noteslv0 1048576 541352 49% 2195 2% /notes
    /dev/noteslv1 4194304 1479304 65% 5269 2% /notesrv
    /dev/noteslv2 2097152 898128 58% 51 1% /notesrv/sitesch
    /dev/lvoracle 2097152 237240 89% 8280 4% /opt/oracle
    /dev/u01lv 4194304 128720 97% 11697 3% /u01
    /dev/sisdev01lv 4096000 3021552 27% 27 1% /sisdev04
    Is is still a not enough space problem? i think you have specified 1050m for users01.dbf file, your file system /sisdev04 has something like
    1.5gb of free space. it failed because of lack of free space. may be you can reduce your datafile size or try to
    create in another filesystem.

  • I am getting this error while creating Database manually.

    SQL> @anupam.sql
    create database anupam
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/dtxnspc.bsq' near line 20
    ORA-00604: error occurred at recursive SQL level 1
    ORA-19502: write error on file "/home/oracle/anupam/users02.dbf", block number
    24704 (block size=8192)
    ORA-27072: File I/O error
    Linux Error: 25: Inappropriate ioctl for device
    Additional information: 4
    Additional information: 24704
    Additional information: 53248
    Process ID: 21047
    Session ID: 1 Serial number: 3

    is your directory /home/oracle/anupam/ 100% full can you paste df -kh output

  • Creating database on OMF

    Hello Experts
    I am working on Oracle 10g Enterprise Edition Release 10.2.0.1.0 on Windows 2000
    Creating an OMF database with the folllowing procedure:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=demo
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\product\10.2.0/admin/demo/bdump
    core_dump_dest=C:\oracle\product\10.2.0/admin/demo/cdump
    user_dump_dest=C:\oracle\product\10.2.0/admin/demo/udump
    # File Configuration
    DB_CREATE_file_dest='C:\oracle\product\10.2.0\oradata\demo'
    DB_CREATE_ONLINE_LOG_DEST_1='C:\oracle\product\10.2.0\oradata\demo'
    DB_CREATE_ONLINE_LOG_DEST_2='C:\oracle\product\10.2.0\flash_recovery_area'
    db_recovery_file_dest=C:\oracle\product\10.2.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    control_files=("C:\oracle\product\10.2.0\flash_recovery_area\demo\CONTROLFILE\control01.CTL",
    "C:\oracle\product\10.2.0\oradata\demo\CONTROLFILE\control02.CTL")
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.2.0.1.0
    # Processes and Sessions
    processes=150
    # SGA Memory
    sga_target=289406976
    # Security and Auditing
    audit_file_dest=C:\oracle\product\10.2.0/admin/demo/adump
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=orclXDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=96468992
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    When I run this command "create database demo"
    It throws this error on the screen "ORA 01092: Oracle instance terminated. Disconnection Forced.
    The alert log file looks something like this:
    Dump file c:\oracle\product\10.2.0/admin/demo/bdump\alert_reebok1.log
    Fri Jun 12 19:23:44 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows 2000 Version V5.0 Service Pack 4
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:307M/1022M, Ph+PgF:1545M/2462M, VA:1934M/2047M
    Fri Jun 12 19:23:44 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    WARNING: db_recovery_file_dest is same as db_create_online_log_dest_2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 289406976
    control_files = C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\demo\CONTROLFILE\CONTROL01.CTL, C:\ORACLE\PRODUCT\10.2.0\ORADATA\demo\CONTROLFILE\CONTROL02.CTL
    db_block_size = 8192
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    db_create_file_dest = C:\oracle\product\10.2.0\oradata\demo
    db_create_online_log_dest_1= C:\oracle\product\10.2.0\oradata\demo
    db_create_online_log_dest_2= C:\oracle\product\10.2.0\flash_recovery_area
    db_recovery_file_dest = C:\oracle\product\10.2.0\flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    audit_file_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\demo\ADUMP
    background_dump_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\demo\BDUMP
    user_dump_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\demo\UDUMP
    core_dump_dest = C:\ORACLE\PRODUCT\10.2.0\ADMIN\demo\CDUMP
    db_name =demo
    open_cursors = 300
    pga_aggregate_target = 96468992
    PMON started with pid=2, OS id=568
    PSP0 started with pid=3, OS id=2676
    MMAN started with pid=4, OS id=2144
    DBW0 started with pid=5, OS id=3424
    LGWR started with pid=6, OS id=1336
    CKPT started with pid=7, OS id=884
    SMON started with pid=8, OS id=2216
    RECO started with pid=9, OS id=2728
    CJQ0 started with pid=10, OS id=2328
    MMON started with pid=11, OS id=2888
    MMNL started with pid=12, OS id=1120
    Fri Jun 12 19:23:44 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Fri Jun 12 19:23:56 2009
    create database reebok1
    Fri Jun 12 19:23:56 2009
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Fri Jun 12 19:23:56 2009
    Database mounted in Exclusive Mode
    Fri Jun 12 19:24:06 2009
    Successful mount of redo thread 1, with mount id 1241163276
    Assigning activation ID 1241163276 (0x49faa60c)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\REEBOK1\demo\ONLINELOG\O1_MF_1_534QHNTV_.LOG
    Current log# 1 seq# 1 mem# 1: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\demo\ONLINELOG\O1_MF_1_534QHQ8S_.LOG
    Successful open of redo thread 1
    Fri Jun 12 19:24:06 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Jun 12 19:24:06 2009
    SMON: enabling cache recovery
    Fri Jun 12 19:24:06 2009
    create tablespace SYSTEM datafile /* OMF datafile */
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Fri Jun 12 19:24:08 2009
    Completed: create tablespace SYSTEM datafile /* OMF datafile */
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Fri Jun 12 19:24:08 2009
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Fri Jun 12 19:24:15 2009
    CREATE UNDO TABLESPACE SYS_UNDOTS DATAFILE SIZE 10M AUTOEXTEND ON
    ORA-30012 signalled during: CREATE UNDO TABLESPACE SYS_UNDOTS DATAFILE SIZE 10M AUTOEXTEND ON
    Fri Jun 12 19:24:16 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\udump\demo_ora_3296.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Fri Jun 12 19:24:16 2009
    Errors in file c:\oracle\product\10.2.0\admin\reebok1\udump\demo_ora_3296.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5792
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Fri Jun 12 19:24:16 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_pmon_568.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:17 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_reco_2728.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:17 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_smon_2216.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:17 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_ckpt_884.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:17 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_psp0_2676.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:17 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_lgwr_1336.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:17 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_dbw0_3424.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:18 2009
    Errors in file c:\oracle\product\10.2.0\admin\demo\bdump\demo_mman_2144.trc:
    ORA-01519: error while processing file '' near line
    Fri Jun 12 19:24:18 2009
    Instance terminated by USER, pid = 3296
    ORA-1092 signalled during: create database demo...
    Thanks

    Hello,
    Are you using DBCA (Database configuration assitant) or customized script? I recommend you to use DBCA to create demo and you can choose Database file location (OMF) and make sure your database created successfully.
    Regards
    OrionNet

Maybe you are looking for

  • Username and password issue in SAP GUI logon-Please help

    Hello, Usually I download the tx.sap file from my work system it downloads and opens the main screen directly.( password is disabled for us). Now when I connect from home(home system through VPN) ,i can download tx.sap file from my company's SAP web

  • I need advice on buying a new computer and monitor.

    Without going into huge detail, I am ready to buy a new desktop for my photography hobby.  I am still running CS3 (hoping that will work with Windows 7?), Corel Paint Shop Pro X (yeah, I know I have really old software, but I don't feel the need to u

  • I like to downgrade my iphone 4 os5.1 to 4.3.5

    i have iphone 4 with os 4.3.5 but i upgrade this to os 5.1 but now i want to downgrade to 4.3.5 please help.

  • User name and password for sqlplus

    I've used the user:scott and passwd:tiger. but after that it displays me one more dialog box that is oracle 8i startup which asks for a password. But here i dont know what to give.

  • FatalError since upgrade to CS5

    Hi everyone, I'm having trouble with a script that served me well for a couple years, but since I upgraded to CS 5, I'm getting the error below: FatalError: General Photoshop error occurred. This functionality may not be available in this version of