Oracle Packages Interview Question and Answers
1. | Who owns the operating system files created by the utl_file package? |
---|---|
The operating system files generated by utl_file are owned by operating system user Oracle. | |
2. | What do you understand by flashback feature of Oracle? |
---|---|
Flashback feature allows you to use a flashback version of the database, that is, you can query the database from a state in the past based on a specific System Change Number (SCN) or time in the past. | |
3. | How can you communicate with operating system files from Oracle? |
---|---|
|
|
4. | Does Oracle provide any package to deal with materialized views? |
---|---|
You can use the dbms_mview package to deal with materialized views. It is also called dbms_snapshot. Some of the procedures provided by the dbms_mview packages are as given follows:
|
|