Job Seekers   Employers
dbapool: Authors | Submissions | Contact Us
   Forgot password? | Sign up
  Home   Discussion Forum   Articles   Interview Questions   FAQs   Scripts   Rewards   Analyzer   White Papers   Blog   Certification   Downloads   Tools
 

Topic: Database Administration >> create database

Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property. You may review the entire Oracle Certification Program Candidate Agreement online Here.



  


 Title: create database
 ib  Posted: Sep 07, 2007 07:50:51 AM

 Total Post: 15
 Joined: Aug, 2007






 hi friends,
can anybody send the script for database creation.i need very urgent.if anyone have it pls send to my id (balamurugan.ib@gmail.com)

 Mohammed Taj
Posted: Sep 08, 2007 12:58:15 AM  

 Total Post: 694
 Joined: Jul, 2007






 
http://dbataj.blogspot.com/search/label/Database%20Creation

 Navi
Posted: Sep 08, 2007 07:41:30 AM  

 Total Post: 60
 Joined: Jun, 2007






 
Hi,

CREATE DATABASE DBPROD
LOGFILE
GROUP 1 ('c:\oracle\oradata\DBPROD\redo01.log') SIZE 100M,
GROUP 2 ('c:\oracle\oradata\DBPROD\redo02.log') SIZE 100M
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
MAXINSTANCES 1
DATAFILE 'c:\oracle\oradata\DBPROD\system01.dbf' SIZE 325M
CHARACTER SET US7ASCII


This link may help you:-
http://download-east.oracle.com/docs/cd/B14117_01/server.101/b10739/create.htm

Regards,
Naveen

 nick
Posted: Sep 11, 2007 11:19:19 AM  

 Total Post: 30
 Joined: Sep, 2007






 
create database ns1
logfile group 1 ('/ora/app/ns1/redo1.log') size 10M,
group 2 ('/ora/app/ns1/redo2.log') size 10M,
group 3 ('/ora/app/ns1/redo3.log') size 10M
character set WE8ISO8859P1
national character set utf8
datafile '/ora/app/ns1/system.dbf'
size 50M
autoextend on
next 10M maxsize unlimited
extent management local
sysaux datafile '/ora/app/ns1/sysaux.dbf'
size 10M
autoextend on
next 10M
maxsize unlimited
undo tablespace undo
datafile '/ora/app/ns1/undo.dbf'
size 10M
default temporary tablespace temp
tempfile '/ora/app/ns1/temp.dbf'
size 10M;

 Time Zone: EDT

  




Forum Rules & Description


Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user




 








Get FREE Magazines

Top 10 Forum User

  Murtuja Khokhar814
  Mohammed Taj694
  Jayanta Sur479
  Vigyan Kaushik386
  positive fanatic361
  Gitesh Trivedi322
  Gopu Gopi239
  neeraj sharma228
  Ramesh Jois226
  snehalatha p169






oracle Mag



  About Us Advertise Terms of Use Privacy Newsletters Contact Us    

Home   Discussion Forum   FAQs  Articles  Jobs   Newsletters  Directory  Downloads 

Our Premium Sponsor
Confio Software