Search:     Advanced search
Browse by category:
Glossary | Contact Us

Database Knowledge Base / Oracle
Showing: 1-10 of 42    »»
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: 157 Comments: 0
document What is a Schema ?
The set of objects owned by user account is called the schema. 
07 Oct, 2007 Views: 158 Comments: 0
document What is Parallel Server ?
Multiple   instances   accessing  the  same  database  (Only  In  Multi-CPU environments) 
07 Oct, 2007 Views: 147 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: 150 Comments: 0
document How can you gather statistics on a table?
The ANALYZE command.
07 Oct, 2007 Views: 138 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: 120 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: 124 Comments: 0
document Name two files used for network connection to a database.
TNSNAMES.ORA and SQLNET.ORA
07 Oct, 2007 Views: 129 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: 124 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: 178 Comments: 0



RSS