Other than making use of the statspack utility, what would
you check when you are monitoring or running a health check
on an Oracle 8i or 9i database?
No Answer is Posted For this Question
Be the First to Post Answer
What is a read only transaction in oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
How to view the data files in the current database?
Can a property clause itself be based on a property clause ?
Can we save images in a database and if yes, how?
What are the Characteristics of Data Files ?
What is backup in Oracle?
How to call a stored function with parameters?
What is Hash Index?
What is the difference between I and G in Oracle?
How do I spool in oracle?
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.