Database Knowledge Base
Search:     Advanced search
Browse by category:
Glossary | Contact Us

Showing: 1-10 of 44    »»
Articles
 
document What are the basic element of Base configuration of an oracle Database ?
It consists of one or more data files. one or more control files. two or more redo log files. The Database contains multiple users/schemas one...
07 Oct, 2007 Views: 350 Comments: 0
document What is a Schema ?
The set of objects owned by user account is called the schema. 
07 Oct, 2007 Views: 329 Comments: 0
document What is Parallel Server ?
Multiple   instances   accessing  the  same  database  (Only  In  Multi-CPU environments) 
07 Oct, 2007 Views: 314 Comments: 0
document What is a Database instance ? Explain
A  database  instance  (Server) is a set of memory structure and background processes that access a set of database files. The...
07 Oct, 2007 Views: 346 Comments: 0
document How can you gather statistics on a table?
The ANALYZE command.
07 Oct, 2007 Views: 322 Comments: 0
document How can you enable a trace for a session?
Use the DBMS_SESSION.SET_SQL_TRACE or Use ALTER SESSION SET SQL_TRACE = TRUE;
07 Oct, 2007 Views: 309 Comments: 0
document What is the difference between the SQL*Loader and IMPORT utilities?
These two Oracle utilities are used for loading data into the database. The difference is that the import utility relies on the data being produced...
07 Oct, 2007 Views: 313 Comments: 0
document Name two files used for network connection to a database.
TNSNAMES.ORA and SQLNET.ORA
07 Oct, 2007 Views: 316 Comments: 0
document How do you add a data file to a tablespace?
ALTER TABLESPACE <tablespace_name> ADD DATAFILE <datafile_name> SIZE <size>
07 Oct, 2007 Views: 338 Comments: 0
document What is Data Mapping
Data mapping is a very important aspect in data integration. In fact, it is the first step in the many complex tasks associated with data integration...
27 Apr, 2008 Views: 922 Comments: 0



RSS