Topic: Performance & Tuning >> Related Memory
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| rahul |
Posted: Dec 03, 2007 06:07:19 AM |
Total Post: 16
Joined: Feb, 2007
|
Hi friends
I have a question :-
a) Suppose I have a table which have 1 million of rows .
b) I want to make a spool file of the table :-
Spool c:\abc.txt
Select * from zzzz
Spool off
Now My question is that when we make a spool file :-
Select statement generated million of rows output in spool file.
So Before write in spool file(c:\abc.txt) our million of resulted rows remain in memory or not .
Please reply me asap if any one know that .
Thanks & regards
amit
|
|
|
Mohammed Taj |
| Posted: Dec 03, 2007 09:01:16 AM | |
|
Total Post: 694
Joined: Jul, 2007
|
No data is not keep in oracle memory.
actually spool like a print option in oracle.
when we issue any sql query again database then query record we see in SQL command window.
now if we want to save those records we use spool option ..then spool option transfer all records which is currently on sql prompt to text file.
Regards
Mohammed Taj
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 694 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| positive fanatic | 361 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 239 |
| neeraj sharma | 228 |
| Ramesh Jois | 226 |
| snehalatha p | 169 |
|
|