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

Thread: ora-01403 no data found

  1. #1
    Join Date
    Nov 2001
    Location
    chicago
    Posts
    13
    when i am going to start my 'oracle' database.
    it is mounting,but it is not opening.
    it was giving error
    ora-01403 no data found.
    what is the problem

    thanks
    kreddy

  2. #2
    Join Date
    Dec 2001
    Location
    SAN FRANCISCO, CA
    Posts
    306
    What way u started the oracle.

    what command did u give.

    U should give startup command.



  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    You have hit a serious problem. Your DB has not been created properly.

    How many rows are there in sys.props$:

    Do the following:

    connect internal;
    select count(*) from sys.props$;

    In 7.3.x there should be 14 entries in sys.props$
    In 8.0.x there should be 15 entries in sys.props$
    In 8.1.x there should be 22 entries in sys.props$

    You will have to recreate the database.



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