how to create a database in oracle?

Answers were Sorted based on User's Feedback



how to create a database in oracle?..

Answer / guest

1.Align the Table space for the Database
2.Create db with name and then user privileges for creating
the Table

Is This Answer Correct ?    2 Yes 0 No

how to create a database in oracle?..

Answer / lavakush

1. Align the Table space for the Database
2. Creat db with name and then user privileges for creating
the table

Is This Answer Correct ?    2 Yes 2 No

how to create a database in oracle?..

Answer / bolearner

Give some diff answer Lavakush. Dont copy the same...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Give me some examples of predefined exceptions.

3 Answers  


How to recompile a already made trigger?

2 Answers  


What is the clause we need to add in function body to return variable?

0 Answers  


what is ref cursor in pl/sql?

3 Answers  


I i have 2 tables A & B ,A contains 10 records B contains 20 records ,what w'll be the o/p if we perform equijoin,outer join,right outer join,left outer join,full outer join,cross join seperately Can anyone help on this?

2 Answers  






what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba

0 Answers  


What is foreign key sql?

0 Answers  


have table with two columns with datatypes as number and varchar and the values in A column like 1,2,3 AND B column values like a,b,c. now need to display data in a single column as 1,a,2,b,3,c.

8 Answers   IBM, Zensar,


How to start the command-line sql*plus?

0 Answers  


What is benefit of creating memory optimized table?

0 Answers  


what is d diff between grant,commit,rollback n savepoint

1 Answers  


What is the limitation on the block size of pl/sql?

0 Answers  


Categories