Latest Answer: It improves space utilization by removing deleted entries.And it can be rebuild with minimum table locking.Syntax:sql>alter index rebuild online; ...
Latest Answer: One of the new features with later versions of Oracle7 and all versions of Oracle8 and oracle9i is the read-only tablespace. A read-only tablespace, as its name implies, allows read-only access to its information. This is beneficial in several ways:Â Since ...
Latest Answer: In this case DEFAULT category will be used. If the outline for your query is not stored in DEFAULT category then this query will not use the stored outline and it will execute normally without using any stored outline. ...
Latest Answer: Since the inception of Oracle, the System Global Area (SGA) has been static. In Oracle8i Database Administrators (DBAs) do not have any control over the SGA size once the instance is started. Oracle9i allows a DBA to modify the SGA size dynamically. This ...
How can one reduce the impact of long running operations on other users without aborting the long running operations?
What are the advantages of data definition language (DDL) statements against a partitioned table with the UPDATE GLOBAL INDEXES clause?
Latest Answer: The answer in ture B,D ...
Latest Answer: The automatic space management is enabled by using SEGMENT SPACE MANAGEMENT AUTO clause in create tablespace statement. It uses the bitmap segments to keep track of used and free space in segments for particular tablespace. So whenever space is ...
What is the command used for monitoring a index on a table to find out whether it has been used by an execution plan?
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top