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

Thread: which script does Oracle run

  1. #1
    Join Date
    Oct 2000
    Posts
    23
    Hi, I was asked a question in the free selftest software.

    Which script creates the base data dictionary tables(eg. col$)?

    the correct answer is as following.

    sql.bsq.

    But I think it should be catalog.sql.


    Who can tell me why the correct is the one showed here.

  2. #2
    Join Date
    Jul 2000
    Location
    Amsterdam
    Posts
    234

    Lightbulb

    Hello eastking,

    The catalog.sql script calls a few scripts one off them calls the sql.bsq script.

    The sql.bsq script specificly creates the base data dictionairy tables.

    You can read the catalog.sql script with a simple editor this will tell you which scripts will be called.
    Read these scripts too so you now the purpose of each.

    Hope this helps

    Tycho

  3. #3
    Join Date
    Jul 2000
    Location
    Amsterdam
    Posts
    234

    Red face Oops

    Sorry.

    It's the create database statement that calls the sql.bsq script as the first script to create the system tablespace and the base tables.

    The catalog.sql is called later to create the views.

    tycho

  4. #4
    Join Date
    Oct 2000
    Posts
    23
    thank you

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