-
-
-
-
-
What is variable size when showing SGA?
Variable portionThe variable portion is called variable because its size (measured in bytes) can be changed. The variable portion consists of: • large pool (optional)Provides working space for rman (although rman will also work without large pool). • Shared pool The shared pool is used for objects that are shared among all users. For example: table definitions, PL/SQL definitions, cursors and so on.
-
-
-
-
What is a view?
A view is nothing but a window of an existing table by which one can view and can also change the values in tables. The main point aspect of view is views have no storage space. For this reason views are also called as virtual tables. Thus in other words a view is a database object that gives a logical representation of one or more database tables.
As we have seen above views have no data for... -
-
-
-
-
-
-
-
-
How to copy the tables from one system to another or from one user to another user?
Means i have 150 tables in one system, i want to copy those tables into another system.
-
-
Oracle Basics Interview Questions
Ans