oracle database instance creation cs257: dr. t.y....

Post on 10-Sep-2018

229 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Oracle Database Instance CreationCS257: Dr. T.Y. Lin

Team #2: Amie Radenbaugh, Sean Gilpin, Yue Lu02/11/08

1) Go to Start->Programs->Oracle-OraDB10g_home->Configuration and Migration Tools->Database Configuration Assistant and see the following screen:

2) Click Next and select „Create a Database“

3) Select the „General Purpose“ template

4) This screen is very important. Select the Global Database name and SID name very carefully. In most cases, the Global Database name and SID are the same. (For example.: Global Database Name and SID are both SJSU). Always remember the name you entered here.

5) Use the defaults in Step 4. “Configure the Database with Enterprise Manager” and “Use Database Control for Database Management” should be checked.

6) Enter the typical Oracle Default Passwords for all of the accounts. The default passwords are:

a. UserName: “SYS” – Password: “change_on_install”b. UserName: “SYSTEM” – Password: “manager”c. UserName: “DBSNMP” – Password: “dbsnmp”d. UserName: “SYSMAN” – Password: “sysman”

7) Select “File System” for the storage mechanism

8) Select “Use Database File Locations from Template” to specify where the Database files should be created:

9) Use the default “Flash Recovery Area” for the database:

10) If you would like some Sample Schemas, choose to have them installed here:

11) Use the “Typical” Memory settings:

12) Use the default block size of 8192 Bytes.

13) Use “Unicode” for the Character Sets (either “UTF8” or “AL32UTF8”) as we may be mining documents in various languages.

14) Use the default “Dedicated Server Mode”

15) Click “Next” on the “Database Storage” page.

16) Select “Create a Database” and click “Finish”

17) A Summary HTML file will be provided. Save this file for future reference.

18) Now the SJSU Database Instance will be created. First the database files will be copied:

19) Then the Oracle instance will be created and started:

20) Finally, the Database will be created:

21) A summary dialog will remind you or your Global Database Name or SID of the Database. We will only be using the 4 SYS, SYSTEM, DBSNP, SYSMAN users, so there is no need to unlock any other users:

22) Now, if you go to Start->ControlPanel->AdministrativeTools->Services, there should be a service called OracleServiceSJSU started on your machine.

top related