I am using an Oracle 8i Database my data contains Clob data.
I am using toad version 7.6 i am able to get the data in
toad but unable to extract the data in excel.when trying to
extract the data into the excel the toad error says out of
memory.
Can any body please help me to extract the data through the
same toad version.
Thanks in advance
No Answer is Posted For this Question
Be the First to Post Answer
How to store pictures on to the database?
what is trigger?
3. Display all the client numbers in the ORDER table. Remove duplicates.
what is dynamic SGA and static SGA
Why use resource manager in Oracle?
What is sequence?
what is the use of rank function?
How do I call oracle stored procedures that take no parameters?
Is truncate autocommit in oracle?
How to delete multiple rows from a table in oracle?
How to retrieve values from data fields in record variables?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));