rdbms/admin scripts to run for new Oracle 7 database [message #146150] |
Tue, 08 November 2005 22:06 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Okay, don't pick on me. I have to use Oracle 7 and now I have to build a new one from scratch. I have the 'Create' statements working okay but want to know which of the following rdbms/admin scripts I should run.
connect sys/xxx
@/usr/oracle/rdbms/admin/expvew
@/usr/oracle/rdbms/admin/catalog
@/usr/oracle/rdbms/admin/dba_syn
@/usr/oracle/rdbms/admin/catproc.sql
@/usr/oracle/rdbms/admin/catdbsyn.sql
connect system/yyy
@/usr/oracle/rdbms/admin/dba_syn
@/usr/oracle/rdbms/admin/catdbsyn.sql
@/usr/oracle/sqlplus/admin/pupbld.sql
Or should I be running completely different ones to 'set up' the empty database?
David
[Updated on: Tue, 08 November 2005 22:09] Report message to a moderator
|
|
|
|
|
Re: rdbms/admin scripts to run for new Oracle 7 database [message #146944 is a reply to message #146150] |
Mon, 14 November 2005 18:06 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
Oracle 7? I feel sorry for you. Actually 7.3 was very consistant and solid.
I have about 700 lines of commands used to build a version 7 database on Solaris. If you want them, figure out how I can get them to you and I will send them. They are in about 20 .doc, .txt, and .sql files.
|
|
|
|
|
|