how to create a new database in oracle?

Answers were Sorted based on User's Feedback



how to create a new database in oracle?..

Answer / sachin

Hey Guies,
Please do not put a wrong answer.. Since other seeking for
info getting the wrong answer.

Is This Answer Correct ?    9 Yes 0 No

how to create a new database in oracle?..

Answer / guest

Use DBCA

Is This Answer Correct ?    4 Yes 2 No

how to create a new database in oracle?..

Answer / pradeep

Create database database_name;

Is This Answer Correct ?    2 Yes 1 No

how to create a new database in oracle?..

Answer / nathahar anees

MANUAL CREATION:
CREATE APROPRIATE FOLDERS IN THE CORRESPONDING LOCATION AND
CREATE PFILE..
COME TO COMMAND PROMPT CREATE NEW SID USING ORANEW COMMAND
AND START INSTANCE IN NOMOUNT STAGAGE AND CREATE A DATABASE
COMMAND FOR DATABASE CREATION.

sql :> CREATE DATABASE <DATABASE NAME> DATAFILE....

AND RUN CATALOG AND CATPROC SCRIPTS

Is This Answer Correct ?    1 Yes 0 No

how to create a new database in oracle?..

Answer / dipen

lRetVal varchar2(50);

Is This Answer Correct ?    1 Yes 8 No

how to create a new database in oracle?..

Answer / shrikant jadhav

create table emp(id number(12),name varchar(12));

Is This Answer Correct ?    3 Yes 20 No

Post New Answer

More Oracle General Interview Questions

There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep

4 Answers   Microsoft,


Explain the use of rows option in exp command.

0 Answers  


What is oracle rowcount?

0 Answers  


Why does for update in oracle 8 cause an ora-01002 error?

0 Answers  


Can we call a trigger inside a function and function inside a trigger? Give example.

1 Answers   Metric Stream,


why dont we assign not null constraint as table level constraint.

0 Answers  


What is a package in oracle?

0 Answers  


How to delete a user account in oracle?

0 Answers  


What are the varoius components of physical database structure of oracle database?

0 Answers  


What is Segment Advisor in Oracle?

0 Answers   MCN Solutions,


What is procedure overloading in oracle?

0 Answers  


What is not equal to in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)