|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
![]() |
|
Showing: 1-10 of 42 »»
Articles
|
|||||
|
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...
|
|||||
|
|||||
|
What is a Schema ?
The set of objects owned by user account is called the schema.
|
|||||
|
|||||
|
What is Parallel Server ?
Multiple instances accessing the same database (Only In Multi-CPU environments)
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
How can you gather statistics on a table?
The ANALYZE command.
|
|||||
|
|||||
|
How can you enable a trace for a session?
Use the DBMS_SESSION.SET_SQL_TRACE or
Use ALTER SESSION SET SQL_TRACE = TRUE;
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
|
Name two files used for network connection to a database.
TNSNAMES.ORA and SQLNET.ORA
|
|||||
|
|||||
|
How do you add a data file to a tablespace?
ALTER TABLESPACE <tablespace_name> ADD DATAFILE <datafile_name> SIZE <size>
|
|||||
|
|||||
|
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...
|
|||||
|
|||||
Powered by
DBNest.com (Nest of DB Professionals)
