DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Problem in startup nomount .

  1. #1
    Join Date
    Mar 2010
    Posts
    1

    Arrow Problem in startup nomount .

    I have PROD database in my machine

    [oracle@oracle TEST]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 9.7G 9.0G 208M 98% /
    none 1014M 0 1014M 0% /dev/shm
    /dev/sda2 4.9G 263M 4.4G 6% /var
    /dev/sdb1 20G 639M 19G 4% /root/test

    I need to create a another database (TEST) at location /root/test/TEST

    first i run dbca and configure scripts CreateDB.sql .

    My first database PROD at location /u01/PROD
    My ORACLE_HOME = /u01/app/oracle/product/10.2.0.1


    this TEST datbase is not started and giving error as follows


    SQL> connect / as sysdba;
    Connected to an idle instance.
    SQL>
    SQL>
    SQL>
    SQL> startup nomount;
    ORA-09925: Unable to create audit trail file
    Linux Error: 2: No such file or directory
    Additional information: 9925



    Give me soluiton asap

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    you dont have the necessary file structure in place to create the audit files

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Quote Originally Posted by davey23uk View Post
    you dont have the necessary file structure in place to create the audit files
    He seems confused about the meaning of asap ""

  4. #4
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    permissions!!!

    make sure "oracle" user has permissions on /root/test file system

    also, as Devey suggested, make sure you have necessary file structure in place for all dump destinations.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  5. #5
    Join Date
    Mar 2010
    Posts
    7
    originally posted by vnktummala
    that make sure that oracle user has permission on /root/test file system
    first u have to check the permission on root

  6. #6
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    what??

    poster is trying to create the DB in /root/test so oracle should have permissions on /root/test. permissions on /root is irrelevant here.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width