Explain a data segment?
Answer / Amit Saini
A data segment is a part of a database that contains actual user data. It includes both the segments for individual tables and the segments for indexes, clusters, and other objects. Data segments are stored on datafiles.
| Is This Answer Correct ? | 0 Yes | 0 No |
Whats the benefit of dbms_stats over analyze?
What is indexing, and how does it improve performance?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
Why we choose emp number as primarykey?
What is ordinary table in oracle?
How can we find out the current date and time in oracle?
How many types of auditing in Oracle?
What happens in oracle commit?
How to define an oracle cursor variable?
What is a cursor in oracle?
How to start an oracle instance?
Q1:code to connect to sql server(database) through jdbc application. Q2:code to connect to Mysql(database) through jdbc application. Q3:code to connect to oracle(database) through jdbc application.