Advertisement

09.07.2004 at 02:03AM PDT, ID: 21121204
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Creating a database manually

Asked by pradeep257 in Oracle Database

Tags: ,

Hi,
   
      I am trying to create a database manually in Oracle9i. Windows 2000 is the OS. There is a database already running.

These are the steps I followed ...

1. Shut down the database
2. Startup using an init.ora file

 These is the file I am using to start an instance
-----------------------------------------------------------------
   
Cache and I/O
db_block_size=4096
db_cache_size=33554432

open_cursors=300

background_dump_dest=D:\oracle\admin\test\bdump
core_dump_dest=D:\oracle\admin\test\cdump
timed_statistics=TRUE
user_dump_dest=D:\oracle\admin\test\udump
 
db_domain=""
remote_login_passwordfile=EXCLUSIVE
 
control_files=("D:\oracle\oradata\test\CONTROL01.CTL", "D:\oracle\oradata\test\CONTROL02.CTL", "D:\oracle\oradata\test\CONTROL03.CTL")
 
dispatchers="(PROTOCOL=TCP)(SER=MODOSE)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
 
compatible=9.0.0
db_name=test
 
instance_name=test
 
java_pool_size=33554432
large_pool_size=1048576
shared_pool_size=33554432
 
processes=50
 
fast_start_mttr_target=300
 
sort_area_size=524288
 
undo_management=AUTO
undo_tablespace=UNDOTBS
 ------------------------------------------------------

I have given the database name as 'test'.

3. I started the instance by giving
    startup nomount pfile=d:\oracle\admin\test\init.ora
   
    It started an instance.

4. Then I gave


CREATE DATABASE test
LOGFILE GROUP 1 ('D:\oracle\oradata\test\redo01.log') SIZE 100M,
GROUP 2 ('D:\oracle\oradata\test\redo02.log') SIZE 100M,
GROUP 3 ('D:\oracle\oradata\test\redo03.log') SIZE 100M;

It started creating the control and redolog sucessfully then
it gave an error.

    ORA-01092: ORACLE instance terminated. Disconnection
forced.

Can anybody help me out in this problem Or please tell me the list of steps to be followed in manually creating the database.Start Free Trial
[+][-]09.07.2004 at 02:23AM PDT, ID: 11994946

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 03:07AM PDT, ID: 11995141

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 05:26AM PDT, ID: 11996019

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 05:41AM PDT, ID: 11996123

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 06:46AM PDT, ID: 11996681

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 07:53AM PDT, ID: 11997390

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 08:20AM PDT, ID: 11997697

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.07.2004 at 09:48PM PDT, ID: 12003354

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.08.2004 at 12:44AM PDT, ID: 12004020

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Oracle Database
Tags: create, database
Sign Up Now!
Solution Provided By: schwertner
Participating Experts: 3
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32