分类: Oracle
2007-12-14 11:55:24
The user only needs to remember one password, which opens the wallet to access his or her credentials, Wallet Manager is used to authenticate the user to multiple services.
The V$DATAFILE_HEADER dynamic performance view displays the error information related to data files when an internal read performed by Oracle fails. Apart from this, the view displays the status of the file and whether a file needs media recovery to be performed.
To obtain detailed information about the datafiles associated with the temporary tablespace, you must query the V$TEMPFILE or DBA_TEMP_FILES views in Oracle9i. Some of the important columns in the V$TEMPFILE dynamic performance view are
The TNSPING utility enables you to check for connectivity of a database service without specifying any username and password.
Database supplemental logging allows you to specify logging of primary keys, unique
This only takes effect for statements which have not yet been parsed. It also invalidates all DML cursors in the cursor cache and therefore has an effect on performance until the cache is repopulated.
You can create an automatic space management segment only in a locally managed tablespace. The FREE_BLOCKS procedure refers to the blocks in a segment below the high water mark whose number of rows falls below the PCTUSED attribute, and therefore are candidate for new inserted rows. An automatic space management segment
The Log Writer updates the online redo logs with the transactions. It can also update the local archived redo logs and send online redo logs transactions to the standby databases. The archiver saves the online redo log transactions on either local or standby archive logs. The Fetch Archive Log(FAL) client gets redo log transactions from the primary database. When it detects an archive log gap on the standby database, it initiates a request to the FAL server to automatically send and archive the primary database’s redo log transactions. The FAL server exists on the primary database server, and it services requests from FAL clients.
Before the issuing the dbms_redefinition_start_redef table procedure call it’s recommended to invoke the dbms_redefinition.can_redef_table procedure and create an empty interim table with all the desired characteristics. Dbms_redefinition_start_redef procedure verifies that the table can be redefined online.
You can add or rename columns, change a heap table to an
A workspace is a virtual database facility that enables you to maintain multiple versions of one row of data and it enables each workspace context to reference a different version of this row as compared to another workspace context, it’s possible to create workspace if there is no version-enabled table in the database.
To perform DML operations while using an Oracle Flashback image you can use a cursor.
Prior to Oracle9i, you could create bitmap