Answer Posted / nishi
Every Oracle database contains a tablespace named SYSTEM, which Oracle creates automatically when the database is created. The SYSTEM tablespace always contains the data dictionary tables for the entire database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of failures that occur in Oracle database?
What privilege is needed for a user to insert rows to tables in another schema?
What is the sql query to concatenate column values from multiple rows in oracle?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
query optmization techniques and quwry analyser+projects+ppts
What are ddl statements in oracle?
What is difference between truncate and delete?
What is oracle used for?
what is normalisation?what are its uses?
What is tns entry?
What is open database communication (odbc) in oracle?
How to select some columns from a table in oracle?
How can you merge two tables in oracle?
how do u setup a replication site?
what is insert all statement in sql