Latest Answer: Length function is meant to return the length of the string.length('abc')=3 vsize returns the size of the oracle datatype in bytes.vsize('abc') = 3 as character occupies 1 byte. ...
Latest Answer: a simple query which tells objects reaching maxextentssql> select segment_name,segment_owner from dba_segments where max_extents-extents=0; ...
How can we go on reverse normal form? i.e. suppose a table is in fifth normal form, so how can we convert it into first normal form?
Latest Answer: In Oracle with PLSQL language implemented in D2K, we can use principle of INHERITANCE by using Libraries which is oops concept. ...
Latest Answer: Snapshots are the portion of database. Similar to views ...
What is use of variable declartion in programming language?what is difference between oracle & programming language?
Latest Answer: 1)Database can be opened without tempfiles in the temporary tablespace.2) Tempfiles can't be renamed.3)Tempfiles doesn't need recovery.4)Segments in temporary tablespace are dropped when no longer required. ...
yesIn Package
Latest Answer: In reference cursor but we have option of giving the where clause in the body ,We cann't write cursor without select statement. ...
What are the recommended size for initial and next for temporary table space to reduce fragmentation?
Latest Answer: The size of controlfile depend on 5 different parameter at the time of creation of database.MAXLOGFILEMAXLOGMEMBERSMAXDATAFILESLOGHISTORYMAXINSTANCE. ...
View page << Previous 1 [2] 3 4 5 6 7 Next >>

Go Top