Oracle

Moderators: None (Apply to moderate this forum)
Number of threads: 348
Number of posts: 673

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
how to make a database in oracle Posted by abhinav2471 on 24 Dec 2003 at 11:35 PM
hi all
I am a novice in oracle but do now the basics of databases . I am making an application in java and want to interact with an oracle database . I know how to access it using jdbc but do not know how to make a databxe in oracle . Please help . Could you also plz tell some quickstart tutorials on oracle
thankx in anticipation
abhinav
Report
Re: how to make a database in oracle Posted by tanveer haider on 15 Jan 2004 at 1:07 AM
: hi all
: I am a novice in oracle but do now the basics of databases . I am making an application in java and want to interact with an oracle database . I know how to access it using jdbc but do not know how to make a databxe in oracle . Please help . Could you also plz tell some quickstart tutorials on oracle
: thankx in anticipation
: abhinav



for creating a databse in oracle u have to make certain changes parameter file.it is batter to copy this file to new location for changes so that ur original databse may not disturb.
set DB_NAME="the name of ur new database", and set new location for controlfile.save the changes.

now come on the servermanager line mode by running svmmgr30(for oracle8) and svrmgrl(for 8i).connect as internal.now shutdown the database .

now issue startup nomount pfile='full path of parameter file'
after startup issue:

CREATE DATABASE DATABASENAME(as in parameter file)
CONTROLFILE REUSE(if u want to overwrite existing database controlfile)
LOGFILE
GROUP 1 'full path where log file will be write' SIZE 10M,
GROUP 2 'full path where log file will be write' SIZE 10M
DATAFILE 'full path where datafile will be write' SIZE 50M;

size can be more or less depends on ur needs.





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.