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...
08 Oct, 2007 Views: 410 Comments: 0
document What is a Schema ?
The set of objects owned by user account is called the schema. 
08 Oct, 2007 Views: 383 Comments: 0
document What is Parallel Server ?
Multiple   instances   accessing  the  same  database  (Only  In  Multi-CPU environments) 
08 Oct, 2007 Views: 367 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...
08 Oct, 2007 Views: 417 Comments: 0
document How can you gather statistics on a table?
The ANALYZE command.
08 Oct, 2007 Views: 379 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;
08 Oct, 2007 Views: 378 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...
08 Oct, 2007 Views: 376 Comments: 0
document Name two files used for network connection to a database.
TNSNAMES.ORA and SQLNET.ORA
08 Oct, 2007 Views: 371 Comments: 0
document How do you add a data file to a tablespace?
ALTER TABLESPACE <tablespace_name> ADD DATAFILE <datafile_name> SIZE <size>
08 Oct, 2007 Views: 400 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: 1162 Comments: 0



RSS