What is the difference between truncate and delete? Can we rollback both? How would a full table scan behave after?
519When using oracle export/import what character set concerns might come up? How do you handle them?
544Post New Oracle DBA (Database Administration) Questions
If you have an example table, what is the best way to get sizing data for the production table implementation?
How do you prevent oracle from giving you informational messages during and after a sql statement execution?
What happens if a tablespace clause is left off of a primary key constraint clause?
What database block size should I use?
What are the possible ways to gain information regarding the control file?
When configuring sqlnet on the server what files must be set up?
I am getting error "no communication channel" after changing the domain name? What is the solution?
Explain the various modes of normalization?
What do you mean by dba?
If you had a tablespace, test_tablespace, which consists of three files:test01.dbf, test02.dbf, and test03.dbf, and someone accidentally used the unix command"rm" to delete the file test02.dbf, what else would you need in order to recover all the data thatwas present in test_tablespace at the time that test02.dbf was deleted?
A developer is trying to create a view and the database won’t let him. He has the "developer" role which has the "create view" system privilege and select grants on the tables he is using, what is the problem?
What is pct free/pct used/pct increase parameter in segment?
What should a dba know?
What is pct free/pct used/pct increase parameter in segment? What is growth factor?
What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?