how to create a database in oracle?
Answers were Sorted based on User's Feedback
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 |
Give me some examples of predefined exceptions.
How to recompile a already made trigger?
What is the clause we need to add in function body to return variable?
what is ref cursor in pl/sql?
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?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
What is foreign key sql?
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.
How to start the command-line sql*plus?
What is benefit of creating memory optimized table?
what is d diff between grant,commit,rollback n savepoint
What is the limitation on the block size of pl/sql?