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

What is cursor

4 Answers   TCS,


How to join two tables in a single query using oracle?

0 Answers  


What is an oracle?

0 Answers  


How to connect the oracle server as sysdba?

0 Answers  


what is the difference between authorization and authentication?

4 Answers   MAHINDRA, PUCIT,






What is memory advisor in Oracle?

0 Answers   MCN Solutions,


Can Multiple instances be run on Single Machine???

3 Answers  


what is primary key?

9 Answers  


what is a cartition product?

4 Answers  


What is a dynamic performance view in oracle?

0 Answers  


Explain self joins in oracle?

0 Answers  


How do you store pictures in a database?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)