Oracle DBA Interview Question and Answers
13. | Name two files used for network connection to a database? |
---|---|
The TNSNAMES.ORA and SQLNET.ORA files are used for network connection to a database. | |
14. | How many columns can be used to create a composite index? |
---|---|
A composite index can support 32 columns as long as total size of the columns does not exceed DB_BLOCK_SIZE. | |
15. | What command would you use to encrypt a PL/SQL application? |
---|---|
The WRAP command can be used to encrypt a PL/SQL application. | |
16. | Can you disable and enable primary key? |
---|---|
|
|