Questions
The exception INVALID_FILEHANDLE can occur when the following procedures are called?
- FCLOSE
- GET_LINE
- IS_OPEN
- 1,2
- All of the above
Which of the following exceptions are valid regarding util_file package
- INVALID_OFFSET
- VALUE_ERROR
- ACCESS_DENIED
- INVALID_MAXLINE_SIZE
- INVALID_FILENAME
The package util_file can be used to read the files from Windows environment true or false
- True
- False
Which of the following procedure inserts terminating character when writing to a text file?
- NEW_LINE
- PUT
- PUT_LINE
- PUTF
- None of the above
What is the name of the variable that is used to set the directories in the database initialization file
- UTL_FILE_DIR
- UTL_FILE_DIRECTORY
- UTL_DIR
- UTL_DIRECTORY
- None of the above
What is the default value of the variable max_linesize in the function FOPEN?
- 32767
- 0
- 1024
- 1
- None of the above
Logging for any SQL on a RAC env what information must pass to log module for proper identification of the source of the log ?
- instance
- sid
- serial# the session connects to
- ALL
Pick which all comments should all code adequately document ?
- revision and date of Change
- reason for any change
- authour name and reference to CR
- ALL
Which are appropriate scheduling tools for use in EIP database?
- CONTROL M
- DBMS_JOB
- DBMS_SCHEDULER
- ALL
What can be used to optimize the performance of simple SQL?
- DYNAMIC PARALLELISM
- HINTS
- STORED OUTLINES
- ALL
COMPLETE REFRESH by default will _________________all rows in an mview before inserting new rows
- Create
- Delete
- Append
- None
On a partitioned table which index is used mostly
- Local
- Global
- Both
- None
Indexes and statistics are built ________________ the exchange of the exchange table ?
- After
- Before
- In either way
- Not Relevant
If the value in a column is not unique then which index is used ?
- bitmap indexes
- b*-tree indexes
- composite unique index
- cluster index
Which object in PL/SQL provides encapsulation features ?
- Procedure
- Package
- Functions
- All
When we should truncate the working table ?
- At the end of the run
- Beginning of next run
- At any point of Time
- Can't be done
If you need remove code from a script, including PL/SQL, what you will do?
- remove
- comment the code
- Either of them should be fine
- Don't do anything
while making query in a partitioned table which one we should use .
- explicit reference to partitions
- use the partition key in filter condition
- query will automatically decide the partition
- All of the above
I/O operations on the data warehouse is expensive ?
- True
- False
SYS_CONTEXT can be used to know details about a session running the code?
- True
- False