Oracle DBA Interview Question and Answers
17. | What does coalescing a tablespace do? |
---|---|
|
|
18. | Can you pivot the results of a query? |
---|---|
You can use hierarchical query with the sys_connect_by_path function in Oracle 9i and above to pivot the result. | |
19. | How would you determine the time zone under which a database was operating? |
---|---|
You can determine the time zone under which a database was operating by using the select DBTIMEZONE from dual; statement. | |
20. | Can you import objects from Oracle version 7.3 to 9i? |
---|---|
Yes, you can use the exp or imp utilities to import the objects from Oracle version 7.3 to 9i. | |