Oracle 8iEE problem in creating database

When installing Oracle 8i Enterprise Edition for Linux slakware there is a problem of creating the database . while installing if we choose the option of creating the database it hangs at that point .
Although if we skip the creation of the database it shows that the installation is complete . later when we use dbassist it hangs after displaying few file names last one being for CreateWizardMain.
we tried using response files, silent mode also but the computer hangs at that point.
We tried svrmgrl but in that it is displaying an error message for cannot open parameter file with the name that was provided in response file .
Any Suggestions?

I spend 2 days on resolving this problem.
You should make two links:
ln -s /bin/free /usr/bin/free
ln -s /usr/bin/awk /bin/awk
because dbassist looking for this programs.
This is help me, and i think this help you.
greet.
Roman

Similar Messages

  • Problem when creating Database (Database, OS and hardware Configuraiton included)

    Problem when creating Database:
    Below are the problems, which I faced during creation of database. I have mentioned both the problem separately. Plus the log file maintained by Oracle during installation. It might help in diagnosing the error. Plus a little conclusion with I turned up to.
    There are two problems, when creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Log File Showing Error :
    Result code for launching of configuration tool is 0
    Launched configuration tool Oracle Database Configuration Assistant
    Command which is being spawned is C:\Program Files\Oracle\jre\1.1.7\bin/jrew.exe -Duser.dir=d:\oracle\ora81\assistants\dbca\jlib -classpath ";C:\Program Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.7\lib\i18n.jar;d:\oracle\ora81\jlib\ewt-3_3_6.jar;d:\oracle\ora81\jlib\share-1_0_8.jar;d:\oracle\ora81\jlib\swingall-1_1_1.jar;d:\oracle\ora81\assistants\dbca\jlib\dbassist.jar;d:\oracle\ora81\assistants\jlib\jnls.jar;d:\oracle\ora81\assistants\jlib\acc.jar;d:\oracle\ora81\jlib\help-3_1_8.jar;d:\oracle\ora81\jlib\ice-4_06_6.jar;d:\oracle\ora81\jlib\netcfg.jar;" DBCreateWizard -progress_only -responseFile NO_VALUE -createtype seed -numusers NO_VALUE -apptype NO_VALUE -cartridges NO_VALUE -options NO_VALUE -demos NO_VALUE -seedloc d:\oracle\ora81\starterdb -sid ora8i -orabase d:\oracle -clususer NO_VALUE -cluspswd Protected value, not to be logged -nodeinfo NO_VALUE -gdbName ora8i
    Invalid Exit Code. The following result code will be used for configuration tool: 1
    Configuration tool Oracle Database Configuration Assistant failed
    The datafiles will be copied from the CD to d:\oracle\oradata\ora8i. The Oracle Database Configuration Assistant will begin creating the database.
    An Oracle database will be created for you. The database name will be ora8i. The system identifier for the database will be ora8i. The password for the INTERNAL account will be ******, the SYS account will be change_on_install and the SYSTEM account will be manager.
    Log File of Installation:
    The above code is a part of the log file, which is generated by Oracle installer at C:\Program Files\Oracle\Inventory\Log\..
    I just pasted the part of code, highlighted is the code showing error with Oracle Database Configuration Assistant.
    Software & Hardware Configuration are as follow:
    Software:
    Database
    Oracle 8.1.7.0.0 (Oracle8i)
    Operating System
    Microsoft Windows 2000
    5.00.2195
    Service Pack 2
    Hardware:
    x86 Family 6 Model 8 stepping
    10
    AT/AT COMPITABLE
    260,400 KB RAM

    Dont't worry about that. Before you
    create a table(or view), it is wise to
    drop the table(or view) with the same name.
    If the name doesn't exist, of course there
    is an error message. See the following script:
    -------------------begin-----------
    drop table students cascade constraints;
    create table students (
    sid varchar2(5),
    fname varchar2(20),
    lname varchar2(20) not null,
    minit char,
    primary key (sid));
    --------------end-----------------
    Good day!
    null

  • Problem when creating Database with Database, OS and hardware Configuraiton

    Problem when creating Database:
    There are two problems, which I faced during creation of database. When creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Software & Hardware Configuration are as follow:
    Software:
    Database
    Oracle 8.1.7.0.0 (Oracle8i)
    Operating System
    Microsoft Windows 2000
    5.00.2195
    Service Pack 2
    Hardware:
    x86 Family 6 Model 8 stepping
    10
    AT/AT COMPITABLE
    260,400 KB RAM

    user563502 wrote:
    I am working on Solaris 8. What is Alert_SID.log? where can I find it?
    ThanksFor the responsible of the upgrade of Oracle database, not even know what Alert log is?
    to be honest with you, this is not your work.

  • Problem when creating Database (Database, OS and hardware Configuraiton)

    Problem when creating Database:
    There are two problems, which I faced during creation of database. When creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Software & Hardware Configuration are as follow:
    Software:
    Database
    Oracle 8.1.7.0.0 (Oracle8i)
    Operating System
    Microsoft Windows 2000
    5.00.2195
    Service Pack 2
    Hardware:
    x86 Family 6 Model 8 stepping
    10
    AT/AT COMPITABLE
    260,400 KB RAM

    user563502 wrote:
    I am working on Solaris 8. What is Alert_SID.log? where can I find it?
    ThanksFor the responsible of the upgrade of Oracle database, not even know what Alert log is?
    to be honest with you, this is not your work.

  • Problem to create database with RAC 10g with Oracle Standard Edition

    I install CRS (Cluster Ready Services), and then install Oracle 10g database. Also, I install patches 10.1.0.4. When I create database with ASM storage give me a error to create files database.
    Any idea?
    Thanks
    Edu Alcañiz

    You were right.
    http://download-uk.oracle.com/docs/html/B14203_05/intro.htm#sthref44
    under the section
    "1.3 Configuration Tasks for Oracle Clusterware and Oracle Real Application Clusters"
    "... If you use RAC on Oracle Database 10g Standard Edition, then you must use ASM."
    Thanks, problem solved.
    - Vegard

  • 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

  • Network Problem After Creating Database

    Hi,
    We install Oracle 11g on Windows 2008 server. Everything is working fine till the installation of Oracle software. After creating the database when we restart server the network cable shows a unplug for 20 miniutes.
    If we disable all the Oracle service than everything goes fine.
    Please Suggest.
    Thanks and Regards
    Sarfaraz Zomberkar

    This is an interesting problem. Please provide a little more information.
    * When you state Oracle 11g, exactly which release version: 11.1.0.6, 11.1.0.7, 11.2.0.1, or 11.2.0.2 - did you install the 32 bit Database software or the 64 bit Database software?
    * Which options were selected during the installation, and did you tell the installer to create a database during the installation?
    * Exactly which Windows 2008 server version: R1 or R2 - and is the operating system 32 bit or 64 bit?
    * How much memory is in the Windows server?
    * How many network cables are connected between the server and a network switch(es) - you will probably need to look at the back of the server to determine this answer?
    * What are the exact names of the Oracle services that you had to shut down - most likely, the Startup Type of those services are set to "Automatic"
    * Have the appropriate network person take a look at the log of errors on the network switch that is connected to the server - there is a chance that the network switch sensed a problem, such as excessive transmission errors, and shut down the network port to prevent a broadcast storm or a similar problem.
    * Have the appropriate person check the Windows event logs. Do those logs identify the reason why the network port went down?
    Charles Hooper
    Co-author of "Expert Oracle Practices: Oracle Database Administration from the Oak Table"
    http://hoopercharles.wordpress.com/
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Problem when creating Database:

    There are two problems, which I faced during creation of database. When creating database with Oracle Database Assistant. One when creating pre tuned database from CD. And second when creating customized database giving options your self.
    Problem # 1:
    When creating pre tuned database from CD. The process of creating Database is 90 % complete and is at step # 3 Initializing Database. It gives error ORA-03113: end-of-file on communication channel.
    I searched following oracle help for this problem.
    ORA-03113: end-of-file on communication channel
    Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8, two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
    Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of customer support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.
    Problem # 2:
    When creating database with custom option. The process of creating Database is 2 % complete and is at step # 2 Creating Database Files. It gives error ORA-12571: TNS:packet writer failure.
    I searched following oracle help for this problem.
    ORA-12571: TNS:packet writer failure
    Cause: An error occurred during a data send.
    Action: Not normally visible to the user. For further details, turn on tracing and re-execute the operation. If error persists, contact Worldwide Customer Support.
    Conclusion:
    What I conceive from this problem and the help available is that, I have to install NET8 again. But I am not sure about the solution, please tell me whether I am rite or not.

    user563502 wrote:
    I am working on Solaris 8. What is Alert_SID.log? where can I find it?
    ThanksFor the responsible of the upgrade of Oracle database, not even know what Alert log is?
    to be honest with you, this is not your work.

  • Problem in create database use dbca in RAC

    i setup a two-nodes RAC, and use dbca to create db
    here is the output of dbca
    [oracle@rac1 ~]$ dbca -silent -responseFile /home/oracle/dbca.rsp
    Copying database files
    1% complete
    3% complete
    9% complete
    15% complete
    21% complete
    27% complete
    30% complete
    Creating and starting Oracle instance
    32% complete
    36% complete
    40% complete
    44% complete
    45% complete
    48% complete
    50% complete
    Creating cluster database views
    52% complete
    70% complete
    Completing Database Creation
    73% complete
    76% complete
    79% complete
    80% complete
    81% complete
    90% complete
    99% complete
    100% complete
    Look at the log file "/opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb/mydb.log" for further details.
    and here is the log output:
    Failed to retrieve network listener resources required for the Real Application Clusters high
    availability extensions configurations on the following nodes: [rac1, rac2].
    Do you want listeners on port 1521 with prefix LISTENER to be created on nodes [rac1, rac2]
    automatically? If you would like to configure the listener with different properties, run NetCA
    before continuing.
    PRKS-1009 : Failed to start ASM instance "+ASM1" on node "rac1", [CRS-0215: Could not start
    resource 'ora.rac1.ASM1.asm'.]
    PRKS-1009 : Failed to start ASM instance "+ASM2" on node "rac2", [CRS-0215: Could not start
    resource 'ora.rac2.ASM2.asm'.]
    Could not mount the diskgroup on node: rac2. The ASM instance on node rac2 is not started.
    Could not mount the diskgroup on node: rac2. The ASM instance on node rac2 is not started.
    Copying database files
    DBCA_PROGRESS : 1%
    DBCA_PROGRESS : 3%
    DBCA_PROGRESS : 9%
    DBCA_PROGRESS : 15%
    DBCA_PROGRESS : 21%
    DBCA_PROGRESS : 27%
    DBCA_PROGRESS : 30%
    Creating and starting Oracle instance
    DBCA_PROGRESS : 32%
    DBCA_PROGRESS : 36%
    DBCA_PROGRESS : 40%
    DBCA_PROGRESS : 44%
    DBCA_PROGRESS : 45%
    DBCA_PROGRESS : 48%
    DBCA_PROGRESS : 50%
    Creating cluster database views
    DBCA_PROGRESS : 52%
    DBCA_PROGRESS : 70%
    Completing Database Creation
    Failed to start listeners on nodes "[rac1, rac2]" of cluster database "mydb", "CRS-1028: Dependency
    analysis failed because of:
    CRS-0223: Resource 'ora.rac2.LISTENER_RAC2.lsnr' has placement error.".
    DBCA_PROGRESS : 73%
    DBCA_PROGRESS : 76%
    DBCA_PROGRESS : 79%
    ORA-01078: failure in processing system parameters
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+ORADG/mydb/spfilemydb.ora'
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15056: additional error message
    ORA-17503: ksfdopn:DGOpenFile05 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15173: entry 'spfilemydb.ora' does not exist in directory 'mydb'
    ORA-06512: at line 4
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 80%
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 81%
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 90%
    Enterprise manager configuration failed due to the following error -
    Invalid username/password.
    Refer to the log file at /opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb/emConfig.log for more
    details.
    You can retry configuring this database with Enterprise Manager later by manually running
    /opt/ora/product/10.2.0/db_1/bin/emca script.
    DBCA_PROGRESS : 99%
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    PRKP-1001 : Error starting instance mydb1 on node rac1
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.mydb.mydb1.inst' has placement error.
    PRKP-1001 : Error starting instance mydb2 on node rac2
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.mydb.mydb2.inst' has placement error.
    DBCA_PROGRESS : 100%
    Database creation complete. Check the logfiles at
    /opt/ora/product/10.2.0/db_1/cfgtoollogs/dbca/mydb for details.
    Database Information:
    Global Database Name:mydb
    System Identifier(SID) Prefix:mydb
    it should be run netca before running dbca?

    this time i run netca first,and then run dbca to configure the ASM,after that i run dbca to create database
    listener and asm instance is online,but when i create DB ,still have error
    Copying database files
    DBCA_PROGRESS : 1%
    DBCA_PROGRESS : 3%
    DBCA_PROGRESS : 9%
    DBCA_PROGRESS : 15%
    DBCA_PROGRESS : 21%
    DBCA_PROGRESS : 27%
    DBCA_PROGRESS : 30%
    Creating and starting Oracle instance
    DBCA_PROGRESS : 32%
    DBCA_PROGRESS : 36%
    DBCA_PROGRESS : 40%
    DBCA_PROGRESS : 44%
    DBCA_PROGRESS : 45%
    DBCA_PROGRESS : 48%
    DBCA_PROGRESS : 50%
    Creating cluster database views
    DBCA_PROGRESS : 52%
    DBCA_PROGRESS : 70%
    Completing Database Creation
    DBCA_PROGRESS : 73%
    DBCA_PROGRESS : 76%
    DBCA_PROGRESS : 79%
    ORA-01078: failure in processing system parameters
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+ORADG/mydb/spfilemydb.ora'
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15056: additional error message
    ORA-17503: ksfdopn:DGOpenFile05 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-17503: ksfdopn:2 Failed to open file +ORADG/mydb/spfilemydb.ora
    ORA-15173: entry 'spfilemydb.ora' does not exist in directory 'mydb'
    ORA-06512: at line 4
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 80%
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    DBCA_PROGRESS : 89%
    DBCA_PROGRESS : 98%
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    PRKP-1001 : Error starting instance mydb1 on node rac1
    CRS-0215: Could not start resource 'ora.mydb.mydb1.inst'.
    PRKP-1001 : Error starting instance mydb2 on node rac2
    CRS-0215: Could not start resource 'ora.mydb.mydb2.inst'.
    DBCA_PROGRESS : 100%
    following info from my template file
    <MiscParams>
    <databaseType>MULTIPURPOSE</databaseType>
    <maxUserConn>20</maxUserConn>
    <percentageMemTOSGA>40</percentageMemTOSGA>
    <customSGA>false</customSGA>
    <archiveLogMode>false</archiveLogMode>
    <initParamFileName>+ORADG/admin/{DB_UNIQUE_NAME}/pfile/init.ora</initParamFileName>
    </MiscParams>
    <SPfile useSPFile="true">{ORACLE_HOME}/dbs/spfile{SID}.ora</SPfile>
    </InitParamAttributes>
    and dbca create +ORADG in /home/oracle dir (why??)
    [oracle@rac1 ~]$ ls +ORADG/admin/mydb/pfile/init.ora.6132011173958
    +ORADG/admin/mydb/pfile/init.ora.6132011173958
    Edited by: 859340 on 2011-7-12 下午7:25

  • 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

  • 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

  • Problem in creating database instance in linux through webtool

    Dear sir
    i got sql erroe ,when i mam trying to creat database instance.i am decrbing steps here from point of start.
    Initially i invke two command
    1:/opt/sdb/programs/bin/x_server
    2:/etc/rc.d/init.d/maxdbweb start
    then i invoke web application as:http://localhost:9999/webdbm
    then i m trying to create DATABASE Instance
    1:specify Database/servaername
         Name     : Test12
         Server   : localhost
         Username : dbm
         Password : dbm
    2:the fill the authetication form as(dbm,dbm,dbm),(dba,dba,dba)
    3:use default and specify data and log space
    4:Then i click "Install" button
    then i got error: "-24988 sql error:"
    plz tell me where i m wrong and tell me any another component ,should i start.

    hi Roland
    the output ofthese command is given
    1. Command: dbmcli db_enum
    <b>OUTPUT</b>
    OK
    TEST12  /opt/sdb/7500   7.5.0.23        fast    offline
    TEST12  /opt/sdb/7500   7.5.0.23        quick   offline
    TEST12  /opt/sdb/7500   7.5.0.23        slow    offline
    2.Command: dbcmli -d Test12 -u dbm,dbm db_state
    <b>OUTPUT</b>
    OK
    State
    OFFLINE
    3.Command: dbcmli -d Test12 -u dbm,dbm db_online
    <b>OUTPUT</b>
    ERR
    -24988,ERR_SQL: sql error
    -8888,connection broken server state 4
    <b>Last Some lines of file :Knldiang.err</b>
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE  
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE   -
    > Symbolic Stack Back Trace <----
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      0: 0x0877601a eo670_CTraceStack +0x001e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd20] (0x0,0x0,0x1,0x8776008)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      1: 0x0879448d vabort +0x0039
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd50] (0x8add904,0x89282a0,0x89282c2,0x40b9cd78)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      2: 0x08701813 RTE_Crash__FRC20SAPDBErr_MessageList +0x010f
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd80] (0x40100001,0x2e5,0x40b9cdc0,0x8701796)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      3: 0x0856eec5 ReadRestartPage__13IOMan_ManageriR18Kernel_RestartPage +0x0261
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cdc0] (0x40b9d0ec,0x40b9d130,0x0,0x1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      4: 0x08576e89 bd999ReadRestartPage +0x0075
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d100] (0x408ad608,0x25,0x40b9d130,0x8576e21)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      5: 0x083cbc16 kb57RestoreRestartRecord +0x003e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d140] (0x25,0x8bb5bac,0x40b9d180,0x83cbc06)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      6: 0x08570f5e OpenAllDataVolumes__13IOMan_Manageri +0x003a
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d180] (0x25,0x25,0x0,0x8570f32)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      7: 0x08576b39 bd999AttachAllDataVolumes +0x0029
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d1b0] (0x408ad608,0x25,0x1,0x8576b1d)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      8: 0x08408e8b b01restart_filesystem +0x0057
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d1e0] (0x25,0x40ba5976,0x40b9d220,0x8408e74)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      9: 0x086bd8b5 RestartFilesystem__21Kernel_AdministrationR18tgg00_TransContextb +0x0025
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d220] (0x40ba5954,0x1,0x0,0x86bd89e)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     10: 0x086a86fc RestartPrepare__21Kernel_AdministrationR18tgg00_TransContextQ221Kernel_Administration11RestartKind
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    R20SAPDBErr_MessageList +0x0038
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d250] (0x8b473e0,0x40ba5954,0x40b90001,0x86a86e0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     11: 0x086a8e59 RestartIntern__21Kernel_AdministrationR18tgg00_TransContextQ221Kernel_Administration11RestartKindG
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    t19SAPDB_Invalidatable2ZUiUi0T3G16Log_IOSequenceNo +0x0061
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d3f0] (0x8b473e0,0x40ba5954,0x0,0x40b9d50c)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     12: 0x086a85ab Restart__21Kernel_AdministrationR18tgg00_TransContextGt19SAPDB_Invalidatable2ZUiUi0T2G16Log_IOSequ
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    enceNo +0x0197
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d520] (0x8b473e0,0x40ba5954,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     13: 0x0853391a gg999Restart +0x004e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d580] (0x8b473e0,0x40ba5954,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     14: 0x081fd618 ak36restart +0x00e0
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d5d0] (0x40ba5954,0x40b9f6f8,0x40b9f700,0xffffffff)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     15: 0x081fe9cc a36_call_semantic +0x05fc
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9f740] (0x40ba499c,0x40ba3774,0x0,0x81fe3e1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     16: 0x081efb0f ak35call_semantik +0x0503
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba39b0] (0x40ba499c,0x40ba3a08,0x40ba39ef,0x40ba3a08)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     17: 0x081ef137 a35_asql_statement +0x07d3
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3a30] (0x40ba499c,0x176,0x0,0x81ee972)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     18: 0x083146bc ak92not_only_execute +0x0858
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3ab0] (0x40ba499c,0x40ba52d4,0x0,0x8313e75)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     19: 0x08315516 ak92analyze_messagetype +0x07ce
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3c70] (0x40ba499c,0x40ba3cc8,0x40ba3ccc,0x40ba3dd4)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     20: 0x083161ed a92_mode_analyzer +0x01cd
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3de0] (0x40ba499c,0x0,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     21: 0x0831aa85 ak93one_command +0x0779
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3ee0] (0x40ba499c,0x0,0x0,0x831a6b4)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     22: 0x0831967d a93_user_commands +0x047d
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4020] (0x40ba499c,0x1,0x40ba4088,0x1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     23: 0x0813d9ee ak91run_sql_process +0x00ee
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba40c0] (0x40ba499c,0x40ba40fe,0x40ba40ff,0x813d911)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     24: 0x0813d6c1 ak91run_non_sql_process +0x00bd
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4510] (0x40ba499c,0x0,0x1,0x813d620)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     25: 0x0813d760 ak91run_user_process +0x0064
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4550] (0x40ba499c,0x816d2c8,0x0,0x813d70d)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     26: 0x0813dac5 a91mainprogam_with_allocator +0x0041
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5e20] (0x40ba5f14,0x1,0x400e17f0,0x813da91)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     27: 0x0852e6a9 gg941CreateAllocatorAndCallMainprog +0x01e5
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5e50] (0x40ba5f14,0x2,0xffffffff,0x25)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     28: 0x0813da68 a91mainprogram +0x003c
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5ee0] (0x40ba5f14,0x0,0x0,0x813da3c)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     29: 0x087b7b82 en88_CallKernelTaskMain__FP9TASK_TYPE +0x016e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5f80] (0x8add904,0x400d4da0,0x87b8080,0x87b8080)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     30: 0x087b80ae en88_CallCoroutineKernelTaskMain +0x002e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5fb0] (0x50016be0,0x8b93d80,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE   -
    > End of Stack Back Trace <----
    2005-03-04 16:07:50  4138 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Task: 37

  • Problem in creating database after installion oracle on AIX6.1

    Hi.
    I have to install oracle 10g on AIX 6.1 silently so i have followed the the below steps:
    1. downloaded patch 6613550 and run ./rootpre.sh of that patch as root user
    2. created required oracle user and groups ( oracle and dba respectively)
    3. installed 10.2.0.1 version by using the following command :
    su - oracle -c "/Disk1/runInstaller -ignoreSysPrereqs -silent -responseFile /enterprise.rsp"
    4. run oraInventory/orainstRoot.sh
    5. run $ORACLE_HOME/root.sh
    6. installed oracle 10.2.0.3 patchset using the command :
    su - oracle -c "/p10_10203_AIX64-5L/Disk1/runInstaller -ignoreSysPrereqs -silent -force -debug \
    FROM_LOCATION="/p10_10203_AIX64-5L/Disk1/stage/products.xml" \
    ORACLE_HOME="given $ORACLE_HOME value" \
    ORACLE_HOME_NAME="OraDb10g" \
    TOPLEVEL_COMPONENT='{"oracle.patchset.db","10.2.0.3.0"}'"2>&1
    7. then i am Configuring oracle to startup automatically
    8. creating a database using the following command :
    su - oracle -c "$ORACLE_HOME/bin/dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname tc -passwordDialog false -sysPassword sys_password -listeners LISTENER"
    but when i execute this command it hangs .. doesn't show any error messages. nothing else..
    could any one please help me with that.. where i went wrong..
    Note : I have used the same command for creating a database for AIX 5.3 and i worked... but i didn't installed and patchset 6613550 and 10.2.0.3 as 10.2.0.1 is certified with AIX 5.3
    please help me .. its urgent

    dear friend
    thans for replying
    in fact i ddi not work
    i did the following:
    1 CREATE OR REPLACE TRIGGER t_CREATE_SYN
    2 AFTER CREATE ON SCHEMA
    3 BEGIN
    4 DECLARE
    5 vCUR INTEGER;
    6 vEXE NUMBER;
    7 CURSOR TAB_CUR IS
    8 SELECT TABLE_NAME FROM USER_TABLES;
    9 BEGIN
    10 vCUR := DBMS_SQL.OPEN_CURSOR;
    11 FOR I IN TAB_CUR LOOP
    12 DBMS_SQL.PARSE (vCUR,'CREATE PUBLIC SYNONYM '||' '||I.TABLE_NAME||' '||' FOR '||' '||' '||user||'.'||i.table_name,DBMS_SQL.NATIVE);
    13 vEXE := DBMS_SQL.EXECUTE(vCUR);
    14 END LOOP;
    15 DBMS_SQL.CLOSE_CURSOR(vCUR);
    16 END;
    17 NULL;
    18* END;
    SQL> /
    Trigger created.
    SQL> CREATE TABLE TAR_TAB ( ID NUMBER);
    CREATE TABLE TAR_TAB ( ID NUMBER)
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30511: invalid DDL operation in system triggers
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 824
    ORA-06512: at "SYS.DBMS_SQL", line 32
    ORA-06512: at line 10
    i woder is it possible to write a DDL command in database trigger?
    and how can i achive my task

  • Oracle 11g problem with creating shared memory segments

    Hi, i'm having some problems with the oracle listener, when i'm trying to start it or reload it I get the follow error massages:
    TNS-01114: LSNRCTL could not perform local OS authentication with the listener
    TNS-01115: OS error 28 creating shared memory segment of 129 bytes with key 2969090421
    My system is a: SunOS db1-oracle 5.10 Generic_144489-06 i86pc i386 i86pc (Total 64GB RAM)
    Current SGA is set to:
    Total System Global Area 5344731136 bytes
    Fixed Size 2233536 bytes
    Variable Size 2919238464 bytes
    Database Buffers 2399141888 bytes
    Redo Buffers 24117248 bytes
    prctl -n project.max-shm-memory -i process $$
    process: 21735: -bash
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 64.0GB - deny
    I've seen that a solution might be "Make sure that system resources like shared memory and heap memory are available for LSNRCTL tool to execute properly."
    I'm not exactly sure how to check that there is enough resources?
    I've also seen a solution stating:
    "Try adjusting the system-imposed limits such as the maximum number of allowed shared memory segments, or their maximum and minimum sizes. In other cases, resources need to be freed up first for the operation to succeed."
    I've tried to modify the "max-sem-ids" parameter and set it to recommended 256 without any success and i've kind of run out of options what the error can be?
    /Regards

    I see, I do have the max-shm-ids quite high already so it shouldn't be a problem?
    user.oracle:100::oracle::process.max-file-descriptor=(priv,4096,deny);
    process.max-stack-size=(priv,33554432,deny);
    project.max-shm-memory=(priv,68719476736,deny)

  • Problem in creating database -Missing Redo log file

    I am try to create a new database using DBCA .While creating a database it shows the error oracle instance terminated.Force Disconnected.
    My alert log file is
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u01/app/oracle/oradata/oracl/redo01.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Wed Nov 06 10:07:27 2013
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/oracl/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/oracl/redo03.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    Wed Nov 06 10:07:38 2013
    Setting recovery target incarnation to 2
    Wed Nov 06 10:07:38 2013
    Assigning activation ID 1876274518 (0x6fd5ad56)
    Thread 1 opened at log sequence 1
      Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/oracl/redo01.log
    Successful open of redo thread 1
    Wed Nov 06 10:07:38 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Nov 06 10:07:38 2013
    SMON: enabling cache recovery
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc  (incident=1345):
    ORA-00600: internal error code, arguments: [kpotcgah-7], [12534], [ORA-12534: TNS:operation not supported
    Incident details in: /u01/app/oracle/diag/rdbms/oracl/oracl/incident/incdir_1345/oracl_ora_5424_i1345.trc
    Wed Nov 06 10:07:46 2013
    Trace dumping is performing id=[cdmp_20131106100746]
    Errors in file /u01/app/oracle/diag/rdbms/oracl/oracl/trace/oracl_ora_5424.trc:
    ORA-00600: internal error code, arguments: [kpotcgah-7], [12534], [ORA-12534: TNS:operation not supported
    Error 600 happened during db open, shutting down database
    USER (ospid: 5424): terminating the instance due to error 600
    Instance terminated by USER, pid = 5424
    ORA-1092 signalled during: alter database "oracl" open resetlogs...
    ORA-1092 : opiodr aborting process unknown ospid (5424_47935551851664)
    Wed Nov 06 10:07:47 2013
    ORA-1092 : opitsk aborting process
                                                                                                                                   251,1         95%

    >I am try to create a new database using DBCA
    >Please help me to resolve this issue.My redo log file was missing
    DROP and recreate the database.  It is a *new* database without any data.
    Check what datafile locations and redo log file locations you specify when creating the new database. Check if you have permissions and enough disk space.
    Hemant K Chitale

Maybe you are looking for

  • How do I get Special character Euro symbol € to display ?

    Hi, How do I get the euro symbol € to display in Flash from PHP file created in DW ?. It does not display it properly. I have simplified the PHP code I have is: <?php $msgtoflash = "This is the Euro Symbol &#8364"; print ("&Databaseinfo=$msgtoflash")

  • Adobe Pro 9.2 error merging large PDF's

    When I try to merge then save large PDF it gives an error.  The computer is a new Win 7, Inetl Duel Core 3.2 Ghz, 4 GB RAM, brand new computer with only Kaspersky AV, Office 2010 and Adobe 9 Pro Trial installed.  It merges quite quickly for the file

  • SWF not playing in "state"...?

    I have a "state" setup as a screen saver screen in my catalyst project. Within that state I have one swf file. Basic logo with some images that are sliding in from the left. I created the swf in Flash Pro CS5 and the swf plays like it should when I o

  • Problems with coverage and signal in other countryw

    Hi, I am out of my country, I am traveling, and I have problems with coverage, the signal is not stable it come and go. I have a Europe plan active with my operador, and with my previous Arc S, I dont have this problem. Any solution ? Other people wi

  • I NEED HEEEELP

    I am not a web designer. I do not claim to be a web designer. I am attempting to build my website in edge animate and I am watching the tutorials, but I can't seem to get more than animations. I basically have one page with six buttons (png images ri