-
How will you monitor the space allocation ?
By querying DBA_SEGMENT table/view.
-
It is possible to use raw devices as data files and what is the advantages over file. system files ?
Yes. The advantages over file system files. I/O will be improved because Oracle is bye-passing the kernnel which writing into disk.Disk Corruption will be very less.
-
How to implement the multiple control files for an existing database ?
Shutdown the databaseCopy one of the existing control file to new locationEdit Config ora file by adding new control file. nameRestart the database.
-
What is cold backup? What are the elements of it?
Cold backup is taking backup of all physical files after normal shutdown of database. We need to take. - All Data files. - All Control files. - All on-line redo log files. - The init.ora file (Optional)
-
What is the use of PARFILE option in EXP command ?
Name of the parameter file to be passed for export.
-
-
Enterprise Linux OS Block Size
My platform is Enterprise Linux (RHEL AS4) How to find BLOCK SIZE.
-
-
-
-
-
-
What is a logical backup?
Logical backup involves reading a set of database records and writing them into a file. Export utility is used for taking backup and Import utility is used to recover from backup.
-
Oracle Memory Management Interview Questions
Ans