-
Send SQL* Plus session output to text file
How do you send the output of your SQL* Plus session to a text operating system file
-
-
-
-
-
-
-
-
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... -
-
-
-
-
-
-
Oracle Basics Interview Questions
Ans