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

Thread: ora-01092

  1. #1
    Join Date
    Oct 2002
    Posts
    109

    ora-01092

    Hi Friends
    I am creating the database manually on Oracle 9i
    I follow thr following steps:
    1.Create the parameter file.
    2.oradim utility
    3.d: set oracle_sid=xyz (say)
    4.connect as sys
    5.sql>startup nomount pfile='d:\banti\initbanti.ora'
    6.connected to idle instance
    7.startup nomount pfile=d:\banti\initbanti.ora
    8.databse started.
    9.craete databse banti
    maxlogfiles 32
    maxdatafiles 100
    max logmembers 3
    logfile ''
    datafile ''

    Now after some time i got the error
    ora-01092-oracle instance teminated disscnnection forced

    can any boy tell me what i am doing wrong


    regards

    praveen

  2. #2
    Join Date
    May 2001
    Posts
    736
    Check in your parameter file that any obsolate parameters are mentioned.Also make sure that u included the undo_mangement parameter.check for the directories to which u are trying to write really exist and u have all the related permissions.
    Try to attach the script through which u are trying to create the DB manually.

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    also provide exactly what you type, as what you put there is rubbish and full of typo's

    What does the alert log say?

  4. #4
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    If its standard edition beware of multiple archive dests in your init.ora.

    Just use LOG_ARCHIVE_DEST=

  5. #5
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938

    Re: ora-01092

    Originally posted by prav_saras
    Hi Friends
    I am creating the database manually on Oracle 9i
    I follow thr following steps:
    1.Create the parameter file.
    2.oradim utility
    3.d: set oracle_sid=xyz (say)
    4.connect as sys
    5.sql>startup nomount pfile='d:\banti\initbanti.ora'
    6.connected to idle instance
    7.startup nomount pfile=d:\banti\initbanti.ora
    8.databse started.
    9.craete databse banti
    maxlogfiles 32
    maxdatafiles 100
    max logmembers 3
    logfile ''
    datafile ''

    Now after some time i got the error
    ora-01092-oracle instance teminated disscnnection forced

    can any boy tell me what i am doing wrong


    regards

    praveen
    What does the alert.log say?
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

  6. #6
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Originally posted by davey23uk
    What does the alert log say?
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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