Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Create Oracle 9i Database on Win2kPro

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-28-02, 11:11
aliviu aliviu is offline
Registered User
 
Join Date: Mar 2002
Posts: 2
Create Oracle 9i Database on Win2kPro

I have downloaded and installed Oracle 9i Database Server on Windows 2000 Professional. When trying to create a new database using "Database Configuration Assistant", I failed because the new empty database needed 1144 MB (more than 1 GB !) on HDD. I tried with different templates but the result is the same.
So, I tried to use a CREATE DATABASE statement for setting the dimensions of the files to smaller values. I checked the documentation (Oracle 9i Database Administrator's Guide, cap. 1 Postinstallation Database Creation, Creating a Database Manually) and follow the steps described there:
- I have created the file "init.ora"
- I have created a service using oradim (and the service started)
- I have set ORACLE_SID
- I have launched sqlplus with "/nolog"
Then, I can't connect to ... (to what ?):
- with "connect / as sysdba" I get "ERROR ORA-01031: insufficient privileges"
- with "connect sys/change_on_install as sysdba" I get "ERROR ORA-01017: invalid username/password; logon denied".
Later (in another sqlplus session), I get "ERROR ORA-24314: service handle not initialized".
Is there a way to create a database without having to buy a new HDD ?
Reply With Quote
  #2 (permalink)  
Old 04-19-02, 12:01
Entermaner Entermaner is offline
Registered User
 
Join Date: Apr 2002
Posts: 1
1.Using the Password File Authentication
And set the Set the REMOTE_LOGIN_PASSWORDFILE initialization parameter to EXCLUSIVE in the init.ora file

2.Run the regedt
Choose the \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0
And set the ORACLE_ID to your database name

Then....ºÇºÇ,you know.............................................. ................
....................................

Ŷ
The order: set ORACLE_ID=... is not usefull,don`t use it
That`s OK£¿
__________________

Last edited by Entermaner : 04-19-02 at 12:07.
Reply With Quote
  #3 (permalink)  
Old 04-27-02, 06:39
kerlion kerlion is offline
Registered User
 
Join Date: Apr 2002
Location: beijing,china
Posts: 20
1 you need to create a windows service with oradim
2 set ORACLE_SID in windows registry or Env Variable
3. create password file with orapwd
4. setup initSID.ora file
5. create your database

in fact,you can create database use dbca with "new dataabse" template to create a customer database, I ever used it to create mini database
whit 60M SGA and 600M datafiles
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On