does Oracle has only one table space?
Answer / oracledba
Oracle does not have one tablespace
Minimum tablespaces in Oracle are
SYSTEM,TEMP and UNDO - oracle 9i
SYSTEM,SYSAUX,TEMP and UNDO - oracle10g
| Is This Answer Correct ? | 6 Yes | 4 No |
what is the bitmap index?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
What is a table in oracle?
How to start your 10g xe server from command line?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
How to fetch the row which has the max value for a column?
what r routers?
What is Database Link ?
Whether any commands are used for months calculation? If so, what are they?
find out the second highest salary?
55 Answers Cognizant, Nucsoft, Oracle, TCS, Wondersoft,
20. Using a set operator, display the client number of all clients who have never placed an order.