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

Thread: problem while creating a database

  1. #1
    Join Date
    Dec 2006
    Posts
    5

    problem while creating a database

    hi,
    When i am trying to create a database in the oracle8i it is showing some error [ora-00600]" internal errocode arruguements" and ora-01034 "oracle not found."If i remove the RAM(MEMORY) of the system and keep only one slot of RAM database getting created.And can any body help me and tell me internal password of a database by default.

    Thank You

  2. #2
    Join Date
    Nov 2006
    Location
    Sofia
    Posts
    630
    That's, pretty strange question. What's common between the error and the internal password?
    The ora-600 is internal oracle error and should be reported to Oracle support.
    About the INTERNAL... it is desupported as of 9i. Although you run 8.1.7, it is better to start using
    connect sys/password as sysdba
    instead of
    connect internal

    Regards

  3. #3
    Join Date
    Dec 2006
    Posts
    5

    I Need Default Internal Password For A Database

    HI
    when I am going delete the database by using oracle configuration assitant ,it is asking enter internal password.so please if any one knows the default password of Internal in oracle 8i reply me
    Thank you

  4. #4
    Join Date
    Dec 2006
    Location
    Brazil
    Posts
    36
    Try change_on_install. If does not work you can reset this password using:

    orapwd file PWDdb01.ora password change_on_install

    where PWDdb01.ora is PWDyourSIDhere.ora and after that copy this new file into $ORACLE_HOME/dbs for UNIX envs or %ORACLE_HOME%/database for Windows envs.
    Regards,

    Carlos Duarte
    Oracle Applications DBA

  5. #5
    Join Date
    Oct 2005
    Posts
    4
    I think default password for internal is "oracle"

    Regards
    Amit

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