DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: init.ora

  1. #11
    Join Date
    Sep 2000
    Posts
    128
    Are you creating it on a different machine?
    i.e. a machine which only has Oracle installed and no database's set up?

    If so, you're best bet on Win2000 is to just run the database creation wizard:

    Go through the steps, but don't actually let it create the database - make it save it as scripts to run later (this will come up as an option).

    Modify these scripts so that it creates the tablespaces and sizes you want.
    Modify the init files:
    Most likely: c:\Oracle\Ora8i\Database\initSID.ora
    but on 8i this will include an ifile to:
    c:\Oracle\Ora8i\admin\SID\pfile\init.ora

    Once you've finished, run the scripts that were created, and it will create the database services, database, and run catalog etc. ready for you to import your database.


    Terry


    [Edited by TerryD on 11-09-2000 at 11:47 AM]

  2. #12
    Join Date
    Oct 2000
    Posts
    32
    Terry,

    Hey. I just did the changes that you mentioned right before I saw your reply...which is a good thing.

    By ifile, what do you mean?

    I have the initSID.ora file fixed...I think.
    Thanks,
    Rara.

  3. #13
    Join Date
    Sep 2000
    Posts
    128
    ifile mean 'include file' - it's just a pointed to another list of parameters. With the latest 8i stuff, generally the pfile that sits in the ora8i\database directory only contains one line which points to the ora8i\admin\SID\pfile directory.

    It doesn't have to of course - it's just a way of helping to structure multiple database environments better.

  4. #14
    Join Date
    Oct 2000
    Posts
    32
    Terry,

    Should "Ora8i\Database" be "Ora81\Database?" Just a syntax question...I think it is a "1."

    And, I created file to point to the initSID.ora in the other directory...where all of the parameters are...thanks.
    Thanks,
    Rara.

  5. #15
    Join Date
    Sep 2000
    Posts
    128

    Smile oops

    Yes probably a typo - set it to what it is on your machine :)

  6. #16
    Join Date
    Oct 2000
    Posts
    32
    TerryD,

    You are so nice!
    Thanks,
    Rara.

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