UROWID
A single datatype called the universal rowid, or UROWID, supports
both logical and physical rowids, as well as rowids of foreign
tables such as non-Oracle tables accessed through a gateway. A column
of the UROWID datatype can store all kinds of rowids. The value of the
COMPATIBLE initialization parameter must be set to 8.1 or higher to
use UROWID columns.
You can also influence checkpoints with SQL statements.
SQL> ALTER SYSTEM CHECKPOINT
directs Oracle to record a checkpoint for the node, and
ALTER SYSTEM CHECKPOINT GLOBAL directs Oracle to record a checkpoint
for every node in a cluster.
SQL-induced checkpoints are heavyweight. This means that Oracle
records the checkpoint in a control file shared by all the redo
threads. Oracle also updates the datafile headers.
Filed under: ERP, Interview Questions(& answers), Oracle Apps, PL/SQL, SQL
Leave a Reply
You must be logged in to post a comment.